Datasets:
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
sentiment
aspect-based sentiment analysis
Aspect Term Extraction
Opinion Term Extraction
Aspect Term-Opinion Term Pair Extraction
Aspect term, Sentiment, Opinion term Triplet Extraction
License:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,16 @@ tags:
|
|
16 |
- sentiment analysis
|
17 |
---
|
18 |
|
19 |
-
# A Sentiment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- sentiment analysis
|
17 |
---
|
18 |
|
19 |
+
# A Sentiment Analsysis Dataset for Finetuning Large Models in Chat-style
|
20 |
+
More details can be found at https://github.com/l294265421/chat-sentiment-analysis
|
21 |
+
|
22 |
+
## Supported Tasks
|
23 |
+
- Aspect Term Extraction (ATE)
|
24 |
+
- Opinion Term Extraction (OTE)
|
25 |
+
- Aspect Term-Opinion Term Pair Extraction (AOPE)
|
26 |
+
- Aspect term, Sentiment, Opinion term Triplet Extraction (ASOTE)
|
27 |
+
- Aspect Category Detection (ACD)
|
28 |
+
- Aspect Category-Sentiment Pair Extraction (ACSA)
|
29 |
+
- [Aspect-Category-Opinion-Sentiment (ACOS) Quadruple Extraction](https://github.com/NUSTM/ACOS)
|
30 |
+
-[Holder, Target, Opinion, Sentiment (HTOS) Quadruple Extraction](https://github.com/jerbarnes/semeval22_structured_sentiment)
|
31 |
+
|