Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
German
Size:
10K - 100K
Tags:
Sentiment Analysis
License:
Commit
·
ec35377
1
Parent(s):
a13021d
added second testset, added Informations to modelcard
Browse files
README.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- de
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
configs:
|
6 |
- config_name: default
|
7 |
sep: "\t+"
|
@@ -9,8 +16,38 @@ configs:
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: "train-2017-09-15.tsv"
|
12 |
-
- split:
|
|
|
|
|
13 |
path: "test_syn-2017-09-15.tsv"
|
14 |
- split: dev
|
15 |
path: "dev-2017-09-15.tsv"
|
16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
language:
|
3 |
- de
|
4 |
+
license: cc-by-nc-4.0
|
5 |
+
tags:
|
6 |
+
- Sentiment Analysis
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
task_categories:
|
10 |
+
- sentiment-classification
|
11 |
+
- sentiment-analysis
|
12 |
configs:
|
13 |
- config_name: default
|
14 |
sep: "\t+"
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: "train-2017-09-15.tsv"
|
19 |
+
- split: test_dia
|
20 |
+
path: "test_dia-2017-09-15.tsv"
|
21 |
+
- split: test_syn
|
22 |
path: "test_syn-2017-09-15.tsv"
|
23 |
- split: dev
|
24 |
path: "dev-2017-09-15.tsv"
|
25 |
+
---
|
26 |
+
|
27 |
+
# GermEval 2017 Shared Task on Aspect-based Sentiment in Social Media Customer Feedback
|
28 |
+
This Dataset is from the GermEval Task 2017 - Shared Task on Aspect-based Sentiment in Social Media Customer Feedback
|
29 |
+
The original website with detailed information about the Task can be found [here](https://sites.google.com/view/germeval2017-absa)
|
30 |
+
|
31 |
+
## Format
|
32 |
+
The data is provided as TSV. There are two Testsets (synchronic and diachronic)
|
33 |
+
|
34 |
+
``ID <tab> Text <tab> Relevance <tab> Sentiment <tab> Aspect:Polarity (whitespace separated)``
|
35 |
+
|
36 |
+
## Annotation Guidelines
|
37 |
+
The annotation guidelines in German can be found [here](http://ltdata1.informatik.uni-hamburg.de/germeval2017/Guidelines_DB_v4.pdf).
|
38 |
+
|
39 |
+
### Licensing Information
|
40 |
+
The data is published under a creative commons by nc (4.0) licence
|
41 |
+
|
42 |
+
### Citation Information
|
43 |
+
|
44 |
+
```
|
45 |
+
@inproceedings{germevaltask2017,
|
46 |
+
title = {{GermEval 2017: Shared Task on Aspect-based Sentiment in Social Media Customer Feedback}},
|
47 |
+
author = {Michael Wojatzki and Eugen Ruppert and Sarah Holschneider and Torsten Zesch and Chris Biemann},
|
48 |
+
year = {2017},
|
49 |
+
booktitle = {Proceedings of the GermEval 2017 – Shared Task on Aspect-based Sentiment in Social Media Customer Feedback},
|
50 |
+
address={Berlin, Germany},
|
51 |
+
pages={1--12}
|
52 |
+
}
|
53 |
+
```
|