y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#conversational-ai News & Analysis

168 articles tagged with #conversational-ai. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

168 articles
AIBearisharXiv – CS AI · May 126/10
🧠

Beyond Continuity: Challenges of Context Switching in Multi-Turn Dialogue with LLMs

Researchers tested how well Large Language Models handle multi-turn conversations with topic shifts, finding that most LLMs struggle to detect when users pivot to new topics and incorrectly carry over irrelevant context from previous exchanges. The study reveals that only advanced reasoning models and strongly instructed LLMs perform accurately, while open-weight models frequently fail even with explicit cues, highlighting a critical robustness gap in production LLM deployments.

AINeutralarXiv – CS AI · May 116/10
🧠

TRACE: Tourism Recommendation with Accountable Citation Evidence

Researchers introduce TRACE, a benchmark dataset for evaluating tourism recommendation systems that combine multi-turn dialogue, verifiable review citations, and rejection recovery. The dataset reveals a significant gap in existing conversational recommender systems: LLMs excel at recall but cite weakly, while retrieval-based systems ground better but struggle with accuracy and adaptation.

AINeutralarXiv – CS AI · May 115/10
🧠

FiSMiness: A Finite State Machine Based Paradigm for Emotional Support Conversations

Researchers propose FiSMiness, a framework integrating Finite State Machines with large language models to improve emotional support conversations by enabling models to systematically reason through emotional states, support strategies, and responses. The approach outperforms multiple baseline methods including chain-of-thought and fine-tuning approaches on ESC datasets, demonstrating that structured reasoning paradigms can enhance LLM performance on specialized dialogue tasks.

AIBullishOpenAI News · May 76/10
🧠

Parloa builds service agents customers want to talk to

Parloa has developed AI-powered customer service agents that leverage OpenAI's models to deliver voice-driven interactions at scale. The platform enables enterprises to design, simulate, and deploy reliable real-time customer support solutions, representing a significant advancement in conversational AI for business applications.

🏢 OpenAI
AINeutralarXiv – CS AI · May 76/10
🧠

GEM: Graph-Enhanced Mixture-of-Experts with ReAct Agents for Dialogue State Tracking

Researchers introduce GEM, a novel framework combining Graph Neural Networks, mixture-of-experts routing, and ReAct agents to improve Dialogue State Tracking in multi-domain conversations. The approach achieves 65.19% accuracy on MultiWOZ 2.2, substantially outperforming large language models and existing state-of-the-art methods.

AINeutralarXiv – CS AI · May 46/10
🧠

MemRouter: Memory-as-Embedding Routing for Long-Term Conversational Agents

MemRouter is a new memory management system for conversational AI agents that uses lightweight embedding-based routing instead of expensive LLM generation to decide which conversation turns to store. The approach achieves 52.0 F1 score versus 45.6 for LLM-based alternatives while reducing latency from 970ms to 58ms, suggesting memory admission can be effectively learned through supervised classification rather than generative models.

AIBullisharXiv – CS AI · May 46/10
🧠

CASE: An Agentic AI Framework for Enhancing Scam Intelligence in Digital Payments

Google researchers have developed CASE, an AI framework using conversational agents to collect detailed scam intelligence from potential victims across digital payment platforms. Implemented on Google Pay India, the system increased scam enforcement actions by 21% by extracting structured data from victim interviews to identify sophisticated social engineering patterns.

🧠 Gemini
AIBullishBlockonomi · May 26/10
🧠

SoundHound AI (SOUN) Stock Rallies 20% Following Twilio’s Bullish Voice AI Results

SoundHound AI (SOUN) stock surged 20.1% following positive voice AI results reported by competitor Twilio, capitalizing on market enthusiasm for the voice AI sector. The rally comes ahead of SOUN's own Q1 earnings announcement scheduled for Thursday, which could provide additional catalyst for the stock's momentum.

AINeutralarXiv – CS AI · May 16/10
🧠

Evaluating Epistemic Guardrails in AI Reading Assistants: A Behavioral Audit of a Minimal Prototype

Researchers evaluated epistemic guardrails in LLM reading assistants through a behavioral audit of TextWalk, a minimal prototype designed to support rather than replace human interpretation. Testing across twelve analytical texts with escalating pressure protocols revealed that AI reading assistants risk shifting interpretive labor from readers to systems, with the most significant failures occurring not as overt collapse but in a middle zone where the system remains pedagogically sound while over-substituting for reader agency.

AINeutralarXiv – CS AI · May 16/10
🧠

TiMem: Temporal-Hierarchical Memory Consolidation for Long-Horizon Conversational Agents

Researchers introduce TiMem, a temporal-hierarchical memory framework that helps conversational AI agents manage long conversation histories beyond LLM context limits. The system organizes interactions through a Temporal Memory Tree, achieving state-of-the-art performance on memory recall benchmarks while reducing memory overhead by over 50%.

