paper-with-me

Papers

Cohesive Conversations: Enhancing Authenticity in Multi-Agent Simulated Dialogues

2024-07-13 · KuanChao Chu, Yi-Pei Chen, Hideki Nakayama

This paper investigates the quality of multi-agent dialogues in simulations powered by Large Language Models (LLMs). Analyzing dialogues and memory over multiple sessions revealed significant issues such as repetition, inconsistency, and hallucination, exacerbated by the propagation of erroneous information. To combat these challenges, we propose a novel Screening, Diagnosis, and Regeneration (SDR) framework that detects and corrects utterance errors through a comprehensive process involving immediate issue identification, evidence gathering from past dialogues, and LLM analysis for utterance revision. By incorporating our SDR framework to Generative Agents (Park et al., 2023), we enhance the diversity, consistency, and factualness of the generated dialogues. This work presents a pioneering approach to enhancing dialogue quality in multi-agent simulations, establishing a new standard for future research in the field.

📄 PDF Abstract BibTeX arXiv:2407.09897

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityHallucination

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…

Similar Papers 제목 키워드 기반

PresentCoach: Dual-Agent Presentation Coaching through Exemplars and Interactive Feedback

2025-11-19 · Sirui Chen, Jinsong Zhou, Xinli Xu, Xiaoyu Yang 외 arxiv

Effective presentation skills are essential in education, professional communication, and public speaking, yet learners often lack access to high-quality exemplars or personalized coaching. Existing AI tools typically pr…

AI Multi-Agent Interoperability Extension for Managing Multiparty Conversations

2024-11-05 · Diego Gosmar, Deborah A. Dahl, Emmett Coin, David Attwater

This paper presents a novel extension to the existing Multi-Agent Interoperability specifications of the Open Voice Interoperability Initiative (originally also known as OVON from the Open Voice Network). This extension …

Management

Hierarchical Policy-Gradient Reinforcement Learning for Multi-Agent Shepherding Control of Non-Cohesive Targets

2025-04-03 · Stefano Covone, Italo Napolitano, Francesco De Lellis, Mario di Bernardo

We propose a decentralized reinforcement learning solution for multi-agent shepherding of non-cohesive targets using policy-gradient methods. Our architecture integrates target-selection with target-driving through Proxi…

Policy Gradient Methodsreinforcement-learningReinforcement Learning

NoteChat: A Dataset of Synthetic Doctor-Patient Conversations Conditioned on Clinical Notes

2023-10-24 · Junda Wang, Zonghai Yao, Zhichao Yang, Huixue Zhou 외

We introduce NoteChat, a novel cooperative multi-agent framework leveraging Large Language Models (LLMs) to generate patient-physician dialogues. NoteChat embodies the principle that an ensemble of role-specific LLMs, th…

Dialogue Generation

Privacy-Enhancing Paradigms within Federated Multi-Agent Systems

2025-03-11 · Zitong Shi, Guancheng Wan, Wenke Huang, Guibin Zhang 외

LLM-based Multi-Agent Systems (MAS) have proven highly effective in solving complex problems by integrating multiple agents, each performing different roles. However, in sensitive domains, they face emerging privacy prot…

RAGRetrievalRetrieval-augmented Generation