y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#dialogue-systems News & Analysis

36 articles tagged with #dialogue-systems. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

36 articles
AINeutralarXiv – CS AI · Jun 257/10
🧠

Reclaim Evaluation: A Lossy Memory Is Worse Than an Empty One

Researchers demonstrate that language models with corrupted memory systems produce confident false answers, while models without memory abstain appropriately. A source-first compression strategy that preserves reasoning steps over conclusions restores correctability and prevents error propagation through chained interactions.

AIBullisharXiv – CS AI · Jun 237/10
🧠

NOEM$^{3}$A: a Neuro-symbolic Ontology-Enhanced Method for Multi-intent understanding in Mobile Agents

NOEM³A is a lightweight neuro-symbolic framework that enhances compact language models with intent ontologies to improve natural language understanding for mobile agents. By injecting structured symbolic knowledge into both input prompts and output decoding, the method achieves better performance on dialogue understanding tasks while maintaining privacy and low-latency requirements suitable for on-device deployment.

🧠 Llama
AINeutralarXiv – CS AI · May 97/10
🧠

Beyond Fixed Psychological Personas: State Beats Trait, but Language Models are State-Blind

Researchers introduce Chameleon, a dataset of 5,001 contextual psychological profiles revealing that 74% of user behavior variance stems from situational context (state) rather than personality traits (26%). The study finds language models are state-blind, responding similarly regardless of context, while reward models inconsistently evaluate the same users differently across scenarios.

AINeutralarXiv – CS AI · Apr 137/10
🧠

SAGE: A Service Agent Graph-guided Evaluation Benchmark

Researchers introduce SAGE, a comprehensive benchmark for evaluating Large Language Models in customer service automation that uses dynamic dialogue graphs and adversarial testing to assess both intent classification and action execution. Testing across 27 LLMs reveals a critical 'Execution Gap' where models correctly identify user intents but fail to perform appropriate follow-up actions, plus an 'Empathy Resilience' phenomenon where models maintain polite facades despite underlying logical failures.

AIBullisharXiv – CS AI · Mar 56/10
🧠

AriadneMem: Threading the Maze of Lifelong Memory for LLM Agents

Researchers have developed AriadneMem, a new memory system for long-horizon LLM agents that addresses challenges in maintaining accurate memory under fixed context budgets. The system uses a two-phase pipeline with entropy-aware gating and conflict-aware coarsening to improve multi-hop reasoning while reducing runtime by 77.8% and using only 497 context tokens.

🧠 GPT-4
AIBullisharXiv – CS AI · Mar 56/10
🧠

DIALEVAL: Automated Type-Theoretic Evaluation of LLM Instruction Following

Researchers introduce DIALEVAL, a new automated framework that uses dual LLM agents to evaluate how well AI models follow instructions. The system achieves 90.38% accuracy by breaking down instructions into verifiable components and applying type-specific evaluation criteria, showing 26.45% error reduction over existing methods.

AIBullisharXiv – CS AI · Mar 47/103
🧠

ATPO: Adaptive Tree Policy Optimization for Multi-Turn Medical Dialogue

Researchers developed ATPO (Adaptive Tree Policy Optimization), a new AI algorithm for multi-turn medical dialogues that outperforms existing methods by better handling uncertainty in patient-doctor interactions. The algorithm enabled a smaller Qwen3-8B model to surpass GPT-4o's accuracy by 0.92% on medical dialogue benchmarks through improved value estimation and exploration strategies.

AIBullisharXiv – CS AI · Jun 256/10
🧠

Membox: Weaving Topic Continuity into Long-Range Memory for LLM Agents

Researchers introduce Membox, a hierarchical memory architecture for LLM agents that organizes dialogue history by topic continuity rather than semantic proximity. The system uses Topic Loom to group related turns and Trace Weaver to link events across sessions, achieving 13-19 percentage point F1 improvements over existing memory systems like Mem0 and A-MEM.

🧠 GPT-4
AIBullisharXiv – CS AI · Jun 236/10
🧠

AdaMem: Learning What to Remember for Personalized Long-Horizon LLM Agents

Researchers introduce AdaMem, an adaptive memory system for LLM agents that learns what information to retain based on individual user preferences rather than storing everything. The method achieves up to 9% QA accuracy improvement while reducing memory bloat, addressing practical constraints of inference costs and finite context windows in production systems.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Are LLMs Effective Negotiators? Systematic Evaluation of the Multifaceted Capabilities of LLMs in Negotiation Dialogues

Researchers systematically evaluated Large Language Models' negotiation capabilities across diverse dialogue scenarios, finding that GPT-4 demonstrates superior performance in most tasks while struggling with subjective assessments and strategically optimal responses. This evaluation framework advances understanding of LLM limitations in complex multi-turn interactions requiring theory-of-mind reasoning and strategic communication.

🧠 GPT-4
AIBullisharXiv – CS AI · Jun 236/10
🧠

PRIDE: Privileged Information-enhanced Distillation for Empathetic Dialogue Generation

Researchers introduce PRIDE, a knowledge distillation method that compresses large language models for empathetic dialogue while maintaining quality through privileged information available only during training. The technique demonstrates that smaller models can match or exceed larger teacher models' performance when trained with psychological annotations and contextual cues, enabling deployment in resource-constrained environments.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Expert-Level Crisis Detection in Mental Health Conversations

Researchers introduce CRADLE-Dialogue, a clinician-annotated benchmark dataset with 600 dialogues for detecting mental health crises in real-time conversations. The study reveals that identifying when risk emerges in multi-turn dialogues is significantly harder than recognizing risk exists, with models achieving only 40-60% F1 scores, and releases a 32B-parameter model competitive with proprietary alternatives.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Aligned but Not Partner-Specific: Distinguishing How Multimodal LLM Agents Succeed in Reference Games Without Human-Like Conventions

