ゴーモーション
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
GoEmotions データセットには、27 の感情カテゴリまたはニュートラルのラベルが付けられた、慎重に精選された 58,000 件の Reddit コメントが含まれています。感情のカテゴリは、賞賛、娯楽、怒り、迷惑、承認、思いやり、混乱、好奇心、欲求、失望、不承認、嫌悪感、恥ずかしさ、興奮、恐怖、感謝、悲しみ、喜び、愛、緊張、楽観主義、プライド、実現、安堵、反省、悲しみ、驚き。
スプリット | 例 |
---|
'test' | 5,427 |
'train' | 43,410 |
'validation' | 5,426 |
FeaturesDict({
'admiration': bool,
'amusement': bool,
'anger': bool,
'annoyance': bool,
'approval': bool,
'caring': bool,
'comment_text': Text(shape=(), dtype=string),
'confusion': bool,
'curiosity': bool,
'desire': bool,
'disappointment': bool,
'disapproval': bool,
'disgust': bool,
'embarrassment': bool,
'excitement': bool,
'fear': bool,
'gratitude': bool,
'grief': bool,
'joy': bool,
'love': bool,
'nervousness': bool,
'neutral': bool,
'optimism': bool,
'pride': bool,
'realization': bool,
'relief': bool,
'remorse': bool,
'sadness': bool,
'surprise': bool,
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
感嘆 | テンソル | | ブール | |
アミューズメント | テンソル | | ブール | |
怒り | テンソル | | ブール | |
迷惑 | テンソル | | ブール | |
承認 | テンソル | | ブール | |
思いやりのある | テンソル | | ブール | |
コメント_テキスト | 文章 | | ストリング | |
錯乱 | テンソル | | ブール | |
好奇心 | テンソル | | ブール | |
欲望 | テンソル | | ブール | |
失望 | テンソル | | ブール | |
不承認 | テンソル | | ブール | |
嫌悪 | テンソル | | ブール | |
恥ずかしさ | テンソル | | ブール | |
興奮 | テンソル | | ブール | |
恐れ | テンソル | | ブール | |
感謝 | テンソル | | ブール | |
悲しみ | テンソル | | ブール | |
喜び | テンソル | | ブール | |
愛 | テンソル | | ブール | |
緊張感 | テンソル | | ブール | |
中性 | テンソル | | ブール | |
楽観 | テンソル | | ブール | |
誇り | テンソル | | ブール | |
実現 | テンソル | | ブール | |
安心 | テンソル | | ブール | |
反省 | テンソル | | ブール | |
悲しみ | テンソル | | ブール | |
サプライズ | テンソル | | ブール | |
@inproceedings{demszky-2020-goemotions,
title = "{G}o{E}motions: A Dataset of Fine-Grained Emotions",
author = "Demszky, Dorottya and
Movshovitz-Attias, Dana and
Ko, Jeongwoo and
Cowen, Alan and
Nemade, Gaurav and
Ravi, Sujith",
booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.acl-main.372",
pages = "4040--4054",
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-06 UTC。
[null,null,["最終更新日 2022-12-06 UTC。"],[],[],null,["# goemotions\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThe GoEmotions dataset contains 58k carefully curated Reddit comments labeled\nfor 27 emotion categories or Neutral. The emotion categories are admiration,\namusement, anger, annoyance, approval, caring, confusion, curiosity, desire,\ndisappointment, disapproval, disgust, embarrassment, excitement, fear,\ngratitude, grief, joy, love, nervousness, optimism, pride, realization, relief,\nremorse, sadness, surprise.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/goemotions)\n\n- **Homepage** :\n \u003chttps://github.com/google-research/google-research/tree/master/goemotions\u003e\n\n- **Source code** :\n [`tfds.text.Goemotions`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/text/goemotions.py)\n\n- **Versions**:\n\n - **`0.1.0`** (default): No release notes.\n- **Download size** : `4.19 MiB`\n\n- **Dataset size** : `32.25 MiB`\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'` | 5,427 |\n| `'train'` | 43,410 |\n| `'validation'` | 5,426 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'admiration': bool,\n 'amusement': bool,\n 'anger': bool,\n 'annoyance': bool,\n 'approval': bool,\n 'caring': bool,\n 'comment_text': Text(shape=(), dtype=string),\n 'confusion': bool,\n 'curiosity': bool,\n 'desire': bool,\n 'disappointment': bool,\n 'disapproval': bool,\n 'disgust': bool,\n 'embarrassment': bool,\n 'excitement': bool,\n 'fear': bool,\n 'gratitude': bool,\n 'grief': bool,\n 'joy': bool,\n 'love': bool,\n 'nervousness': bool,\n 'neutral': bool,\n 'optimism': bool,\n 'pride': bool,\n 'realization': bool,\n 'relief': bool,\n 'remorse': bool,\n 'sadness': bool,\n 'surprise': bool,\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| admiration | Tensor | | bool | |\n| amusement | Tensor | | bool | |\n| anger | Tensor | | bool | |\n| annoyance | Tensor | | bool | |\n| approval | Tensor | | bool | |\n| caring | Tensor | | bool | |\n| comment_text | Text | | string | |\n| confusion | Tensor | | bool | |\n| curiosity | Tensor | | bool | |\n| desire | Tensor | | bool | |\n| disappointment | Tensor | | bool | |\n| disapproval | Tensor | | bool | |\n| disgust | Tensor | | bool | |\n| embarrassment | Tensor | | bool | |\n| excitement | Tensor | | bool | |\n| fear | Tensor | | bool | |\n| gratitude | Tensor | | bool | |\n| grief | Tensor | | bool | |\n| joy | Tensor | | bool | |\n| love | Tensor | | bool | |\n| nervousness | Tensor | | bool | |\n| neutral | Tensor | | bool | |\n| optimism | Tensor | | bool | |\n| pride | Tensor | | bool | |\n| realization | Tensor | | bool | |\n| relief | Tensor | | bool | |\n| remorse | Tensor | | bool | |\n| sadness | Tensor | | bool | |\n| surprise | Tensor | | bool | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\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{demszky-2020-goemotions,\n title = \"{G}o{E}motions: A Dataset of Fine-Grained Emotions\",\n author = \"Demszky, Dorottya and\n Movshovitz-Attias, Dana and\n Ko, Jeongwoo and\n Cowen, Alan and\n Nemade, Gaurav and\n Ravi, Sujith\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.acl-main.372\",\n pages = \"4040--4054\",\n }"]]