- 説明:
GAP は、ウィキペディアからサンプリングされ、実際のアプリケーションでの共参照解決の評価のために Google AI Language によってリリースされた、8,908 個の共参照ラベル付きペアを含むジェンダーバランスの取れたデータセットです。
追加のドキュメント:コード を使用したペーパーの探索
ホームページ: https://github.com/google-research-datasets/gap-coreference
ソースコード:
tfds.text.Gap
バージョン:
-
0.1.0
: 初期リリース。 -
0.1.1
(デフォルト): ブール フィールドA-coref
およびB-coref
の解析を修正します。
-
ダウンロードサイズ:
2.29 MiB
データセットサイズ:
2.96 MiB
自動キャッシュ(ドキュメント): はい
スプリット:
スプリット | 例 |
---|---|
'test' | 2,000 |
'train' | 2,000 |
'validation' | 454 |
- 機能構造:
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),
})
- 機能のドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
あ | 文章 | ストリング | ||
Aコアレフ | テンソル | ブール | ||
Aオフセット | テンソル | int32 | ||
B | 文章 | ストリング | ||
Bコアレフ | テンソル | ブール | ||
Bオフセット | テンソル | int32 | ||
ID | 文章 | ストリング | ||
代名詞 | 文章 | ストリング | ||
代名詞オフセット | テンソル | int32 | ||
文章 | 文章 | ストリング | ||
URL | 文章 | ストリング |
監視されたキー(
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}
}