Referencias:
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:few_rel')
- Descripción :
FewRel is a large-scale few-shot relation extraction dataset, which contains more than one hundred relations and tens of thousands of annotated instances cross different domains.
- Licencia : https://raw.githubusercontent.com/thunlp/FewRel/master/LICENSE
- Versión : 1.0.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'pubmed_unsupervised' | 2500 |
'train_wiki' | 44800 |
'val_nyt' | 2500 |
'val_pubmed' | 1000 |
'val_semeval' | 8851 |
'val_wiki' | 11200 |
- Características :
{
"relation": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"head": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"type": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"indices": {
"feature": {
"feature": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"tail": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"type": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"indices": {
"feature": {
"feature": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"names": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
nombre pid2
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:few_rel/pid2name')
- Descripción :
FewRel is a large-scale few-shot relation extraction dataset, which contains more than one hundred relations and tens of thousands of annotated instances cross different domains.
- Licencia : https://raw.githubusercontent.com/thunlp/FewRel/master/LICENSE
- Versión : 1.0.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'pid2name' | 744 |
- Características :
{
"relation": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"names": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}