English

TrustUQA: A Trustful Framework for Unified Structured Data Question Answering

Computation and Language 2024-12-16 v2 Artificial Intelligence

Abstract

Natural language question answering (QA) over structured data sources such as tables and knowledge graphs have been widely investigated, especially with Large Language Models (LLMs) in recent years. The main solutions include question to formal query parsing and retrieval-based answer generation. However, current methods of the former often suffer from weak generalization, failing to dealing with multi-types of sources, while the later is limited in trustfulness. In this paper, we propose TrustUQA, a trustful QA framework that can simultaneously support multiple types of structured data in a unified way. To this end, it adopts an LLM-friendly and unified knowledge representation method called Condition Graph(CG), and uses an LLM and demonstration-based two-level method for CG querying. For enhancement, it is also equipped with dynamic demonstration retrieval. We have evaluated TrustUQA with 5 benchmarks covering 3 types of structured data. It outperforms 2 existing unified structured data QA methods. In comparison with the baselines that are specific to one data type, it achieves state-of-the-art on 2 of the datasets. Further more, we have demonstrated the potential of our method for more general QA tasks, QA over mixed structured data and QA across structured data. The code is available at https://github.com/zjukg/TrustUQA.

Keywords

Cite

@article{arxiv.2406.18916,
  title  = {TrustUQA: A Trustful Framework for Unified Structured Data Question Answering},
  author = {Wen Zhang and Long Jin and Yushan Zhu and Jiaoyan Chen and Zhiwei Huang and Junjie Wang and Yin Hua and Lei Liang and Huajun Chen},
  journal= {arXiv preprint arXiv:2406.18916},
  year   = {2024}
}

Comments

Accepted by AAAI 2025

R2 v1 2026-06-28T17:20:50.351Z