Benchmarking Large Language Models for Conversational Question Answering in Multi-instructional Documents
Shiwei Wu, Chen Zhang, Yan Gao, Qimeng Wang, Tong Xu, Yao Hu, Enhong Chen
TL;DR
The paper presents InsCoQA, a benchmark for conversational QA over multi-document instructional content, addressing the gap left by single-document datasets. It collects 13.9k instructional conversations from Xiaohongshu across 13 domains and converts them into multi-turn dialogs that require retrieving, interpreting, and summarizing procedural guidance from multiple sources. To evaluate models, the authors introduce InsEval, an LLM-assisted evaluator that combines Judge Score, Task Completion Rate, and ROUGE-L text-matching metrics. Experimental results show GPT-4 generally leads among tested LLMs, with smaller evaluators able to approximate relative performance, highlighting InsCoQA and InsEval as valuable tools for assessing real-world, instruction-focused conversational capabilities of LLMs.
Abstract
Instructional documents are rich sources of knowledge for completing various tasks, yet their unique challenges in conversational question answering (CQA) have not been thoroughly explored. Existing benchmarks have primarily focused on basic factual question-answering from single narrative documents, making them inadequate for assessing a model`s ability to comprehend complex real-world instructional documents and provide accurate step-by-step guidance in daily life. To bridge this gap, we present InsCoQA, a novel benchmark tailored for evaluating large language models (LLMs) in the context of CQA with instructional documents. Sourced from extensive, encyclopedia-style instructional content, InsCoQA assesses models on their ability to retrieve, interpret, and accurately summarize procedural guidance from multiple documents, reflecting the intricate and multi-faceted nature of real-world instructional tasks. Additionally, to comprehensively assess state-of-the-art LLMs on the InsCoQA benchmark, we propose InsEval, an LLM-assisted evaluator that measures the integrity and accuracy of generated responses and procedural instructions.
