definite_pronoun_resolution
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
著者の学部クラスの 1 つから 30 人の学生によって構成されています。これらの文のペアは、実際の出来事 (例: 駐米サウジ大使を攻撃するイランの計画) から映画の出来事/登場人物 (例: バットマン) および純粋に架空の状況に至るまでのトピックをカバーしており、主にアメリカの子供たちが認識しているポップ カルチャーを反映しています。 90年代初頭生まれ。注釈付きの各例は 4 行にまたがっています。最初の行には文が含まれ、2 行目にはターゲット代名詞が含まれ、3 行目には 2 つの候補前件が含まれ、4 行目には正しい前件が含まれます。対象の代名詞が文中に複数回出現する場合は、最初に出現した代名詞が解決されます。
スプリット | 例 |
---|
'test' | 564 |
'train' | 1,322 |
FeaturesDict({
'candidates': Sequence(Text(shape=(), dtype=string)),
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
'pronoun': Text(shape=(), dtype=string),
'sentence': Text(shape=(), dtype=string),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
候補者 | シーケンス(テキスト) | (2) | 弦 | |
ラベル | クラスラベル | | int64 | |
代名詞 | 文章 | | 弦 | |
文 | 文章 | | 弦 | |
@inproceedings{rahman2012resolving,
title={Resolving complex cases of definite pronouns: the winograd schema challenge},
author={Rahman, Altaf and Ng, Vincent},
booktitle={Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning},
pages={777--789},
year={2012},
organization={Association for Computational Linguistics}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-04-15 UTC。
[null,null,["最終更新日 2023-04-15 UTC。"],[],[],null,["# definite_pronoun_resolution\n\n\u003cbr /\u003e\n\n- **Description**:\n\nComposed by 30 students from one of the author's undergraduate classes. These\nsentence pairs cover topics ranging from real events (e.g., Iran's plan to\nattack the Saudi ambassador to the U.S.) to events/characters in movies (e.g.,\nBatman) and purely imaginary situations, largely reflecting the pop culture as\nperceived by the American kids born in the early 90s. Each annotated example\nspans four lines: the first line contains the sentence, the second line contains\nthe target pronoun, the third line contains the two candidate antecedents, and\nthe fourth line contains the correct antecedent. If the target pronoun appears\nmore than once in the sentence, its first occurrence is the one to be resolved.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/definite-pronoun-resolution-dataset)\n\n- **Homepage** :\n [https://www.hlt.utdallas.edu/\\~vince/data/emnlp12/](https://www.hlt.utdallas.edu/%7Evince/data/emnlp12/)\n\n- **Source code** :\n [`tfds.text.DefinitePronounResolution`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/text/definite_pronoun_resolution.py)\n\n- **Versions**:\n\n - **`1.1.0`** (default): No release notes.\n- **Download size** : `222.12 KiB`\n\n- **Dataset size** : `334.22 KiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 564 |\n| `'train'` | 1,322 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'candidates': Sequence(Text(shape=(), dtype=string)),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=2),\n 'pronoun': Text(shape=(), dtype=string),\n 'sentence': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|------------|----------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| candidates | Sequence(Text) | (2,) | string | |\n| label | ClassLabel | | int64 | |\n| pronoun | Text | | string | |\n| sentence | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('sentence', 'label')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @inproceedings{rahman2012resolving,\n title={Resolving complex cases of definite pronouns: the winograd schema challenge},\n author={Rahman, Altaf and Ng, Vincent},\n booktitle={Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning},\n pages={777--789},\n year={2012},\n organization={Association for Computational Linguistics}\n }"]]