/informal_fallacies

Data and code for paper "Breaking Down the Invisible Wall of Informal Fallacies in Online Discussions"

Primary LanguagePythonMIT LicenseMIT

Informal fallacies

Data and code for the paper "Breaking Down the Invisible Wall of Informal Fallacies in Online Discussions", ACL 2021.
More details are available in the respective folders.

Citation

@inproceedings{sahai-etal-2021-breaking,
    title = "Breaking Down the Invisible Wall of Informal Fallacies in Online Discussions",
    author = "Sahai, Saumya  and
      Balalau, Oana  and
      Horincar, Roxana",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.53",
    doi = "10.18653/v1/2021.acl-long.53",
    pages = "644--657",
    abstract = "People debate on a variety of topics on online platforms such as Reddit, or Facebook. Debates can be lengthy, with users exchanging a wealth of information and opinions. However, conversations do not always go smoothly, and users sometimes engage in unsound argumentation techniques to prove a claim. These techniques are called fallacies. Fallacies are persuasive arguments that provide insufficient or incorrect evidence to support the claim. In this paper, we study the most frequent fallacies on Reddit, and we present them using the pragma-dialectical theory of argumentation. We construct a new annotated dataset of fallacies, using user comments containing fallacy mentions as noisy labels, and cleaning the data via crowdsourcing. Finally, we study the task of classifying fallacies using neural models. We find that generally the models perform better in the presence of conversational context.We have released the data and the code at github.com/sahaisaumya/informal{\_}fallacies.",
}