paper-with-me

Papers

Simulating and Modeling the Risk of Conversational Search

2022-01-01 · Zhenduo Wang, Qingyao Ai

In conversational search, agents can interact with users by asking clarifying questions to increase their chance to find better results. Many recent works and shared tasks in both NLP and IR communities have focused on identifying the need of asking clarifying questions and methodologies of generating them. These works assume asking clarifying questions is a safe alternative to retrieving results. As existing conversational search models are far from perfect, it's possible and common that they could retrieve or generate bad clarifying questions. Asking too many clarifying questions can also drain user's patience when the user prefers searching efficiency over correctness. Hence, these models can get backfired and harm user's search experience because of these risks by asking clarifying questions. In this work, we propose a simulation framework to simulate the risk of asking questions in conversational search and further revise a risk-aware conversational search model to control the risk. We show the model's robustness and effectiveness through extensive experiments on three conversations datasets, including MSDialog, Ubuntu Dialog Corpus, and Opendialkg in which we compare it with multiple baselines. We show that the risk-control module can work with two different re-ranker models and outperform all the baselines in most of our experiments.

📄 PDF Abstract BibTeX arXiv:2201.00235

Code (1)

zhenduow/conversationalQA 공식 구현 pytorch

Tasks

Conversational Search

Similar Papers 제목 키워드 기반

Evaluating Conversational Recommender Systems via User Simulation

2020-06-15 · Shuo Zhang, Krisztian Balog

Conversational information access is an emerging research area. Currently, human evaluation is used for end-to-end system evaluation, which is both very time and resource intensive at scale, and thus becomes a bottleneck…

Conversational Information AccessRecommendation SystemsUser Simulation

Multi-trait User Simulation with Adaptive Decoding for Conversational Task Assistants

2024-10-16 · Rafael Ferreira, David Semedo, João Magalhães

Conversational systems must be robust to user interactions that naturally exhibit diverse conversational traits. Capturing and simulating these diverse traits coherently and efficiently presents a complex challenge. This…

DiversityUser Simulation

Unmasking Conversational Bias in AI Multiagent Systems

2025-01-24 · Erica Coppolillo, Giuseppe Manco, Luca Maria Aiello

Detecting biases in the outputs produced by generative models is essential to reduce the potential risks associated with their application in critical settings. However, the majority of existing methodologies for identif…

Bias Detection

A Survey on LLM-based Conversational User Simulation

2026-04-27 · Bo Ni, Leyao Wang, Yu Wang, Branislav Kveton 외 arxiv

User simulation has long played a vital role in computer science due to its potential to support a wide range of applications. Language, as the primary medium of human communication, forms the foundation of social intera…

Generative Echo Chamber? Effects of LLM-Powered Search Systems on Diverse Information Seeking

2024-02-08 · Nikhil Sharma, Q. Vera Liao, Ziang Xiao

Large language models (LLMs) powered conversational search systems have already been used by hundreds of millions of people, and are believed to bring many benefits over conventional search. However, while decades of res…

Conversational Search