AINeutralarXiv – CS AI · Apr 206/10
🧠

Reading Between the Lines: The One-Sided Conversation Problem

Researchers formalize the one-sided conversation problem (1SC), where only one participant's dialogue can be recorded—common in telemedicine, call centers, and smart glasses. The study evaluates methods to reconstruct missing speaker turns and generate summaries from incomplete transcripts, finding that smaller models require finetuning while larger models show promise with prompting techniques.

AINeutralarXiv – CS AI · Apr 206/10
🧠

MTR-DuplexBench: Towards a Comprehensive Evaluation of Multi-Round Conversations for Full-Duplex Speech Language Models

Researchers introduce MTR-DuplexBench, a new evaluation framework for Full-Duplex Speech Language Models that enables real-time overlapping conversations. The benchmark addresses critical gaps by assessing multi-round interactions across conversational quality, instruction-following, and safety dimensions, revealing that current FD-SLMs struggle with consistency across multiple communication rounds.

AINeutralarXiv – CS AI · Apr 146/10
🧠

Discourse Diversity in Multi-Turn Empathic Dialogue

Researchers demonstrate that large language models exhibit excessive repetition of discourse tactics in multi-turn empathic conversations, reusing communication strategies at nearly double the human rate. They introduce MINT, a reinforcement learning framework that optimizes for both empathy quality and discourse move diversity, achieving 25.3% improvements in empathy while reducing repetitive tactics by 26.3%.

AINeutralarXiv – CS AI · Apr 146/10
🧠

Understanding Generalization in Role-Playing Models via Information Theory

Researchers introduce R-EMID, an information-theoretic metric to diagnose how distribution shifts degrade role-playing model performance in real-world deployments. The framework reveals that user shifts pose the greatest generalization risk, while co-evolving reinforcement learning provides the most effective mitigation strategy.

AINeutralarXiv – CS AI · Apr 106/10
🧠

A-MBER: Affective Memory Benchmark for Emotion Recognition

Researchers introduce A-MBER, a benchmark dataset designed to evaluate AI assistants' ability to recognize emotions based on long-term interaction history rather than immediate context. The benchmark tests whether models can retrieve relevant past interactions, infer current emotional states, and provide grounded explanations—revealing that memory's value lies in selective, context-aware interpretation rather than simple historical volume.

AINeutralarXiv – CS AI · Apr 106/10
🧠

Mixed-Initiative Context: Structuring and Managing Context for Human-AI Collaboration

Researchers propose Mixed-Initiative Context, a framework that reconceptualizes how multi-turn AI interactions are managed by treating context as an explicit, structured, and dynamically adjustable object rather than a fixed chronological sequence. The approach enables both humans and AI to actively participate in context construction, addressing current limitations where irrelevant exchanges clutter context windows and users lack direct control mechanisms.

AIBullisharXiv – CS AI · Apr 76/10
🧠

Conversational Control with Ontologies for Large Language Models: A Lightweight Framework for Constrained Generation

Researchers developed a lightweight framework that uses ontological definitions to provide modular and explainable control over Large Language Model outputs in conversational systems. The method fine-tunes LLMs to generate content according to specific constraints like English proficiency level and content polarity, consistently outperforming pre-trained baselines across seven state-of-the-art models.

AIBullisharXiv – CS AI · Mar 266/10
🧠

MedAidDialog: A Multilingual Multi-Turn Medical Dialogue Dataset for Accessible Healthcare

Researchers have introduced MedAidDialog, a multilingual medical dialogue dataset covering seven languages, and developed MedAidLM, a conversational AI model for preliminary medical consultations. The system uses parameter-efficient fine-tuning on small language models to enable deployment without high-end computational infrastructure while incorporating patient context for personalized consultations.

AIBearisharXiv – CS AI · Mar 176/10
🧠

Should LLMs, like, Generate How Users Talk? Building Dialect-Accurate Dialog[ue]s Beyond the American Default with MDial

Researchers introduced MDial, the first large-scale framework for generating multi-dialectal conversational data across nine English dialects, revealing that over 80% of English speakers don't use Standard American English. Evaluation of 17 LLMs showed even frontier models achieve under 70% accuracy in dialect identification, with particularly poor performance on non-American dialects.

AINeutralarXiv – CS AI · Mar 126/10
🧠

Nurture-First Agent Development: Building Domain-Expert AI Agents Through Conversational Knowledge Crystallization

Researchers propose Nurture-First Development (NFD), a new paradigm for building domain-expert AI agents through progressive growth via conversational interaction rather than traditional code-first or prompt-first approaches. The method uses a Knowledge Crystallization Cycle to convert operational dialogue into structured knowledge assets, demonstrated through a financial research agent case study.

← PrevPage 5 of 7Next →