AINeutralarXiv – CS AI · Jun 257/10
🧠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³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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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 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 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
🧠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
🧠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
🧠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.