Alienmaster commited on
Commit
c58c57e
1 Parent(s): 6c64108

first commit

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +56 -0
  2. dev/7.addition.tsv +0 -0
  3. dev/7.federal_election.tsv +0 -0
  4. dev/7.federal_election_addition.tsv +0 -0
  5. dev/7.general.tsv +0 -0
  6. dev/7.politics.tsv +0 -0
  7. dev/7.politics_addition.tsv +0 -0
  8. dev/7.pope_election.tsv +0 -0
  9. dev/7.pope_election_addition.tsv +0 -0
  10. test/8.addition.tsv +0 -0
  11. test/8.federal_election.tsv +0 -0
  12. test/8.federal_election_addition.tsv +0 -0
  13. test/8.general.tsv +0 -0
  14. test/8.politics.tsv +0 -0
  15. test/8.politics_addition.tsv +0 -0
  16. test/8.pope_election.tsv +0 -0
  17. test/8.pope_election_addition.tsv +0 -0
  18. test/9.addition.tsv +0 -0
  19. test/9.federal_election.tsv +0 -0
  20. test/9.federal_election_addition.tsv +0 -0
  21. test/9.general.tsv +0 -0
  22. test/9.politics.tsv +0 -0
  23. test/9.politics_addition.tsv +0 -0
  24. test/9.pope_election.tsv +0 -0
  25. test/9.pope_election_addition.tsv +0 -0
  26. train/1.addition.tsv +0 -0
  27. train/1.federal_election.tsv +0 -0
  28. train/1.federal_election_addition.tsv +0 -0
  29. train/1.general.tsv +0 -0
  30. train/1.politics.tsv +0 -0
  31. train/1.politics_addition.tsv +0 -0
  32. train/1.pope_election.tsv +0 -0
  33. train/1.pope_election_addition.tsv +0 -0
  34. train/10.addition.tsv +0 -0
  35. train/10.federal_election.tsv +0 -0
  36. train/10.federal_election_addition.tsv +0 -0
  37. train/10.general.tsv +0 -0
  38. train/10.politics.tsv +0 -0
  39. train/10.politics_addition.tsv +0 -0
  40. train/10.pope_election.tsv +0 -0
  41. train/10.pope_election_addition.tsv +0 -0
  42. train/2.addition.tsv +0 -0
  43. train/2.federal_election.tsv +0 -0
  44. train/2.federal_election_addition.tsv +0 -0
  45. train/2.general.tsv +0 -0
  46. train/2.politics.tsv +0 -0
  47. train/2.politics_addition.tsv +0 -0
  48. train/2.pope_election.tsv +0 -0
  49. train/2.pope_election_addition.tsv +0 -0
  50. train/3.addition.tsv +0 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - de
4
+ license: mit
5
+ pretty_name: "PotTS: The Potsdam Twitter Sentiment Corpus"
6
+ tags:
7
+ - Sentiment Analysis
8
+ task_categories:
9
+ - text_classification
10
+ size_categories:
11
+ - 1K<n<10K
12
+ configs:
13
+ - config_name: default
14
+ column_names: ["id", "label", "text", "normalized", "pos", "dependency", "meta"]
15
+ data_files:
16
+ - split: dev
17
+ path: "dev/*.tsv"
18
+ - split: test
19
+ path: "test/*.tsv"
20
+ - split: train
21
+ path: "train/*.tsv"
22
+ ---
23
+
24
+ # PotTS: The Potsdam Twitter Sentiment Corpus
25
+
26
+ This dataset contains the Potsdam Twitter Sentiment Corpus based on [this data](https://github.com/WladimirSidorenko/CGSA/tree/master/data/PotTS/not-preprocessed).
27
+ The link to the original annotated dataset can be found under Links.
28
+ The only difference is that the mixed sentiment is removed (32 dev/55 test/401 train).
29
+
30
+ ### Links
31
+ https://github.com/WladimirSidorenko/PotTS
32
+
33
+
34
+ ### Citation Information
35
+ ```
36
+ @inproceedings{sidarenka-2016-potts,
37
+ title = "{P}ot{TS}: The {P}otsdam {T}witter Sentiment Corpus",
38
+ author = "Sidarenka, Uladzimir",
39
+ editor = "Calzolari, Nicoletta and
40
+ Choukri, Khalid and
41
+ Declerck, Thierry and
42
+ Goggi, Sara and
43
+ Grobelnik, Marko and
44
+ Maegaard, Bente and
45
+ Mariani, Joseph and
46
+ Mazo, Helene and
47
+ Moreno, Asuncion and
48
+ Odijk, Jan and
49
+ Piperidis, Stelios",
50
+ booktitle = "Proceedings of the Tenth International Conference on Language Resources and Evaluation ({LREC}'16)",
51
+ month = may,
52
+ year = "2016",
53
+ address = "Portoro{\v{z}}, Slovenia",
54
+ publisher = "European Language Resources Association (ELRA)",
55
+ url = "https://aclanthology.org/L16-1181"
56
+ ```
dev/7.addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev/7.federal_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev/7.federal_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev/7.general.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev/7.politics.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev/7.politics_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev/7.pope_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev/7.pope_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.federal_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.federal_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.general.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.politics.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.politics_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.pope_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/8.pope_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.federal_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.federal_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.general.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.politics.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.politics_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.pope_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test/9.pope_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.federal_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.federal_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.general.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.politics.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.politics_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.pope_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/1.pope_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.federal_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.federal_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.general.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.politics.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.politics_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.pope_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/10.pope_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.federal_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.federal_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.general.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.politics.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.politics_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.pope_election.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/2.pope_election_addition.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train/3.addition.tsv ADDED
The diff for this file is too large to render. See raw diff