yuncongli commited on
Commit
760d055
1 Parent(s): 3268682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -16,4 +16,16 @@ tags:
16
  - sentiment analysis
17
  ---
18
 
19
- # A Sentiment Analsysi Dataset for Finetuning Large Models
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+