TIX007 commited on
Commit
f39e3e9
·
1 Parent(s): b17fc71

增加相关数据集

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -145,13 +145,19 @@ print(dataset)
145
 
146
  ## 引用
147
 
148
- 若本数据集对您有帮助,欢迎参考以下格式引用原始数据集:
149
 
150
  ```bibtex
151
- @inproceedings{saravia-etal-2018-carer,
152
- title = "{CARER}: Contextualized Affect Representations for Emotion Recognition",
153
- author = "Saravia, Elvis and Liu, Hsien-Chi Toby and Huang, Yen-Hao and Wu, Junlin and Chen, Yi-Shin",
154
- booktitle = "Proceedings of the 2018 Conference on EMNLP",
155
- year = "2018",
 
156
  }
157
  ```
 
 
 
 
 
 
145
 
146
  ## 引用
147
 
148
+ 若本数据集对您有帮助,欢迎参考以下格式引用数据集;如需引用相关原始情感识别工作,可同时参考后续文献
149
 
150
  ```bibtex
151
+ @misc{chinese-emotion-dataset-2026,
152
+ title = {Chinese Emotion Dataset},
153
+ author = {TIX007},
154
+ howpublished = {\url{https://huggingface.co/datasets/TIX007/chinese-sentiment}},
155
+ note = {中文日常短文本情感分类数据集,MIT 许可证},
156
+ year = {2026},
157
  }
158
  ```
159
+
160
+ ## 相关数据集
161
+
162
+ - **[dair-ai/emotion](https://huggingface.co/datasets/dair-ai/emotion)**: 原始英文情感数据集,本数据集参照其格式和标签设计构建。
163
+