Referencje:
odpowiedź_wybór_analiza
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:selqa/answer_selection_analysis')
- Opis :
The SelQA dataset provides crowdsourced annotation for two selection-based question answer tasks,
answer sentence selection and answer triggering.
- Licencja : Brak znanej licencji
- Wersja : 1.1.0
- Podziały :
Podział | Przykłady |
---|---|
'test' | 1590 |
'train' | 5529 |
'validation' | 785 |
- Cechy :
{
"section": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"is_paraphrase": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"topic": {
"num_classes": 10,
"names": [
"MUSIC",
"TV",
"TRAVEL",
"ART",
"SPORT",
"COUNTRY",
"MOVIES",
"HISTORICAL EVENTS",
"SCIENCE",
"FOOD"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"answers": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"candidates": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"q_types": {
"feature": {
"num_classes": 7,
"names": [
"what",
"why",
"when",
"who",
"where",
"how",
""
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
odpowiedź_wybór_eksperymentów
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:selqa/answer_selection_experiments')
- Opis :
The SelQA dataset provides crowdsourced annotation for two selection-based question answer tasks,
answer sentence selection and answer triggering.
- Licencja : Brak znanej licencji
- Wersja : 1.1.0
- Podziały :
Podział | Przykłady |
---|---|
'test' | 19435 |
'train' | 66438 |
'validation' | 9377 |
- Cechy :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"candidate": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}
odpowiedź_wyzwalająca_analiza
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:selqa/answer_triggering_analysis')
- Opis :
The SelQA dataset provides crowdsourced annotation for two selection-based question answer tasks,
answer sentence selection and answer triggering.
- Licencja : Brak znanej licencji
- Wersja : 1.1.0
- Podziały :
Podział | Przykłady |
---|---|
'test' | 1590 |
'train' | 5529 |
'validation' | 785 |
- Cechy :
{
"section": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"is_paraphrase": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"topic": {
"num_classes": 10,
"names": [
"MUSIC",
"TV",
"TRAVEL",
"ART",
"SPORT",
"COUNTRY",
"MOVIES",
"HISTORICAL EVENTS",
"SCIENCE",
"FOOD"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"q_types": {
"feature": {
"num_classes": 7,
"names": [
"what",
"why",
"when",
"who",
"where",
"how",
""
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"candidate_list": {
"feature": {
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"section": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"candidates": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"answers": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
odpowiedź_wyzwalanie_eksperymentów
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:selqa/answer_triggering_experiments')
- Opis :
The SelQA dataset provides crowdsourced annotation for two selection-based question answer tasks,
answer sentence selection and answer triggering.
- Licencja : Brak znanej licencji
- Wersja : 1.1.0
- Podziały :
Podział | Przykłady |
---|---|
'test' | 59845 |
'train' | 205075 |
'validation' | 28798 |
- Cechy :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"candidate": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}