paper-with-me

홈 › Papers

Correcting misinformation on social media with a large language model

2024-03-17 · Xinyi Zhou, ASHISH SHARMA, Amy X. Zhang, Tim Althoff

Real-world misinformation, often multimodal, can be partially or fully factual but misleading using diverse tactics like conflating correlation with causation. Such misinformation is severely understudied, challenging to address, and harms various social domains, particularly on social media, where it can spread rapidly. High-quality and timely correction of misinformation that identifies and explains its (in)accuracies effectively reduces false beliefs. Despite the wide acceptance of manual correction, it is difficult to be timely and scalable. While LLMs have versatile capabilities that could accelerate misinformation correction, they struggle due to a lack of recent information, a tendency to produce false content, and limitations in addressing multimodal information. We propose MUSE, an LLM augmented with access to and credibility evaluation of up-to-date information. By retrieving evidence as refutations or supporting context, MUSE identifies and explains content (in)accuracies with references. It conducts multimodal retrieval and interprets visual content to verify and correct multimodal content. Given the absence of a comprehensive evaluation approach, we propose 13 dimensions of misinformation correction quality. Then, fact-checking experts evaluate responses to social media content that are not presupposed to be misinformation but broadly include (partially) incorrect and correct posts that may (not) be misleading. Results demonstrate MUSE's ability to write high-quality responses to potential misinformation--across modalities, tactics, domains, political leanings, and for information that has not previously been fact-checked online--within minutes of its appearance on social media. Overall, MUSE outperforms GPT-4 by 37% and even high-quality responses from laypeople by 29%. Our work provides a general methodological and evaluative framework to correct misinformation at scale.

📄 PDF Abstract BibTeX arXiv:2403.11169

Code (1)

social-futures-lab/muse 공식 구현

Tasks

Fact CheckingLanguage ModelingLanguage ModellingLarge Language ModelMisinformation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Using Grok to Avoid Personal Attacks While Correcting Misinformation on X

2026-01-06 · Kevin Matthe Caramancion arxiv

Correcting misinformation in public online spaces often exposes users to hostility and ad hominem attacks, discouraging participation in corrective discourse. This study presents empirical evidence that invoking Grok, th…

MisinfoEval: Generative AI in the Era of "Alternative Facts"

2024-10-13 · Saadia Gabriel, Liang Lyu, James Siderius, Marzyeh Ghassemi 외

The spread of misinformation on social media platforms threatens democratic processes, contributes to massive economic losses, and endangers public health. Many efforts to address misinformation focus on a knowledge defi…

Language ModellingLarge Language ModelMisinformation

Misinformation Detection in Social Media Video Posts

2022-02-15 · Kehan Wang, David Chan, Seth Z. Zhao, John Canny 외

With the growing adoption of short-form video by social media platforms, reducing the spread of misinformation through video posts has become a critical challenge for social media providers. In this paper, we develop met…

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language Modeling+2

Identifying and Characterizing Active Citizens who Refute Misinformation in Social Media

2022-04-21 · Yida Mu, Pu Niu, Nikolaos Aletras

The phenomenon of misinformation spreading in social media has developed a new form of active citizens who focus on tackling the problem by refuting posts that might contain misinformation. Automatically identifying and …

Misinformation

Misinformation detection in Luganda-English code-mixed social media text

2021-03-31 · Peter Nabende, David Kabiito, Claire Babirye, Hewitt Tusiime 외

The increasing occurrence, forms, and negative effects of misinformation on social media platforms has necessitated more misinformation detection tools. Currently, work is being done addressing COVID-19 misinformation ho…

BIG-bench Machine LearningClassificationGeneral ClassificationMisinformation