Exploring the Impact of Table-to-Text Methods on Augmenting LLM-based Question Answering with Domain Hybrid Data
Dehai Min, Nan Hu, Rihui Jin, Nuo Lin, Jiaoyan Chen, Yongrui Chen, Yu Li, Guilin Qi, Yun Li, Nijun Li, Qianren Wang
TL;DR
This work systematically evaluates how four table-to-text generation methods impact LLM-based QA systems operating on domain hybrid data. By constructing ICT-DATA and ICTQA and testing DSFT and RAG frameworks, the study shows that LLM-based and TPLM-based table-to-text yields strongest DSFT performance, while in RAG, LLM-based and Markdown approaches often excel, influenced by term frequency, semantic representations, and retrieval dynamics. The findings reveal that text produced by different methods affects retrieval quality and question answering through both linguistic richness and embedding-space separability. These insights offer practical guidance for deploying domain-specific QA systems with hybrid data, balancing performance, cost, and retrieval considerations.
Abstract
Augmenting Large Language Models (LLMs) for Question Answering (QA) with domain specific data has attracted wide attention. However, domain data often exists in a hybrid format, including text and semi-structured tables, posing challenges for the seamless integration of information. Table-to-Text Generation is a promising solution by facilitating the transformation of hybrid data into a uniformly text-formatted corpus. Although this technique has been widely studied by the NLP community, there is currently no comparative analysis on how corpora generated by different table-to-text methods affect the performance of QA systems. In this paper, we address this research gap in two steps. First, we innovatively integrate table-to-text generation into the framework of enhancing LLM-based QA systems with domain hybrid data. Then, we utilize this framework in real-world industrial data to conduct extensive experiments on two types of QA systems (DSFT and RAG frameworks) with four representative methods: Markdown format, Template serialization, TPLM-based method, and LLM-based method. Based on the experimental results, we draw some empirical findings and explore the underlying reasons behind the success of some methods. We hope the findings of this work will provide a valuable reference for the academic and industrial communities in developing robust QA systems.
