← Back to Paper List

Social-RAG: Retrieving from Group Interactions to Socially Ground AI Generation

R Wang, X Zhou, L Qiu, JC Chang, J Bragg…
University of Washington, Allen Institute of AI
Proceedings of the … (2025)
RAG Memory P13N Agent

📝 Paper Summary

Conversational personalization Agentic RAG pipeline Group recommendation systems
Social-RAG augments LLM agents with a social knowledge base derived from group chat history to generate messages aligned with group norms and interests.
Core Problem
AI agents in group spaces often fail to align with specific group norms and interests, becoming annoying or irrelevant because they lack social context.
Why it matters:
  • Without social alignment, AI interventions are often ignored or abandoned by users who perceive them as intrusive.
  • Existing systems rely on rigid templates or explicit user feedback (polls), which imposes high user effort and disrupts natural group dynamics.
  • Current RAG approaches focus on factual knowledge retrieval but lack mechanisms for retrieving and utilizing 'social facts' from interaction history.
Concrete Example: A standard agent might post a generic summary of a paper to a research group. Because it doesn't know the group just discussed a specific related method yesterday, the summary feels disconnected and irrelevant, whereas Social-RAG would explicitly link the paper to that recent discussion.
Key Novelty
Social-RAG Workflow
  • Treats social interaction history (chats, reactions) as a 'social knowledge base' from which to retrieve 'social facts' (e.g., topical interests, communication norms).
  • Uses a multi-step pipeline to index group history, retrieve relevant social signals based on candidate items, and synthesize a message that socially grounds the item to the group.
  • Introduces a feedback loop where new group reactions to the agent's posts are indexed to update the social knowledge base dynamically.
Architecture
Architecture Figure Figure 1
The Social-RAG workflow pipeline illustrating how group history is processed into a message.
Evaluation Highlights
  • Deployment in 18 Slack channels with 500+ researchers showed the agent successfully fostered common ground without disrupting existing practices.
  • Users rated Social-RAG generated messages as more contextually relevant than generic summaries.
  • The system successfully leveraged implicit signals (emoji reactions) to adapt to group preferences without requiring explicit configuration.
Breakthrough Assessment
7/10
Novel application of RAG to 'social facts' rather than just document facts. Strong ecological validity via real-world deployment, though the technical contribution is more about the workflow application than new architecture.
×