- 説明:
GAPは、ウィキペディアからサンプリングされ、実際のアプリケーションでの共参照解決の評価のためにGoogle AI言語によってリリースされた、(あいまいな代名詞、先行詞名)の8,908の共参照ラベル付きペアを含む性別バランスの取れたデータセットです。
ホームページ: https ://github.com/google-research-datasets/gap-coreference
ソースコード:
tfds.text.Gap
バージョン:
-
0.1.0
(デフォルト):リリースノートなし。
-
ダウンロードサイズ:
2.29 MiB
データセットサイズ:
Unknown size
自動キャッシュ(ドキュメント):不明
分割:
スプリット | 例 |
---|---|
'test' | 2,000 |
'train' | 2,000 |
'validation' | 454 |
- 素性構造:
FeaturesDict({
'A': Text(shape=(), dtype=tf.string),
'A-coref': tf.bool,
'A-offset': tf.int32,
'B': Text(shape=(), dtype=tf.string),
'B-coref': tf.bool,
'B-offset': tf.int32,
'ID': Text(shape=(), dtype=tf.string),
'Pronoun': Text(shape=(), dtype=tf.string),
'Pronoun-offset': tf.int32,
'Text': Text(shape=(), dtype=tf.string),
'URL': Text(shape=(), dtype=tf.string),
})
- 機能ドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
FeaturesDict | ||||
A | 文章 | tf.string | ||
A-coref | テンソル | tf.bool | ||
A-オフセット | テンソル | tf.int32 | ||
B | 文章 | tf.string | ||
B-coref | テンソル | tf.bool | ||
Bオフセット | テンソル | tf.int32 | ||
ID | 文章 | tf.string | ||
代名詞 | 文章 | tf.string | ||
代名詞-オフセット | テンソル | tf.int32 | ||
文章 | 文章 | tf.string | ||
URL | 文章 | tf.string |
監視対象キー(
as_supervised
docを参照):None
図( tfds.show_examples ):サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@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}
}