File size: 2,944 Bytes
4469a71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
59
60
61
62
63
64
65
{
    "plain_text": {
        "description": "Piaf is a reading comprehension dataset. This version, published in February 2020, contains 3835 questions on French Wikipedia.\n",
        "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",
        "homepage": "https://piaf.etalab.studio",
        "license": "",
        "features": {
            "id": {
                "dtype": "string",
                "_type": "Value"
            },
            "title": {
                "dtype": "string",
                "_type": "Value"
            },
            "context": {
                "dtype": "string",
                "_type": "Value"
            },
            "question": {
                "dtype": "string",
                "_type": "Value"
            },
            "answers": {
                "feature": {
                    "text": {
                        "dtype": "string",
                        "_type": "Value"
                    },
                    "answer_start": {
                        "dtype": "int32",
                        "_type": "Value"
                    }
                },
                "_type": "Sequence"
            }
        },
        "task_templates": [
            {
                "task": "question-answering-extractive"
            }
        ],
        "builder_name": "piaf",
        "dataset_name": "piaf",
        "config_name": "plain_text",
        "version": {
            "version_str": "1.0.0",
            "description": "",
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 3332877,
                "num_examples": 3835,
                "dataset_name": null
            }
        },
        "download_size": 650352,
        "dataset_size": 3332877,
        "size_in_bytes": 3983229
    }
}