Reading Between the Lines: The One-Sided Conversation Problem
Victoria Ebert, Rishabh Singh, Tuochao Chen, Noah A. Smith, Shyamnath Gollakota
TL;DR
This paper formalizes the one-sided conversation (1SC) problem, addressing how to infer and learn from a dialogue when only one speaker is observed. It studies two tasks—reconstructing missing turns in real time and generating summaries from one-sided transcripts—evaluated on MultiWOZ, DailyDialog, and Candor using both human judgments and LLM-based metrics. The authors compare finetuning small models versus prompting large models for reconstruction, finding that larger models with prompts perform best and that placeholders help control hallucinations, while high-quality summaries can be produced directly from one-sided input without reconstruction in many settings. The work highlights privacy-aware AI implications, outlines practical evaluation frameworks, and points to future directions in infilling, controllable generation, and privacy-preserving deployment.
Abstract
Conversational AI is constrained in many real-world settings where only one side of a dialogue can be recorded, such as telemedicine, call centers, and smart glasses. We formalize this as the one-sided conversation problem (1SC): inferring and learning from one side of a conversation. We study two tasks: (1) reconstructing the missing speaker's turns for real-time use cases, and (2) generating summaries from one-sided transcripts. Evaluating prompting and finetuned models on MultiWOZ, DailyDialog, and Candor with both human A/B testing and LLM-as-a-judge metrics, we find that access to one future turn and information about utterance length improves reconstruction, placeholder prompting helps to mitigate hallucination, and while large models generate promising reconstructions with prompting, smaller models require finetuning. Further, high-quality summaries can be generated without reconstructing missing turns. We present 1SC as a novel challenge and report promising results that mark a step toward privacy-aware conversational AI.