Researchers analyzed how multimodal large language models (MLLMs) perform in repeated reference games compared to humans, finding that while agents align on vocabulary labels, they lack true partner-specific conventions. Using a novel constrained pseudo-dyad baseline, they discovered agents succeed through verbose descriptions rather than the compressed, history-dependent expressions humans develop through entrainment.

AIBullisharXiv – CS AI · Jun 96/10
🧠

DYCP: Dynamic Context Pruning for Long-Form Dialogue with LLMs

Researchers introduce DyCP, a lightweight context management system that dynamically selects relevant dialogue segments for long-form conversations with large language models, improving inference efficiency without offline preprocessing. The method demonstrates competitive performance across multiple LLM benchmarks while reducing computational costs and latency in real-world dialogue applications.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Unlocking Proactivity in Task-Oriented Dialogue

Researchers present a novel approach to training task-oriented dialogue agents that enables proactive behavior through a Cognitive User Simulator and asymmetric policy optimization. The method addresses a fundamental limitation in LLM-based dialogue systems by conditioning agent responses on modeled user concerns, achieving persuasive capabilities beyond what traditional reinforcement learning methods can accomplish.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Bayesian Spectral Emotion Transition Discovery from Multi-Annotator Disagreement

Researchers propose Bayesian Spectral Emotion Transition Discovery (BSETD), a framework that analyzes emotion dynamics in conversations by preserving multi-annotator disagreement rather than collapsing it into single labels. The method successfully identifies distinct emotion transition patterns across psychological theories and demonstrates strong cross-corpus validation, bridging computational linguistics with established emotion science.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Connecting the Dots: Benchmarking Reflective Memory in Long-Horizon Dialogue

Researchers introduce RefMem-Bench, a new benchmark for evaluating reflective memory in AI dialogue systems, along with REMIND, a framework designed to improve how models synthesize fragmented information across long conversations. The work addresses a gap in existing benchmarks that measure only explicit recall rather than higher-level reasoning and interpretation.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Unveiling the Limits of Large Language Models in Inferring Pragmatic Meaning from Non-Verbal Responses

Researchers conducted the first systematic evaluation of large language models' ability to understand pragmatic meaning conveyed through non-verbal responses in dialogue. The study found that LLMs experience up to 60% accuracy drops when interpreting non-verbal cues compared to verbal communication, revealing significant limitations in their understanding of indirect human communication.

AINeutralarXiv – CS AI · Jun 25/10
🧠

NILC: Discovering New Intents with LLM-assisted Clustering

Researchers introduce NILC, a novel clustering framework that combines large language models with iterative refinement to improve new intent discovery in dialogue systems. Unlike traditional cascaded approaches relying solely on embedding-based K-Means clustering, NILC leverages LLMs to enhance cluster semantics and augment ambiguous utterances, demonstrating consistent performance gains across multiple benchmark datasets.

AINeutralarXiv – CS AI · May 296/10
🧠

S-MARC: Causal Streaming Reasoning for Full-Duplex Conversational Behavior Modeling

Researchers introduce S-MARC, a streaming framework for modeling conversational behavior in full-duplex dialogue systems that predicts communicative functions and interaction behaviors while capturing their causal relationships. The system generates interpretable reasoning chains and establishes benchmarks for conversational AI reasoning, advancing natural human-computer interaction capabilities.

AINeutralarXiv – CS AI · May 296/10
🧠

A Survey on Recent Advances in Conversational Data Generation

A comprehensive survey examines recent advances in synthetic dialogue data generation for conversational AI systems, addressing the challenge of data scarcity in training. The research categorizes methods across open-domain, task-oriented, and information-seeking dialogue systems, proposing a framework for generating multi-turn conversations at scale while maintaining quality standards.

AINeutralarXiv – CS AI · May 286/10
🧠

ESC-Skills: Discovering and Self-Evolving Skills for Emotional Support Conversations

ESC-Skills introduces a novel framework for emotional support conversation systems that moves beyond end-to-end generation to create interpretable, executable skills. The system discovers support interventions from successful and failed dialogues, organizes them into a skills bank with applicability conditions and risk assessments, then self-improves through multi-profile simulations and systematic failure analysis.

AINeutralarXiv – CS AI · May 286/10
🧠

InfiMed-ORBIT: Aligning LLMs on Open-Ended Complex Tasks via Rubric-Based Incremental Training

Researchers introduce ORBIT, a reinforcement learning framework that uses dynamically generated rubrics to fine-tune large language models for open-ended medical dialogue tasks. The approach achieves state-of-the-art performance on medical benchmarks with minimal training data, addressing the challenge of applying RL to complex tasks where traditional scalar reward signals are inadequate.

AINeutralarXiv – CS AI · May 276/10
🧠

From Static Context to Calibrated Interactive RL: Mitigating Distribution Shift in Multi-turn Dialogue with Aligned Simulator

Researchers propose Calibrated Interactive RL, a framework addressing distribution shift problems in multi-turn dialogue systems by combining interactive reinforcement learning with simulator alignment. The approach theoretically and empirically demonstrates that aligning simulators with human interaction patterns significantly improves LLM-based dialogue agent performance compared to static context and unaligned interactive methods.

AIBullisharXiv – CS AI · May 96/10
🧠

BALAR : A Bayesian Agentic Loop for Active Reasoning

Researchers introduced BALAR, a Bayesian algorithm that enables large language models to engage in structured multi-turn dialogue by actively reasoning about missing information and strategically asking clarifying questions. The system demonstrated significant performance improvements across three diverse benchmarks—14.6% to 38.5% higher accuracy—without requiring fine-tuning, suggesting a more principled approach to interactive AI reasoning.

Page 1 of 2Next →