paper-with-me

홈 › Papers

On Overcoming Miscalibrated Conversational Priors in LLM-based Chatbots

2024-06-01 · Christine Herlihy, Jennifer Neville, Tobias Schnabel, Adith Swaminathan

We explore the use of Large Language Model (LLM-based) chatbots to power recommender systems. We observe that the chatbots respond poorly when they encounter under-specified requests (e.g., they make incorrect assumptions, hedge with a long response, or refuse to answer). We conjecture that such miscalibrated response tendencies (i.e., conversational priors) can be attributed to LLM fine-tuning using annotators -- single-turn annotations may not capture multi-turn conversation utility, and the annotators' preferences may not even be representative of users interacting with a recommender system. We first analyze public LLM chat logs to conclude that query under-specification is common. Next, we study synthetic recommendation problems with configurable latent item utilities and frame them as Partially Observed Decision Processes (PODP). We find that pre-trained LLMs can be sub-optimal for PODPs and derive better policies that clarify under-specified queries when appropriate. Then, we re-calibrate LLMs by prompting them with learned control messages to approximate the improved policy. Finally, we show empirically that our lightweight learning approach effectively uses logged conversation data to re-calibrate the response strategies of LLM-based chatbots for recommendation tasks.

📄 PDF Abstract BibTeX arXiv:2406.01633

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems

Similar Papers 제목 키워드 기반

Improving Neural Conversational Models with Entropy-Based Data Filtering

2019-05-14 · ACL 2019 7 · Richard Csaky, Patrik Purgai, Gabor Recski

Current neural network-based conversational models lack diversity and generate boring responses to open-ended utterances. Priors such as persona, emotion, or topic provide additional information to dialog models to aid r…

DiversityResponse Generation

MutaBot: A Mutation Testing Approach for Chatbots

2024-01-18 · Michael Ferdinando Urrico, Diego Clerissi, Leonardo Mariani

Mutation testing is a technique aimed at assessing the effectiveness of test suites by seeding artificial faults into programs. Although available for many platforms and languages, no mutation testing tool is currently a…

Deep Learning Based Chatbot Models

2019-08-23 · Richard Csaky

A conversational agent (chatbot) is a piece of software that is able to communicate with humans using natural language. Modeling conversation is an important task in natural language processing and artificial intelligenc…

ChatbotDeep LearningLanguage ModelingLanguage Modelling+1

Conversational Process Modeling: Can Generative AI Empower Domain Experts in Creating and Redesigning Process Models?

2023-04-19 · Nataliia Klievtsova, Janik-Vasily Benzin, Timotheus Kampik, Juergen Mangler 외

AI-driven chatbots such as ChatGPT have caused a tremendous hype lately. For BPM applications, several applications for AI-driven chatbots have been identified to be promising to generate business value, including explan…

Systematic Literature Review

Conversational agents for learning foreign languages -- a survey

2020-11-16 · Jasna Petrovic, Mladjan Jovanovic

Conversational practice, while crucial for all language learners, can be challenging to get enough of and very expensive. Chatbots are computer programs developed to engage in conversations with humans. They are designed…

Survey