paper-with-me

Papers

SCRAG: Social Computing-Based Retrieval Augmented Generation for Community Response Forecasting in Social Media Environments

2025-04-18 · Dachun Sun, You Lyu, Jinning Li, Yizhuo Chen, Tianshi Wang, Tomoyoshi Kimura, Tarek Abdelzaher

This paper introduces SCRAG, a prediction framework inspired by social computing, designed to forecast community responses to real or hypothetical social media posts. SCRAG can be used by public relations specialists (e.g., to craft messaging in ways that avoid unintended misinterpretations) or public figures and influencers (e.g., to anticipate social responses), among other applications related to public sentiment prediction, crisis management, and social what-if analysis. While large language models (LLMs) have achieved remarkable success in generating coherent and contextually rich text, their reliance on static training data and susceptibility to hallucinations limit their effectiveness at response forecasting in dynamic social media environments. SCRAG overcomes these challenges by integrating LLMs with a Retrieval-Augmented Generation (RAG) technique rooted in social computing. Specifically, our framework retrieves (i) historical responses from the target community to capture their ideological, semantic, and emotional makeup, and (ii) external knowledge from sources such as news articles to inject time-sensitive context. This information is then jointly used to forecast the responses of the target community to new posts or narratives. Extensive experiments across six scenarios on the X platform (formerly Twitter), tested with various embedding models and LLMs, demonstrate over 10% improvements on average in key evaluation metrics. A concrete example further shows its effectiveness in capturing diverse ideologies and nuances. Our work provides a social computing tool for applications where accurate and concrete insights into community responses are crucial.

📄 PDF Abstract BibTeX arXiv:2504.16947

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesPublic RelationsRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

ARCS: Agentic Retrieval-Augmented Code Synthesis with Iterative Refinement

2025-04-29 · Manish Bhattarai, Miguel Cordova, Javier Santos, Dan O'Malley

In supercomputing, efficient and optimized code generation is essential to leverage high-performance systems effectively. We propose Agentic Retrieval-Augmented Code Synthesis (ARCS), an advanced framework for accurate, …

Code GenerationHumanEvalRAGRetrieval+2

GRAG: Graph Retrieval-Augmented Generation

2024-05-26 · Yuntong Hu, Zhihan Lei, Zheng Zhang, Bo Pan 외

Naive Retrieval-Augmented Generation (RAG) focuses on individual documents during retrieval and, as a result, falls short in handling networked documents which are very popular in many applications such as citation graph…

Entity RetrievalKnowledge GraphsRAGRetrieval+1

Retrieval-Augmented Generation for Mobile Edge Computing via Large Language Model

2024-12-30 · Runtao Ren, Yinyu Wu, Xuhui Zhang, Jinke Ren 외

The rapid evolution of mobile edge computing (MEC) has introduced significant challenges in optimizing resource allocation in highly dynamic wireless communication systems, in which task offloading decisions should be ma…

Edge-computingInformation RetrievalLanguage ModelingLanguage Modelling+4

RAGdb: A Zero-Dependency, Embeddable Architecture for Multimodal Retrieval-Augmented Generation on the Edge

2025-12-09 · Ahmed Bin Khalid arxiv

Retrieval-Augmented Generation (RAG) has established itself as the standard paradigm for grounding Large Language Models (LLMs) in domain-specific, up-to-date data. However, the prevailing architecture for RAG has evolve…

Knowledge Graphs

Explainable Depression Detection in Clinical Interviews with Personalized Retrieval-Augmented Generation

2025-03-03 · Linhai Zhang, Ziyang Gao, Deyu Zhou, Yulan He

Depression is a widespread mental health disorder, and clinical interviews are the gold standard for assessment. However, their reliance on scarce professionals highlights the need for automated detection. Current system…

Depression DetectionHallucinationRetrievalRetrieval-augmented Generation