EMNLP 2024system demonstrations3 citations

TruthReader: Towards Trustworthy Document Assistant Chatbot with Reliable Attribution

Dongfang Li, Xinshuo Hu, Zetian Sun, Baotian Hu, Shaolin Ye, Zifei Shan, Qian Chen, Min Zhang

Abstract

Document assistant chatbots are empowered with extensive capabilities by Large Language Models (LLMs) and have exhibited significant advancements. However, these systems may suffer from hallucinations that are difficult to verify in the context of given documents.Moreover, despite the emergence of products for document assistants, they either heavily rely on commercial LLM APIs or lack transparency in their technical implementations, leading to expensive usage costs and data privacy concerns. In this work, we introduce a fully open-source document assistant chatbot with reliable attribution, named TruthReader, utilizing adapted conversational retriever and LLMs. Our system enables the LLMs to generate answers with detailed inline citations, which can be attributed to the original document paragraphs, facilitating the verification of the factual consistency of the generated text. To further adapt the generative model, we develop a comprehensive pipeline consisting of data construction and model optimization processes.This pipeline equips the LLMs with the necessary capabilities to generate accurate answers, produce reliable citations, and refuse unanswerable questions. Our codebase, data and models are released, and the video demonstration of our system is available at https://youtu.be/RYVt3itzUQM.

BibTeX
@inproceedings{li-etal-2024-truthreader,
    title = "{T}ruth{R}eader: Towards Trustworthy Document Assistant Chatbot with Reliable Attribution",
    author = "Li, Dongfang  and
      Hu, Xinshuo  and
      Sun, Zetian  and
      Hu, Baotian  and
      Ye, Shaolin  and
      Shan, Zifei  and
      Chen, Qian  and
      Zhang, Min",
    editor = "Hernandez Farias, Delia Irazu  and
      Hope, Tom  and
      Li, Manling",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-demo.10/",
    doi = "10.18653/v1/2024.emnlp-demo.10",
    pages = "89--100"
}