paper-with-me

Papers

Agent-as-Peer-Debriefer: A Multi-Agent Framework with Perspective-Based Refinement for Qualitative Analysis

2026-05-23 · Zhimin Lin, Kun Cheng, Fan Bai, Jie Gao arxiv

Large language models (LLMs) are increasingly used for qualitative data analysis (QDA), yet their outputs often miss the depth and nuance of human analysis. We argue this gap reflects a missing credibility practice from human QDA: peer debriefing, in which an analyst seeks feedback from a disinterested peer and uses it to refine their coding. To bring this practice into LLM-assisted QDA, we propose Agent-as-Peer-Debriefer, a multi-agent QDA framework that builds peer debriefing into key coding steps. In our framework, a Hierarchical Coding Agent follows the standard QDA process to generate codes, sub-themes, and themes, along with self-explanations and reflection memos. It then shares these outputs with three Peer-Debriefing Agents, each applying a distinct analytical perspective (Theory-Driven, Data-Driven, or Applied) and refining the codes by keeping, renaming, reassigning, merging, or splitting them. These perspectives are drawn from established human QDA practices that generalize across domains and datasets. To evaluate the framework, we test it on three datasets across two domains with three LLMs, measuring semantic similarity to human-annotated codes. Across all settings, perspective-based, peer-debriefing refinement aligns more closely with human codes than a single-LLM baseline, and an ablation further shows the gain is not merely from additional refinement. The three perspectives also produce distinct trade-offs, showing that the choice of perspective is a meaningful and controllable design decision. More broadly, these findings suggest that simulating peer debriefing with explicit perspectives is a promising route to more credible LLM-assisted QDA.

📄 PDF Abstract BibTeX arXiv:2605.24600

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Peer Learning: Learning Complex Policies in Groups from Scratch via Action Recommendations

2023-12-15 · Cedric Derstroff, Mattia Cerrato, Jannis Brugger, Jan Peters 외

Peer learning is a novel high-level reinforcement learning framework for agents learning in groups. While standard reinforcement learning trains an individual agent in trial-and-error fashion, all on its own, peer learni…

OpenAI Gymreinforcement-learningReinforcement Learning

Neuron as an Agent

2018-01-01 · ICLR 2018 1 · Shohei Ohsawa, Kei Akuzawa, Tatsuya Matsushima, Gustavo Bezerra 외

Existing multi-agent reinforcement learning (MARL) communication methods have relied on a trusted third party (TTP) to distribute reward to agents, leaving them inapplicable in peer-to-peer environments. This paper propo…

counterfactualMulti-agent Reinforcement LearningOpenAI Gymreinforcement-learning+2

Herd Behavior: Investigating Peer Influence in LLM-based Multi-Agent Systems

2025-05-27 · Young-Min Cho, Sharath Chandra Guntuku, Lyle Ungar

Recent advancements in Large Language Models (LLMs) have enabled the emergence of multi-agent systems where LLMs interact, collaborate, and make decisions in shared environments. While individual model behavior has been …

AgentReview: Exploring Peer Review Dynamics with LLM Agents

2024-06-18 · Yiqiao Jin, Qinlin Zhao, Yiyang Wang, Hao Chen 외

Peer review is fundamental to the integrity and advancement of scientific publication. Traditional methods of peer review analyses often rely on exploration and statistics of existing peer review data, which do not adequ…

Language ModelingLanguage ModellingLarge Language Model

LLM Review: Enhancing Creative Writing via Blind Peer Review Feedback

2026-01-12 · Weiyue Li, Mingxiao Song, Zhenda Shen, Dachuan Zhao 외 arxiv

Large Language Models (LLMs) often struggle with creative generation, and multi-agent frameworks that improve reasoning through interaction can paradoxically hinder creativity by inducing content homogenization. We intro…