Alienmaster commited on
Commit
96e7a2e
1 Parent(s): ca3fe66

First commit

Browse files
Files changed (2) hide show
  1. README.md +66 -0
  2. full.csv +0 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - crowdsourced
6
+ language:
7
+ - de
8
+ license:
9
+ - cc-by-nc-sa-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ size_categories:
16
+ - 1K<n<10K
17
+ tags:
18
+ - Sentiment Analysis
19
+ task_categories:
20
+ - text-classification
21
+ pretty_name: One Million Posts Corpus - Sentiment Subset
22
+ configs:
23
+ - config_name: default
24
+ column_names: ["ID_Post","Headline","Body","Category"]
25
+ data_files:
26
+ - split: "full"
27
+ path: "full.csv"
28
+ ---
29
+
30
+ # Dataset Card for One Million Posts Corpus - Sentiment Subset
31
+
32
+ ## Dataset Description
33
+
34
+ - **Homepage:** https://ofai.github.io/million-post-corpus/
35
+ - **Repository:** https://github.com/OFAI/million-post-corpus
36
+ - **Paper:** https://dl.acm.org/doi/10.1145/3077136.3080711
37
+ - **Leaderboard:**
38
+ - **Point of Contact:**
39
+
40
+ ### Dataset Summary
41
+
42
+ The “One Million Posts” corpus is an annotated data set consisting of user comments posted to an Austrian newspaper website (in German language).
43
+
44
+ This subset of the original dataset only containing Post IDs, Headlines and Bodys of Posts with the Sentiment label.
45
+
46
+ If you are intrested in the full dataset use the official [dataset](https://huggingface.co/datasets/omp) on huggingface.
47
+
48
+ ### Licensing Information
49
+
50
+ This data set is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
51
+
52
+ ### Citation Information
53
+
54
+ ```
55
+ @InProceedings{Schabus2018,
56
+ author = {Dietmar Schabus and Marcin Skowron},
57
+ title = {Academic-Industrial Perspective on the Development and Deployment of a Moderation System for a Newspaper Website},
58
+ booktitle = {Proceedings of the 11th International Conference on Language Resources and Evaluation (LREC)},
59
+ year = {2018},
60
+ address = {Miyazaki, Japan},
61
+ month = may,
62
+ pages = {1602-1605},
63
+ abstract = {This paper describes an approach and our experiences from the development, deployment and usability testing of a Natural Language Processing (NLP) and Information Retrieval system that supports the moderation of user comments on a large newspaper website. We highlight some of the differences between industry-oriented and academic research settings and their influence on the decisions made in the data collection and annotation processes, selection of document representation and machine learning methods. We report on classification results, where the problems to solve and the data to work with come from a commercial enterprise. In this context typical for NLP research, we discuss relevant industrial aspects. We believe that the challenges faced as well as the solutions proposed for addressing them can provide insights to others working in a similar setting.},
64
+ url = {http://www.lrec-conf.org/proceedings/lrec2018/summaries/8885.html},
65
+ }
66
+ ```
full.csv ADDED
The diff for this file is too large to render. See raw diff