jrsilva commited on
Commit
4063a64
1 Parent(s): 7487d10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -12,28 +12,32 @@ ExtraGLUE
12
  ===
13
 
14
  ExtraGLUE is a Portuguese dataset obtained by the automatic translation of some of the tasks in the GLUE and SuperGLUE benchmarks.
15
- The 14 datasets in extraGLUE cover different aspects of language understanding:
 
 
 
 
16
 
17
  *Semantic similarity*
18
 
19
- - SST-2
20
- - MRPC
21
- - STS-B
22
 
23
  *Inference*
24
 
25
- - MNLI: matched and mismatched
26
- - QNLI
27
- - RTE
28
- - WNLI
29
- - CB
30
- - AB: b and g
 
31
 
32
  *Question answering*
33
 
34
- - BoolQ
35
- - MultiRC
36
 
37
  *Reasoning*
38
 
39
- - CoPA
 
12
  ===
13
 
14
  ExtraGLUE is a Portuguese dataset obtained by the automatic translation of some of the tasks in the GLUE and SuperGLUE benchmarks.
15
+ The 14 tasks in extraGLUE cover different aspects of language understanding:
16
+
17
+ *Single sentence*
18
+
19
+ - **SST-2** is a task for predicting the sentiment polarity of movie reviews.
20
 
21
  *Semantic similarity*
22
 
23
+ - **MRPC** is a task for determining whether a pair of sentences are mutual paraphrases.
24
+ - **STS-B** is a task for predicting a similarity score (from 1 to 5) for each sentence pair.
 
25
 
26
  *Inference*
27
 
28
+ - **MNLI** is a task to determine if a given premise sentence entails, contradicts, or is neutral to a hypothesis sentence; this task includes **matched** (in-domain) and **mismatched** (cross-domain) validation and test sets.
29
+ - **QNLI** is a question-answering task converted to determine whether the context sentence contains the answer to the question.
30
+ - **RTE** is a task for determining whether a premise sentence entails a hypothesis sentence.
31
+ - **WNLI** is a pronoun resolution task formulated as sentence pair entailment classification where, in the second sentence, the pronoun is replaced by a possible referent.
32
+ - **CB** comprises short texts with embedded clauses; one such clause is extracted as a hypothesis and should be classified as neutral, entailment or contradiction.
33
+ - **AX_b** is designed to test models across a wide spectrum of linguistic, commonsense, and world knowledge; each instance contains a sentence pair labeled with entailment or not entailment.
34
+ - **AX_g** is designed to measure gender bias, where each premise sentence includes a male or female pronoun and a hypothesis includes a possible referent for the pronoun.
35
 
36
  *Question answering*
37
 
38
+ - **BoolQ** is a question-answering task where yes/no questions are given for short text passages.
39
+ - **MultiRC** is a task where, given a context paragraph, a question, and an answer, the goal is to determine whether the answer is true; for the same context and question, more than one answer may be correct.
40
 
41
  *Reasoning*
42
 
43
+ - **CoPA** is a casual reasoning task: given a premise, two choices, and a cause/effect prompt, the system must choose one of the choices.