paper-with-me

Papers

The Future of Combating Rumors? Retrieval, Discrimination, and Generation

2024-03-29 · Junhao Xu, Longdi Xian, Zening Liu, Mingliang Chen, Qiuyang Yin, Fenghua Song

Artificial Intelligence Generated Content (AIGC) technology development has facilitated the creation of rumors with misinformation, impacting societal, economic, and political ecosystems, challenging democracy. Current rumor detection efforts fall short by merely labeling potentially misinformation (classification task), inadequately addressing the issue, and it is unrealistic to have authoritative institutions debunk every piece of information on social media. Our proposed comprehensive debunking process not only detects rumors but also provides explanatory generated content to refute the authenticity of the information. The Expert-Citizen Collective Wisdom (ECCW) module we designed aensures high-precision assessment of the credibility of information and the retrieval module is responsible for retrieving relevant knowledge from a Real-time updated debunking database based on information keywords. By using prompt engineering techniques, we feed results and knowledge into a LLM (Large Language Model), achieving satisfactory discrimination and explanatory effects while eliminating the need for fine-tuning, saving computational costs, and contributing to debunking efforts.

📄 PDF Abstract BibTeX arXiv:2403.20204

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelMisinformationPrompt EngineeringRetrieval

Similar Papers 제목 키워드 기반

TrumorGPT: Graph-Based Retrieval-Augmented Large Language Model for Fact-Checking

2025-05-11 · Ching Nam Hang, Pei-Duo Yu, Chee Wei Tan

In the age of social media, the rapid spread of misinformation and rumors has led to the emergence of infodemics, where false information poses a significant threat to society. To combat this issue, we introduce TrumorGP…

Fact CheckingFew-Shot Learninggraph constructionHallucination+7

HRDE: Retrieval-Augmented Large Language Models for Chinese Health Rumor Detection and Explainability

2024-06-30 · Yanfang Chen, Ding Chen, Shichao Song, Simin Niu 외

As people increasingly prioritize their health, the speed and breadth of health information dissemination on the internet have also grown. At the same time, the presence of false health information (health rumors) interm…

Retrieval

Rumor Detection with Self-supervised Learning on Texts and Social Graph

2022-04-19 · Yuan Gao, Xiang Wang, Xiangnan He, Huamin Feng 외

Rumor detection has become an emerging and active research field in recent years. At the core is to model the rumor characteristics inherent in rich information, such as propagation patterns in social network and semanti…

Self-Supervised Learning

COCO-DR: Combating Distribution Shifts in Zero-Shot Dense Retrieval with Contrastive and Distributionally Robust Learning

2022-10-27 · Yue Yu, Chenyan Xiong, Si Sun, Chao Zhang 외

We present a new zero-shot dense retrieval (ZeroDR) method, COCO-DR, to improve the generalization ability of dense retrieval by combating the distribution shifts between source training tasks and target scenarios. To mi…

Language ModelingLanguage ModellingRetrievalText Retrieval+1

SACL: Understanding and Combating Textual Bias in Code Retrieval with Semantic-Augmented Reranking and Localization

2025-06-25 · Dhruv Gupta, Gayathri Ganesh Lakshmy, Yiqing Xie

Retrieval-Augmented Code Generation (RACG) is a critical technique for enhancing code generation by retrieving relevant information. In this work, we conduct an in-depth analysis of code retrieval by systematically maski…

Code GenerationHumanEvalmbppReranking+1