nq_open

הפניות:

nq_open

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

ds = tfds.load('huggingface:nq_open/nq_open')
  • תיאור :
The NQ-Open task, introduced by Lee et.al. 2019,
is an open domain question answering benchmark that is derived from Natural Questions.
The goal is to predict an English answer string for an input English question.
All questions can be answered using the contents of English Wikipedia.
  • רישיון : אין רישיון ידוע
  • גרסה : 2.0.0
  • פיצולים :
לְפַצֵל דוגמאות
'train' 87925
'validation' 3610
  • מאפיינים :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}