paper-with-me

홈 › Papers

Broaden your SCOPE! Efficient Multi-turn Conversation Planning for LLMs using Semantic Space

2025-03-14 · Zhiliang Chen, Xinyuan Niu, Chuan-Sheng Foo, Bryan Kian Hsiang Low

Large language models (LLMs) are used in chatbots or AI assistants to hold conversations with a human user. In such applications, the quality (e.g., user engagement, safety) of a conversation is important and can only be exactly known at the end of the conversation. To maximize its expected quality, conversation planning reasons about the stochastic transitions within a conversation to select the optimal LLM response at each turn. Existing simulation-based conversation planning algorithms typically select the optimal response by simulating future conversations with a large number of LLM queries at every turn. However, this process is extremely time-consuming and hence impractical for real-time conversations. This paper presents a novel approach called Semantic space COnversation Planning with improved Efficiency (SCOPE) that exploits the dense semantic representation of conversations to perform conversation planning efficiently. In particular, SCOPE models the stochastic transitions in conversation semantics and their associated rewards to plan entirely within the semantic space. This allows us to select the optimal LLM response at every conversation turn without needing additional LLM queries for simulation. As a result, SCOPE can perform conversation planning 70 times faster than conventional simulation-based planning algorithms when applied to a wide variety of conversation starters and two reward functions seen in the real world, yet achieving a higher reward within a practical planning budget. Our code can be found at: https://github.com/chenzhiliang94/convo-plan-SCOPE.

📄 PDF Abstract BibTeX arXiv:2503.11586

Code (1)

chenzhiliang94/convo-plan-scope 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MIntRec2.0: A Large-scale Benchmark Dataset for Multimodal Intent Recognition and Out-of-scope Detection in Conversations

2024-03-16 · Hanlei Zhang, Xin Wang, Hua Xu, Qianrui Zhou 외

Multimodal intent recognition poses significant challenges, requiring the incorporation of non-verbal modalities from real-world contexts to enhance the comprehension of human intentions. Existing benchmark datasets are …

Intent RecognitionMultimodal Intent Recognition

Agents Don't Just Agree, They Remember: Benchmarking Persistent Sycophancy in Stateful Personal Agents

2026-07-12 · Xutao Mao, Liangjie Zhao, Leyao Wang, Rui Qian 외 arxiv

Stateful personal agents increasingly maintain long-term user profiles, episodic memories, and reusable skills. This persistence turns conversational sycophancy into a state-writing failure: accepted user-centric claims …

OpenMU: Your Swiss Army Knife for Music Understanding

2024-10-21 · Mengjie Zhao, Zhi Zhong, Zhuoyuan Mao, Shiqi Yang 외

We present OpenMU-Bench, a large-scale benchmark suite for addressing the data scarcity issue in training multimodal language models to understand music. To construct OpenMU-Bench, we leveraged existing datasets and boot…

How Catastrophic is Your LLM? Certifying Risk in Conversation

2025-10-04 · Chengxiao Wang, Isha Chaudhary, Qian Hu, Weitong Ruan 외 arxiv

Large Language Models (LLMs) can produce catastrophic responses in conversational settings that pose serious risks to public safety and security. Existing evaluations often fail to fully reveal these vulnerabilities beca…

Semantic Similarity

An animated picture says at least a thousand words: Selecting Gif-based Replies in Multimodal Dialog

2021-09-24 · Findings (EMNLP) 2021 11 · Xingyao Wang, David Jurgens

Online conversations include more than just text. Increasingly, image-based responses such as memes and animated gifs serve as culturally recognized and often humorous responses in conversation. However, while NLP has br…

Multimodal GIF Dialog