Alpaca69B commited on
Commit
842fcf4
1 Parent(s): 29fd84c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,21 +1,34 @@
1
  ---
2
  dataset_info:
 
 
 
 
 
 
 
3
  features:
4
  - name: sentence
5
  dtype: string
 
6
  - name: aspect
7
  dtype: string
 
8
  - name: sentiment
9
  dtype: string
 
10
  - name: text
11
  dtype: string
 
12
  splits:
13
  - name: train
14
  num_bytes: 1673969
15
  num_examples: 3759
 
16
  - name: test
17
  num_bytes: 475590
18
  num_examples: 1056
 
19
  download_size: 990515
20
  dataset_size: 2149559
21
  configs:
 
1
  ---
2
  dataset_info:
3
+ name: semeval2016-full-absa-reviews-english-translated-resampled
4
+ description: >
5
+ This dataset contains annotated data for aspect-based sentiment analysis.
6
+ Each example consists of a sentence, its corresponding aspect, sentiment,
7
+ and additional text for context. The dataset is split into train and test sets.
8
+ citation: >
9
+ Used eastwind/semeval-2016-absa-reviews-english-translated-resampled, which is derived from eastwind/semeval-2016-absa-reviews-english-translated-stanford-alpaca, by upsampling the neutral class and then resampling 3k examples from each class. The represented dataset is a result of summarization of the aspects and sentiments per equal sentence. In addition a textual representation is added for training purpose.
10
  features:
11
  - name: sentence
12
  dtype: string
13
+ description: "The main text of the sentence."
14
  - name: aspect
15
  dtype: string
16
+ description: "The aspect targeted by the sentiment."
17
  - name: sentiment
18
  dtype: string
19
+ description: "The sentiment expressed towards the aspect."
20
  - name: text
21
  dtype: string
22
+ description: "A textual representation of the dataset for training."
23
  splits:
24
  - name: train
25
  num_bytes: 1673969
26
  num_examples: 3759
27
+ description: "Training examples."
28
  - name: test
29
  num_bytes: 475590
30
  num_examples: 1056
31
+ description: "Testing examples."
32
  download_size: 990515
33
  dataset_size: 2149559
34
  configs: