ACL 2024findings0 citations

Conversational Question Answering with Language Models Generated Reformulations over Knowledge Graph

Lihui Liu, Blaine Hill, Boxin Du, Fei Wang, Hanghang Tong

Abstract

Conversational question answering (ConvQA) over knowledge graphs (KGs) involves answering multi-turn natural language questions about information contained in a KG. State-of-the-art methods of ConvQA often struggle with inexplicit question-answer pairs. These inputs are easy for human beings to understand given a conversation history, but hard for a machine to interpret, which can degrade ConvQA performance. To address this problem, we propose a reinforcement learning (RL) based model, CoRnNet, which utilizes question reformulations generated by large language models (LLMs) to improve ConvQA performance. CoRnNet adopts a teacher-student architecture where a teacher model learns question representations using human writing reformulations, and a student model to mimic the teacher model’s output via reformulations generated by LLMs. The learned question representation is then used by a RL model to locate the correct answer in a KG. Extensive experimental results show that CoRnNet outperforms state-of-the-art ConvQA models.

BibTeX
@inproceedings{liu-etal-2024-conversational,
    title = "Conversational Question Answering with Language Models Generated Reformulations over Knowledge Graph",
    author = "Liu, Lihui  and
      Hill, Blaine  and
      Du, Boxin  and
      Wang, Fei  and
      Tong, Hanghang",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.48/",
    doi = "10.18653/v1/2024.findings-acl.48",
    pages = "839--850"
}
Conversational Question Answering with Language Models Generated Reformulations over Knowledge Graph · ACL 2024