File size: 1,928 Bytes
654038c
 
 
 
 
 
 
 
 
 
 
 
f8b96f7
 
 
b792e01
 
 
 
f1c6449
654038c
 
 
 
 
29fd84c
 
654038c
6a3b809
 
 
 
 
 
 
 
 
 
 
92352b5
 
 
6a3b809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c8434f1
 
 
 
6a3b809
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
dataset_info:
  features:
  - name: sentence
    dtype: string
  - name: aspect
    dtype: string
  - name: sentiment
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1681487
    num_examples: 3759
  - name: test
    num_bytes: 477702
    num_examples: 1056
  download_size: 4972663
  dataset_size: 2159189
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

---

# semeval2016-full-absa-reviews-english-translated-resampled Dataset

## Description

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.

## Credits

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 here 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.

## Features

- **sentence**: The main text of the sentence.
- **aspect**: The aspect targeted by the sentiment.
- **sentiment**: The sentiment expressed towards the aspect.
- **text**: A textual representation of the dataset for training.

## Splits

- **Train**: Contains 3,759 training examples, totaling 1,673,969 bytes.
- **Test**: Contains 1,056 testing examples, totaling 475,590 bytes.

## Download

- **Download Size**: 990,515 bytes
- **Dataset Size**: 2,149,559 bytes

## insights

- **google colab**: https://colab.research.google.com/drive/1_K_SDJXky-W5aR6AZ6ONQ1t4eVjtuzgj?usp=sharing

---