File size: 2,798 Bytes
8609a1c
5fdc3e4
 
 
 
 
 
8609a1c
 
5fdc3e4
b779f3c
 
 
 
 
 
 
 
 
 
 
94ddb82
5fdc3e4
b779f3c
 
5fdc3e4
7487d10
4063a64
 
 
 
 
7487d10
 
 
4063a64
 
7487d10
 
 
4063a64
 
 
 
 
 
 
7487d10
 
 
4063a64
 
7487d10
 
 
4063a64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
pretty_name: ExtraGLUE
language: 
- pt
source_datasets:
- glue
- superglue
license: cc-by-4.0
---

</br>
</br>
<img align="left" width="40" height="40" src="https://github.githubassets.com/images/icons/emoji/unicode/1f917.png">
<p style="text-align: center;">&nbsp;&nbsp;&nbsp;&nbsp;This is the dataset card for extraGLUE. 
  You may be interested in some of the other <a href="https://huggingface.co/PORTULAN">datasets for Portuguese</a> and in the models trained with them, 
  namely <a href="https://huggingface.co/PORTULAN">Albertina (encoders) and Gervásio (decoders) families</a>.
</p>
</br>
</br>


ExtraGLUE
===
</br>


ExtraGLUE is a Portuguese dataset obtained by the automatic translation of some of the tasks in the GLUE and SuperGLUE benchmarks.
The 14 tasks in extraGLUE cover different aspects of language understanding: 

*Single sentence*

- **SST-2** is a task for predicting the sentiment polarity of movie reviews.

*Semantic similarity*

- **MRPC** is a task for determining whether a pair of sentences are mutual paraphrases.
- **STS-B** is a task for predicting a similarity score (from 1 to 5) for each sentence pair.

*Inference*

- **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.
- **QNLI** is a question-answering task converted to determine whether the context sentence contains the answer to the question.
- **RTE** is a task for determining whether a premise sentence entails a hypothesis sentence.
- **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.
- **CB** comprises short texts with embedded clauses; one such clause is extracted as a hypothesis and should be classified as neutral, entailment or contradiction.
- **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.
- **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.

*Question answering*

- **BoolQ** is a question-answering task where yes/no questions are given for short text passages.
- **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.

*Reasoning*

- **CoPA** is a casual reasoning task: given a premise, two choices, and a cause/effect prompt, the system must choose one of the choices.