paper-with-me

홈 › Papers

GraphNLI: A Graph-based Natural Language Inference Model for Polarity Prediction in Online Debates

2022-02-16 · Vibhor Agarwal, Sagar Joglekar, Anthony P. Young, Nishanth Sastry

Online forums that allow participatory engagement between users have been transformative for public discussion of important issues. However, debates on such forums can sometimes escalate into full blown exchanges of hate or misinformation. An important tool in understanding and tackling such problems is to be able to infer the argumentative relation of whether a reply is supporting or attacking the post it is replying to. This so called polarity prediction task is difficult because replies may be based on external context beyond a post and the reply whose polarity is being predicted. We propose GraphNLI, a novel graph-based deep learning architecture that uses graph walk techniques to capture the wider context of a discussion thread in a principled fashion. Specifically, we propose methods to perform root-seeking graph walks that start from a post and captures its surrounding context to generate additional embeddings for the post. We then use these embeddings to predict the polarity relation between a reply and the post it is replying to. We evaluate the performance of our models on a curated debate dataset from Kialo, an online debating platform. Our model outperforms relevant baselines, including S-BERT, with an overall accuracy of 83%.

📄 PDF Abstract BibTeX arXiv:2202.08175

Code (1)

socsys/graphnli 공식 구현 pytorch

Tasks

MisinformationNatural Language InferenceRelation

Similar Papers 제목 키워드 기반

A Graph-Based Context-Aware Model to Understand Online Conversations

2022-11-16 · Vibhor Agarwal, Anthony P. Young, Sagar Joglekar, Nishanth Sastry

Online forums that allow for participatory engagement between users have been transformative for the public discussion of many important issues. However, such conversations can sometimes escalate into full-blown exchange…

Hate Speech DetectionMisinformation

Polarity based Sarcasm Detection using Semigraph

2023-04-04 · Swapnil Mane, Vaibhav Khatavkar

Sarcasm is an advanced linguistic expression often found on various online platforms. Sarcasm detection is challenging in natural language processing tasks that affect sentiment analysis. This article presents the invent…

Sarcasm DetectionSentiment Analysis

Natural Language Inference with Monotonicity

2019-05-01 · WS 2019 5 · Hai Hu, Qi Chen, Larry Moss

This paper describes a working system which performs natural language inference using polarity-marked parse trees. The system handles all of the instances of monotonicity inference in the FraCaS data set. Except for the …

Natural Language Inference

Prior Polarity Lexical Resources for the Italian Language

2015-07-01 · Valeria Borzì, Simone Faro, Arianna Pavone, Sabrina Sansone

In this paper we present SABRINA (Sentiment Analysis: a Broad Resource for Italian Natural language Applications) a manually annotated prior polarity lexical resource for Italian natural language applications in the fiel…

Opinion MiningSentiment Analysis

ERNIE-NLI: Analyzing the Impact of Domain-Specific External Knowledge on Enhanced Representations for NLI

2021-06-01 · NAACL (DeeLIO) 2021 6 · Lisa Bauer, Lingjia Deng, Mohit Bansal

We examine the effect of domain-specific external knowledge variations on deep large scale language model performance. Recent work in enhancing BERT with external knowledge has been very popular, resulting in models such…

Language ModelingLanguage ModellingNatural Language Inference