Leveraging Interesting Facts to Enhance User Engagement with Conversational Interfaces
Nikhita Vedula, Giuseppe Castellucci, Eugene Agichtein, Oleg Rokhlenko, Shervin Malmasi
TL;DR
Addresses sustaining user engagement in Conversational Task Assistants by injecting contextual interesting facts during dialogues. It develops a principled interestingness feature schema, constructs a cooking facts dataset of 1,379 items, and trains a multi-label classifier to identify relevant and interesting facts. It designs a dialogue policy and validates the approach with offline annotations and live testing on a multi-modal voice assistant, reporting positive user reception (66% favorable) and notable gains in satisfaction (40%) and conversation length (37%), with a small increase in task completion. The work discusses generalizability and scalability, noting limitations of manual annotation and offline-LMM approaches, and suggests retrieval-augmented LLMs as a path to end-to-end automation while ensuring factual accuracy. The results support the practical value of fact-enriched CTAs for complex guided tasks.
Abstract
Conversational Task Assistants (CTAs) guide users in performing a multitude of activities, such as making recipes. However, ensuring that interactions remain engaging, interesting, and enjoyable for CTA users is not trivial, especially for time-consuming or challenging tasks. Grounded in psychological theories of human interest, we propose to engage users with contextual and interesting statements or facts during interactions with a multi-modal CTA, to reduce fatigue and task abandonment before a task is complete. To operationalize this idea, we train a high-performing classifier (82% F1-score) to automatically identify relevant and interesting facts for users. We use it to create an annotated dataset of task-specific interesting facts for the domain of cooking. Finally, we design and validate a dialogue policy to incorporate the identified relevant and interesting facts into a conversation, to improve user engagement and task completion. Live testing on a leading multi-modal voice assistant shows that 66% of the presented facts were received positively, leading to a 40% gain in the user satisfaction rating, and a 37% increase in conversation length. These findings emphasize that strategically incorporating interesting facts into the CTA experience can promote real-world user participation for guided task interactions.
