écart

  • Descriptif :

GAP est un ensemble de données équilibré entre les sexes contenant 8 908 paires étiquetées de coréférence (pronom ambigu, nom antécédent), échantillonnées à partir de Wikipedia et publiées par Google AI Language pour l'évaluation de la résolution de coréférence dans des applications pratiques.

Diviser Exemples
'test' 2 000
'train' 2 000
'validation' 454
  • Structure des fonctionnalités :
FeaturesDict({
    'A': Text(shape=(), dtype=string),
    'A-coref': bool,
    'A-offset': int32,
    'B': Text(shape=(), dtype=string),
    'B-coref': bool,
    'B-offset': int32,
    'ID': Text(shape=(), dtype=string),
    'Pronoun': Text(shape=(), dtype=string),
    'Pronoun-offset': int32,
    'Text': Text(shape=(), dtype=string),
    'URL': Text(shape=(), dtype=string),
})
  • Documentation des fonctionnalités :
Caractéristique Classe Façonner Dtype Description
FonctionnalitésDict
UNE Texte chaîne de caractères
A-coeur Tenseur bourdonner
Décalage A Tenseur int32
B Texte chaîne de caractères
B-coeur Tenseur bourdonner
Décalage B Tenseur int32
IDENTIFIANT Texte chaîne de caractères
Pronom Texte chaîne de caractères
Décalage du pronom Tenseur int32
Texte Texte chaîne de caractères
URL Texte chaîne de caractères
  • Citation :
@article{DBLP:journals/corr/abs-1810-05201,
  author    = {Kellie Webster and
               Marta Recasens and
               Vera Axelrod and
               Jason Baldridge},
  title     = {Mind the {GAP:} {A} Balanced Corpus of Gendered Ambiguous Pronouns},
  journal   = {CoRR},
  volume    = {abs/1810.05201},
  year      = {2018},
  url       = {http://arxiv.org/abs/1810.05201},
  archivePrefix = {arXiv},
  eprint    = {1810.05201},
  timestamp = {Tue, 30 Oct 2018 20:39:56 +0100},
  biburl    = {https://dblp.org/rec/bib/journals/corr/abs-1810-05201},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}