Commit
•
4469a71
1
Parent(s):
f7293b3
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999
- README.md +12 -7
- dataset_infos.json +65 -1
- plain_text/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -5,8 +5,6 @@ language_creators:
|
|
5 |
- crowdsourced
|
6 |
language:
|
7 |
- fr
|
8 |
-
language_bcp47:
|
9 |
-
- fr-FR
|
10 |
license:
|
11 |
- mit
|
12 |
multilinguality:
|
@@ -20,9 +18,11 @@ task_categories:
|
|
20 |
task_ids:
|
21 |
- extractive-qa
|
22 |
- open-domain-qa
|
23 |
-
paperswithcode_id: null
|
24 |
pretty_name: Piaf
|
|
|
|
|
25 |
dataset_info:
|
|
|
26 |
features:
|
27 |
- name: id
|
28 |
dtype: string
|
@@ -38,13 +38,18 @@ dataset_info:
|
|
38 |
dtype: string
|
39 |
- name: answer_start
|
40 |
dtype: int32
|
41 |
-
config_name: plain_text
|
42 |
splits:
|
43 |
- name: train
|
44 |
-
num_bytes:
|
45 |
num_examples: 3835
|
46 |
-
download_size:
|
47 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
---
|
49 |
|
50 |
# Dataset Card for Piaf
|
|
|
5 |
- crowdsourced
|
6 |
language:
|
7 |
- fr
|
|
|
|
|
8 |
license:
|
9 |
- mit
|
10 |
multilinguality:
|
|
|
18 |
task_ids:
|
19 |
- extractive-qa
|
20 |
- open-domain-qa
|
|
|
21 |
pretty_name: Piaf
|
22 |
+
language_bcp47:
|
23 |
+
- fr-FR
|
24 |
dataset_info:
|
25 |
+
config_name: plain_text
|
26 |
features:
|
27 |
- name: id
|
28 |
dtype: string
|
|
|
38 |
dtype: string
|
39 |
- name: answer_start
|
40 |
dtype: int32
|
|
|
41 |
splits:
|
42 |
- name: train
|
43 |
+
num_bytes: 3332877
|
44 |
num_examples: 3835
|
45 |
+
download_size: 650352
|
46 |
+
dataset_size: 3332877
|
47 |
+
configs:
|
48 |
+
- config_name: plain_text
|
49 |
+
data_files:
|
50 |
+
- split: train
|
51 |
+
path: plain_text/train-*
|
52 |
+
default: true
|
53 |
---
|
54 |
|
55 |
# Dataset Card for Piaf
|
dataset_infos.json
CHANGED
@@ -1 +1,65 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"plain_text": {
|
3 |
+
"description": "Piaf is a reading comprehension dataset. This version, published in February 2020, contains 3835 questions on French Wikipedia.\n",
|
4 |
+
"citation": "@InProceedings{keraron-EtAl:2020:LREC,\n author = {Keraron, Rachel and Lancrenon, Guillaume and Bras, Mathilde and Allary, Fr\u00e9d\u00e9ric and Moyse, Gilles and Scialom, Thomas and Soriano-Morales, Edmundo-Pavel and Staiano, Jacopo},\n title = {Project PIAF: Building a Native French Question-Answering Dataset},\n booktitle = {Proceedings of The 12th Language Resources and Evaluation Conference},\n month = {May},\n year = {2020},\n address = {Marseille, France},\n publisher = {European Language Resources Association},\n pages = {5483--5492},\n abstract = {Motivated by the lack of data for non-English languages, in particular for the evaluation of downstream tasks such as Question Answering, we present a participatory effort to collect a native French Question Answering Dataset. Furthermore, we describe and publicly release the annotation tool developed for our collection effort, along with the data obtained and preliminary baselines.},\n url = {https://www.aclweb.org/anthology/2020.lrec-1.673}\n}\n",
|
5 |
+
"homepage": "https://piaf.etalab.studio",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"title": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"context": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"question": {
|
21 |
+
"dtype": "string",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"answers": {
|
25 |
+
"feature": {
|
26 |
+
"text": {
|
27 |
+
"dtype": "string",
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"answer_start": {
|
31 |
+
"dtype": "int32",
|
32 |
+
"_type": "Value"
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"_type": "Sequence"
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"task_templates": [
|
39 |
+
{
|
40 |
+
"task": "question-answering-extractive"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"builder_name": "piaf",
|
44 |
+
"dataset_name": "piaf",
|
45 |
+
"config_name": "plain_text",
|
46 |
+
"version": {
|
47 |
+
"version_str": "1.0.0",
|
48 |
+
"description": "",
|
49 |
+
"major": 1,
|
50 |
+
"minor": 0,
|
51 |
+
"patch": 0
|
52 |
+
},
|
53 |
+
"splits": {
|
54 |
+
"train": {
|
55 |
+
"name": "train",
|
56 |
+
"num_bytes": 3332877,
|
57 |
+
"num_examples": 3835,
|
58 |
+
"dataset_name": null
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"download_size": 650352,
|
62 |
+
"dataset_size": 3332877,
|
63 |
+
"size_in_bytes": 3983229
|
64 |
+
}
|
65 |
+
}
|
plain_text/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:868b00642fd947182dd406becee1f7981c4ab69c2dc78ee5f0e6e7a42d98ebad
|
3 |
+
size 650352
|