Synthetic Clarification and Correction Dialogues about Data-Centric Tasks -- A Teacher-Student Approach
Christian Poelitz, Nick McKenna
TL;DR
The paper proposes a novel teacher-student framework to generate synthetic, solvable curricula of clarifications and corrections for table-based question answering, enabling scalable benchmarking and training from existing data-centric tasks. By ablating information and using a strong teacher to supervise student-generated clarifications or corrections, the method creates multi-turn dialogues that reflect realistic user-AI interactions. Experiments on TaT-QA and WikiTableQuestions show that larger models better leverage corrections than clarifications, while finetuning on the synthetic curriculum consistently improves recall and final accuracy for several models. The work demonstrates the feasibility and value of synthetic, teacher-verified dialogue data for data-centric tasks, while highlighting ongoing challenges in model integration of user feedback and the costs associated with teacher-driven data generation.
Abstract
Real dialogues with AI assistants for solving data-centric tasks often follow dynamic, unpredictable paths due to imperfect information provided by the user or in the data, which must be caught and handled. Developing datasets which capture such user-AI interactions is difficult and time-consuming. In this work, we develop a novel framework for synthetically generating controlled, multi-turn conversations between a user and AI assistant for the task of table-based question answering, which can be generated from an existing dataset with fully specified table QA examples for any target domain. Each conversation aims to solve a table-based reasoning question through collaborative effort, modeling one of two real-world scenarios: (1) an AI-initiated clarification, or (2) a user-initiated correction. Critically, we employ a strong teacher LLM to verify the correctness of our synthetic conversations, ensuring high quality. We demonstrate synthetic datasets generated from TAT-QA and WikiTableQuestions as benchmarks of frontier LLMs. We find that even larger models struggle to effectively issuing clarification questions and accurately integrate user feedback for corrections.
