TrustUQA: A Trustful Framework for Unified Structured Data Question Answering

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.

Cite

Text

Zhang et al. "TrustUQA: A Trustful Framework for Unified Structured Data Question Answering." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I24.34787

Markdown

[Zhang et al. "TrustUQA: A Trustful Framework for Unified Structured Data Question Answering." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/zhang2025aaai-trustuqa/) doi:10.1609/AAAI.V39I24.34787

BibTeX

@inproceedings{zhang2025aaai-trustuqa,
  title     = {{TrustUQA: A Trustful Framework for Unified Structured Data Question Answering}},
  author    = {Zhang, Wen and Jin, Long and Zhu, Yushan and Chen, Jiaoyan and Huang, Zhiwei and Wang, Junjie and Hua, Yin and Liang, Lei and Chen, Huajun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {25931-25939},
  doi       = {10.1609/AAAI.V39I24.34787},
  url       = {https://mlanthology.org/aaai/2025/zhang2025aaai-trustuqa/}
}