parsinlu_הבנת_קריאה

הפניות:

parsinlu-repo

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:

ds = tfds.load('huggingface:parsinlu_reading_comprehension/parsinlu-repo')
  • תיאור :
A Persian reading comprehenion task (generating an answer, given a question and a context paragraph). 
The questions are mined using Google auto-complete, their answers and the corresponding evidence documents are manually annotated by native speakers.
  • רישיון : CC BY-NC-SA 4.0
  • גרסה : 1.0.0
  • פיצולים :
לְפַצֵל דוגמאות
'test' 575
'train' 600
'validation' 125
  • מאפיינים :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answers": {
        "feature": {
            "answer_start": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "answer_text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}