Alpaca69B commited on
Commit
6a3b809
1 Parent(s): 4c27e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -26,3 +26,43 @@ configs:
26
  - split: test
27
  path: data/test-*
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  - split: test
27
  path: data/test-*
28
  ---
29
+
30
+ Here's a README template for the dataset:
31
+
32
+ ---
33
+
34
+ # semeval2016-full-absa-reviews-english-translated-resampled Dataset
35
+
36
+ ## Description
37
+
38
+ The **semeval2016-full-absa-reviews-english-translated-resampled** dataset is an annotated dataset for aspect-based sentiment analysis. Each example in the dataset consists of a sentence, its corresponding aspect, sentiment, and additional text for context. The dataset is divided into train and test sets.
39
+
40
+ ## Credits
41
+
42
+ 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.
43
+
44
+ ## Features
45
+
46
+ - **sentence**: The main text of the sentence.
47
+ - **aspect**: The aspect targeted by the sentiment.
48
+ - **sentiment**: The sentiment expressed towards the aspect.
49
+ - **text**: A textual representation of the dataset for training.
50
+
51
+ ## Splits
52
+
53
+ - **Train**: Contains 3,759 training examples, totaling 1,673,969 bytes.
54
+ - **Test**: Contains 1,056 testing examples, totaling 475,590 bytes.
55
+
56
+ ## Download
57
+
58
+ - **Download Size**: 990,515 bytes
59
+ - **Dataset Size**: 2,149,559 bytes
60
+
61
+ ## Configuration
62
+
63
+ - **Config Name**: default
64
+ - **Data Files**:
65
+ - Train: data/train-*
66
+ - Test: data/test-*
67
+
68
+ ---