xinxngxin commited on
Commit
5ef163e
1 Parent(s): 3fc7edb

Add researched SOTA result

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -30,3 +30,23 @@ language:
30
  }
31
  ```
32
  > 此处未设置label和extra,在instruction中以如上所示的字符串模板,并给出一个例子进行one-shot,ABSA领域数据集(absa-quad,acos,arts,aste-data-v2,mams,semeval-2014,semeval-2015,semeval-2016,towe)每个数据集对应instruction模板相同,内容有细微不同,且部分数据集存在同一数据集不同数据instruction内容不同的情况。
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  }
31
  ```
32
  > 此处未设置label和extra,在instruction中以如上所示的字符串模板,并给出一个例子进行one-shot,ABSA领域数据集(absa-quad,acos,arts,aste-data-v2,mams,semeval-2014,semeval-2015,semeval-2016,towe)每个数据集对应instruction模板相同,内容有细微不同,且部分数据集存在同一数据集不同数据instruction内容不同的情况。
33
+
34
+
35
+ #### 原始数据集
36
+ - 数据[链接](https://alt.qcri.org/semeval2014/task4/)
37
+ - Paper:[SemEval-2014 Task 4: Aspect Based Sentiment Analysis](https://aclanthology.org/S14-2004/)
38
+ - 说明:数据分为Laptop和restaurant两个主题的数据,分别在两个文件夹中放置。两个主题的数据抽取的元素不同。
39
+
40
+
41
+ #### 当前SOTA
42
+ *数据来自[PaperWithCode](https://paperswithcode.com/sota)*
43
+
44
+ - [SemEval2014-Laptop](https://paperswithcode.com/sota/aspect-based-sentiment-analysis-on-semeval-5)
45
+ - 评价指标:F1-score
46
+ - 模型:InstructABSA (**79.34**)
47
+ - Paper:[InstructABSA: Instruction Learning for Aspect Based Sentiment Analysis](https://paperswithcode.com/paper/instructabsa-instruction-learning-for-aspect)
48
+
49
+ - [SemEval2014-Restaurant](https://paperswithcode.com/sota/aspect-based-sentiment-analysis-on-semeval-5)
50
+ - 评价指标:Accuracy(抽取的分类准确率)
51
+ - 模型:HGCN (**84.09**)
52
+ - Paper:[Learn from Structural Scope: Improving Aspect-Level Sentiment Analysis with Hybrid Graph Convolutional Networks](https://paperswithcode.com/paper/learn-from-structural-scope-improving-aspect)