सन्दर्भ:
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:gap')
- विवरण :
GAP is a gender-balanced dataset containing 8,908 coreference-labeled pairs of
(ambiguous pronoun, antecedent name), sampled from Wikipedia and released by
Google AI Language for the evaluation of coreference resolution in practical
applications.
- लाइसेंस : कोई ज्ञात लाइसेंस नहीं
- संस्करण : 0.1.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 2000 |
'train' | 2000 |
'validation' | 454 |
- विशेषताएँ :
{
"ID": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Pronoun": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Pronoun-offset": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"A": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"A-offset": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"A-coref": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"B": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"B-offset": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"B-coref": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"URL": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}