Datasets:
paulopirozelli
commited on
Commit
•
91efd05
1
Parent(s):
3435a9d
Update README.md
Browse files
README.md
CHANGED
@@ -168,17 +168,6 @@ The dataset is split into train, validation, and test sets.
|
|
168 |
| Test | 10% | 227 |
|
169 |
| Full dataset | 100% | 2258 |
|
170 |
|
171 |
-
# Automatic Paraphrases
|
172 |
-
As we have only generated automatic paraphrases for questions and answers in the train set, they had to be saved in a different Dataset file.
|
173 |
-
|
174 |
-
To download the automatic paraphrases, just run:
|
175 |
-
|
176 |
-
```
|
177 |
-
paraphrases = load_dataset("paulopirozelli/pira", "paraphrases")
|
178 |
-
```
|
179 |
-
|
180 |
-
|
181 |
-
# Example
|
182 |
Above is an example of a question-answer set from Pirá:
|
183 |
|
184 |
```
|
@@ -203,3 +192,22 @@ Above is an example of a question-answer set from Pirá:
|
|
203 |
"question_type": "None of the above"
|
204 |
}
|
205 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
| Test | 10% | 227 |
|
169 |
| Full dataset | 100% | 2258 |
|
170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
Above is an example of a question-answer set from Pirá:
|
172 |
|
173 |
```
|
|
|
192 |
"question_type": "None of the above"
|
193 |
}
|
194 |
```
|
195 |
+
|
196 |
+
|
197 |
+
# Automatic Paraphrases
|
198 |
+
As we have only generated automatic paraphrases for questions and answers in the train set, they had to be saved in a different Dataset file.
|
199 |
+
|
200 |
+
To download the automatic paraphrases, just run:
|
201 |
+
|
202 |
+
```
|
203 |
+
paraphrases = load_dataset("paulopirozelli/pira", "paraphrases")
|
204 |
+
```
|
205 |
+
|
206 |
+
# Multiple Choice Question Answering
|
207 |
+
We have also developed a multiple choice question answering version of Pirá 2.0.
|
208 |
+
|
209 |
+
To download the automatic paraphrases, just run:
|
210 |
+
|
211 |
+
```
|
212 |
+
mcqa = load_dataset("paulopirozelli/pira", "mcqa")
|
213 |
+
```
|