VocabVictor commited on
Commit
d18182f
1 Parent(s): 8221e49

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - unknown
6
+ multilinguality:
7
+ - monolingual
8
+ size_categories:
9
+ - 1K<n<10K
10
+ source_datasets:
11
+ - original
12
+ task_categories:
13
+ - text-classification
14
+ task_ids:
15
+ - sentiment-classification
16
+ ---
17
+
18
+ # Aspect-Based Sentiment Analysis Dataset
19
+
20
+ This dataset contains aspect-based sentiment analysis data from SemEval 2014 Task 4 (Laptop domain). Each entry includes:
21
+
22
+ - Text: The original text with the aspect term inserted
23
+ - Aspect: The aspect being analyzed
24
+ - Sentiment: The sentiment score (-1 for negative, 0 for neutral, 1 for positive)
25
+
26
+ ## Dataset Statistics
27
+
28
+ - Train set size: 6248
29
+ - Test set size: 692
30
+
31
+ ## Usage
32
+
33
+ You can load this dataset using the Hugging Face datasets library:
34
+
35
+ ```python
36
+ from datasets import load_dataset
37
+
38
+ dataset = load_dataset("VocabVictor/acl2014_absa_twitter")
39
+ ```
40
+
41
+ ## Dataset Creation
42
+
43
+ This dataset is derived from the SemEval 2014 Task 4 competition, focusing on aspect-based sentiment analysis in the laptop domain. The original data has been processed to fit the format required for machine learning tasks.
44
+
45
+ ## Considerations for Using the Data
46
+
47
+ This dataset is intended for research purposes in natural language processing and sentiment analysis. Users should be aware of potential biases in the original data collection process.
48
+
49
+ ## Additional Information
50
+
51
+ For more information about the original dataset, please refer to the SemEval 2014 Task 4 description and guidelines.
test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:650f2076151abb970585476016112ba38dda134bf7f622ac3a1f132b0545c43a
3
+ size 55825
train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71c58fbe6f77f3e1f9b281d66d2a6d221277e7ac6f0858711a9cc649b7ac9036
3
+ size 479890