paper-with-me

홈 › Papers

Is Explanation the Cure? Misinformation Mitigation in the Short Term and Long Term

2023-10-26 · Yi-Li Hsu, Shih-Chieh Dai, Aiping Xiong, Lun-Wei Ku

With advancements in natural language processing (NLP) models, automatic explanation generation has been proposed to mitigate misinformation on social media platforms in addition to adding warning labels to identified fake news. While many researchers have focused on generating good explanations, how these explanations can really help humans combat fake news is under-explored. In this study, we compare the effectiveness of a warning label and the state-of-the-art counterfactual explanations generated by GPT-4 in debunking misinformation. In a two-wave, online human-subject study, participants (N = 215) were randomly assigned to a control group in which false contents are shown without any intervention, a warning tag group in which the false claims were labeled, or an explanation group in which the false contents were accompanied by GPT-4 generated explanations. Our results show that both interventions significantly decrease participants' self-reported belief in fake claims in an equivalent manner for the short-term and long-term. We discuss the implications of our findings and directions for future NLP-based misinformation debunking strategies.

📄 PDF Abstract BibTeX arXiv:2310.17711

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualExplanation GenerationMisinformationTAG

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Socially Fair Mitigation of Misinformation on Social Networks via Constraint Stochastic Optimization

2022-03-23 · Ahmed Abouzeid, Ole-Christoffer Granmo, Christian Webersik, Morten Goodwin

Recent social networks' misinformation mitigation approaches tend to investigate how to reduce misinformation by considering a whole-network statistical scale. However, unbalanced misinformation exposures among individua…

FairnessMisinformationStochastic Optimization

How to Protect Yourself from 5G Radiation? Investigating LLM Responses to Implicit Misinformation

2025-03-12 · Ruohao Guo, Wei Xu, Alan Ritter

As Large Language Models (LLMs) are widely deployed in diverse scenarios, the extent to which they could tacitly spread misinformation emerges as a critical safety concern. Current research primarily evaluates LLMs on ex…

counterfactualMisconceptionsMisinformationRAG

A Proposal for Evaluating the Operational Risk for ChatBots based on Large Language Models

2025-05-07 · Pedro Pinacho-Davidson, Fernando Gutierrez, Pablo Zapata, Rodolfo Vergara 외

The emergence of Generative AI (Gen AI) and Large Language Models (LLMs) has enabled more advanced chatbots capable of human-like interactions. However, these conversational agents introduce a broader set of operational …

ChatbotCode GenerationMisinformationRAG+1

Memory poisoning and secure multi-agent systems

2026-03-20 · Vicenç Torra, Maria Bras-Amorós arxiv

Memory poisoning attacks for Agentic AI and multi-agent systems (MAS) have recently caught attention. It is partially due to the fact that Large Language Models (LLMs) facilitate the construction and deployment of agents…

Combining Confidence Elicitation and Sample-based Methods for Uncertainty Quantification in Misinformation Mitigation

2024-01-13 · Mauricio Rivera, Jean-François Godbout, Reihaneh Rabbany, Kellin Pelrine

Large Language Models have emerged as prime candidates to tackle misinformation mitigation. However, existing approaches struggle with hallucinations and overconfident predictions. We propose an uncertainty quantificatio…

MisinformationUncertainty Quantification