Tài liệu tham khảo:
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:few_rel')
- Sự miêu tả :
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.
- Giấy phép : https://raw.githubusercontent.com/thunlp/FewRel/master/LICENSE
- Phiên bản : 1.0.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'pubmed_unsupervised' | 2500 |
'train_wiki' | 44800 |
'val_nyt' | 2500 |
'val_pubmed' | 1000 |
'val_semeval' | 8851 |
'val_wiki' | 11200 |
- Đặc trưng :
{
"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"
}
}
pid2name
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:few_rel/pid2name')
- Sự miêu tả :
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.
- Giấy phép : https://raw.githubusercontent.com/thunlp/FewRel/master/LICENSE
- Phiên bản : 1.0.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'pid2name' | 744 |
- Đặc trưng :
{
"relation": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"names": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}