File size: 1,945 Bytes
654038c
 
 
 
 
 
 
 
 
 
 
 
 
584e4b3
 
29fd84c
 
 
 
 
654038c
 
 
 
 
29fd84c
 
654038c
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
67
68
69
---
dataset_info:
  features:
  - name: sentence
    dtype: string
  - name: aspect
    dtype: string
  - name: sentiment
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1673969
    num_examples: 3759
  - name: test
    num_bytes: 475590
    num_examples: 1056
  download_size: 990515
  dataset_size: 2149559
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

Here's a README template for the dataset:

---

# 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 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

## Configuration

- **Config Name**: default
- **Data Files**:
  - Train: data/train-*
  - Test: data/test-*

---