qa_zre

Bibliografia:

Użyj następującego polecenia, aby załadować ten zestaw danych w 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
  • Dzieli :
Rozdzielać Przykłady
'test' 120000
'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"
    }
}