Matthew Franglen commited on
Commit
135f0cd
1 Parent(s): 2e8e79b

Update description

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -100,13 +100,17 @@ where a triplet consists of (target, opinion, sentiment).
100
  Sentiment analysis is increasingly viewed as a vital task both from an academic and a commercial standpoint.
101
  The majority of current approaches, however, attempt to detect the overall polarity of a sentence, paragraph, or text span, regardless of the entities mentioned (e.g., laptops, restaurants) and their aspects (e.g., battery, screen; food, service).
102
  By contrast, this task is concerned with aspect based sentiment analysis (ABSA), where the goal is to identify the aspects of given target entities and the sentiment expressed towards each aspect.
103
- Datasets consisting of customer reviews with human-authored annotations identifying the mentioned aspects of the target entities and the sentiment polarity of each aspect will be provided.
104
 
105
  ### Dataset Source
106
 
107
  The ASTE dataset is from the [xuuuluuu/SemEval-Triplet-data](https://github.com/xuuuluuu/SemEval-Triplet-data) repository.
108
 
109
- It is based on the [Sem Eval 2014 Task 4](https://alt.qcri.org/semeval2014/task4/) dataset, with some preprocessing applied to the text.
 
 
 
 
110
 
111
  ### Dataset Details
112
 
 
100
  Sentiment analysis is increasingly viewed as a vital task both from an academic and a commercial standpoint.
101
  The majority of current approaches, however, attempt to detect the overall polarity of a sentence, paragraph, or text span, regardless of the entities mentioned (e.g., laptops, restaurants) and their aspects (e.g., battery, screen; food, service).
102
  By contrast, this task is concerned with aspect based sentiment analysis (ABSA), where the goal is to identify the aspects of given target entities and the sentiment expressed towards each aspect.
103
+ This dataset consists of customer reviews with human-authored annotations identifying the mentioned aspects of the target entities and the sentiment polarity of each aspect.
104
 
105
  ### Dataset Source
106
 
107
  The ASTE dataset is from the [xuuuluuu/SemEval-Triplet-data](https://github.com/xuuuluuu/SemEval-Triplet-data) repository.
108
 
109
+ It is based on the Sem Eval 2014, 2015 and 2016 datasets, with some preprocessing applied to the text.
110
+
111
+ * [Sem Eval 2014 Task 4](https://alt.qcri.org/semeval2014/task4/)
112
+ * [Sem Eval 2015 Task 12](https://alt.qcri.org/semeval2015/task12/)
113
+ * [Sem Eval 2016 Task 5](https://alt.qcri.org/semeval2016/task5/)
114
 
115
  ### Dataset Details
116