Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
f723ea1
·
1 Parent(s): 30f530e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - en
6
+ ---
7
+ ```
8
+ @inproceedings{kobbe-etal-2020-unsupervised,
9
+ title = "Unsupervised stance detection for arguments from consequences",
10
+ author = "Kobbe, Jonathan and
11
+ Hulpu{\textcommabelow{s}}, Ioana and
12
+ Stuckenschmidt, Heiner",
13
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
14
+ month = nov,
15
+ year = "2020",
16
+ address = "Online",
17
+ publisher = "Association for Computational Linguistics",
18
+ url = "https://aclanthology.org/2020.emnlp-main.4",
19
+ doi = "10.18653/v1/2020.emnlp-main.4",
20
+ pages = "50--60",
21
+ abstract = "Social media platforms have become an essential venue for online deliberation where users discuss arguments, debate, and form opinions. In this paper, we propose an unsupervised method to detect the stance of argumentative claims with respect to a topic. Most related work focuses on topic-specific supervised models that need to be trained for every emergent debate topic. To address this limitation, we propose a topic independent approach that focuses on a frequently encountered class of arguments, specifically, on arguments from consequences. We do this by extracting the effects that claims refer to, and proposing a means for inferring if the effect is a good or bad consequence. Our experiments provide promising results that are comparable to, and in particular regards even outperform BERT. Furthermore, we publish a novel dataset of arguments relating to consequences, annotated with Amazon Mechanical Turk.",
22
+ }
23
+ ```