giotvr commited on
Commit
7c567b4
1 Parent(s): 0d54ea9

Updates README.md for better explanation about the model's predicted labels

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -45,10 +45,9 @@ the **ASSIN (Avaliação de Similaridade Semântica e Inferência textual)** cor
45
  ### Direct Use
46
 
47
  This fine-tuned version of [XLM-RoBERTa-base](https://huggingface.co/xlm-roberta-base) performs Natural
48
- Language Inference (NLI), which is a text classification task. Therefore, it classifies pairs of sentences in the form *(premise, hypothesis)* into one of the following classes *ENTAILMENT, PARAPHRASE* or *NONE*. Salvatore's definition [1] for *ENTAILEMENT* is assumed to be the same as the one found in [ASSIN](https://huggingface.co/datasets/assin)'s labels.
49
-
50
- *PARAPHRASE* and *NONE* are not defined in [1].Therefore, it is assumed that in [ASSIN](https://huggingface.co/datasets/assin), given a pair of sentences *(paraphase, hypothesis)*, *hypothesis* is a *PARAPHRASE* of *premise* if *premise* is an *ENTAILMENT* of *hypothesis* and vice-versa. If *(premise, hypothesis)* don't have an *ENTAILMENT* or *PARAPHARSE* relationship, *(premise, hypothesis)* is classified as *NONE* in [ASSIN](https://huggingface.co/datasets/assin).
51
 
 
52
 
53
 
54
  <!-- <div id="assin_function">
 
45
  ### Direct Use
46
 
47
  This fine-tuned version of [XLM-RoBERTa-base](https://huggingface.co/xlm-roberta-base) performs Natural
48
+ Language Inference (NLI), which is a text classification task. Therefore, classifies pairs of sentences in the form (premise, hypothesis) into one of the following classes ENTAILMENT, PARAPHRASE or NONE. Salvatore's definition [1] for ENTAILEMENT is assumed to be the same as the one found in [ASSIN](https://huggingface.co/datasets/assin)'s labels in which this model was trained on.
 
 
49
 
50
+ PARAPHRASE and NONE are not defined in [1].Therefore, it is assumed that in this model's training set, given a pair of sentences (paraphase, hypothesis), hypothesis is a PARAPHRASE of premise if premise is an ENTAILMENT of hypothesis *and* vice-versa. If (premise, hypothesis) don't have an ENTAILMENT or PARAPHARSE relationship, (premise, hypothesis) is classified as NONE.
51
 
52
 
53
  <!-- <div id="assin_function">