qa_zre

Referencje:

Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:

ds = tfds.load('huggingface:qa_zre')
  • Opis :
A dataset reducing relation extraction to simple reading comprehension questions
  • Licencja : Brak znanej licencji
  • Wersja : 0.1.0
  • Podziały :
Podział Przykłady
'test' 120 000
'train' 8400000
'validation' 6000
  • Cechy :
{
    "relation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "subject": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answers": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}