CLAIDec 27, 2023

Conversational Question Answering with Reformulations over Knowledge Graph

arXiv:2312.17269v26 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a specific challenge in conversational AI for knowledge graph applications, representing an incremental improvement.

The paper tackles the problem of conversational question answering over knowledge graphs struggling with inexplicit question-answer pairs by proposing CornNet, a reinforcement learning model that uses question reformulations from large language models, and it shows improved performance over state-of-the-art models.

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 an RL model to locate the correct answer in a KG. Extensive experimental results show that CornNet outperforms state-of-the-art convQA models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes