Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- token-classification
|
6 |
+
language:
|
7 |
+
- ja
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
USA model paper SCPOS datasets. Including four sub-datasets.
|
12 |
+
|
13 |
+
paper address:
|
14 |
+
https://arxiv.org/abs/2309.03787
|
15 |
+
|
16 |
+
Cite:
|
17 |
+
|
18 |
+
@article{gan2023usa,
|
19 |
+
title={USA: Universal Sentiment Analysis Model \& Construction of Japanese Sentiment Text Classification and Part of Speech Dataset},
|
20 |
+
author={Gan, Chengguang and Zhang, Qinghao and Mori, Tatsunori},
|
21 |
+
journal={arXiv preprint arXiv:2309.03787},
|
22 |
+
year={2023}
|
23 |
+
}
|
24 |
+
|
25 |
+
This dataset constructed base in JGLUE benchmark text sentiment classification task
|
26 |
+
https://github.com/yahoojapan/JGLUE
|