Datasets:
paulopirozelli
commited on
Commit
•
5a7c170
1
Parent(s):
efb72c0
Update README.md
Browse files
README.md
CHANGED
@@ -100,7 +100,7 @@ dataset_info:
|
|
100 |
|
101 |
Pirá is a crowdsourced reading comprehension dataset on the ocean, the Brazilian coast, and climate change.
|
102 |
QA sets are presented in both Portuguese and English, together with their corresponding textual context.
|
103 |
-
The dataset also contains human and automatic paraphrases, as well as a number of qualitative assessments.
|
104 |
|
105 |
The original paper was published at CIKM'21 and can be found [here](https://dl.acm.org/doi/pdf/10.1145/3459637.3482012).
|
106 |
As a subsequent project, we have produced a curated version of the dataset, which we refer to as Pirá 2.0.
|
@@ -126,6 +126,16 @@ The dataset is split into train, validation, and test sets.
|
|
126 |
| Test | 10% | 227 |
|
127 |
| Full dataset | 100% | 2258 |
|
128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
# Example
|
130 |
Above is an example of a question-answer set from Pirá:
|
131 |
|
|
|
100 |
|
101 |
Pirá is a crowdsourced reading comprehension dataset on the ocean, the Brazilian coast, and climate change.
|
102 |
QA sets are presented in both Portuguese and English, together with their corresponding textual context.
|
103 |
+
The dataset also contains human and automatic paraphrases for questions and answers, as well as a number of qualitative assessments.
|
104 |
|
105 |
The original paper was published at CIKM'21 and can be found [here](https://dl.acm.org/doi/pdf/10.1145/3459637.3482012).
|
106 |
As a subsequent project, we have produced a curated version of the dataset, which we refer to as Pirá 2.0.
|
|
|
126 |
| Test | 10% | 227 |
|
127 |
| Full dataset | 100% | 2258 |
|
128 |
|
129 |
+
# Automatic Paraphrases
|
130 |
+
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.
|
131 |
+
|
132 |
+
To download the automatic paraphrases, just run:
|
133 |
+
|
134 |
+
```
|
135 |
+
paraphrases = load_dataset("paulopirozelli/pira", "paraphrases")
|
136 |
+
```
|
137 |
+
|
138 |
+
|
139 |
# Example
|
140 |
Above is an example of a question-answer set from Pirá:
|
141 |
|