paper-with-me

Papers

Conv-CoA: Improving Open-domain Question Answering in Large Language Models via Conversational Chain-of-Action

2024-05-28 · Zhenyu Pan, Haozheng Luo, Manling Li, Han Liu

We present a Conversational Chain-of-Action (Conv-CoA) framework for Open-domain Conversational Question Answering (OCQA). Compared with literature, Conv-CoA addresses three major challenges: (i) unfaithful hallucination that is inconsistent with real-time or domain facts, (ii) weak reasoning performance in conversational scenarios, and (iii) unsatisfying performance in conversational information retrieval. Our key contribution is a dynamic reasoning-retrieval mechanism that extracts the intent of the question and decomposes it into a reasoning chain to be solved via systematic prompting, pre-designed actions, updating the Contextual Knowledge Set (CKS), and a novel Hopfield-based retriever. Methodologically, we propose a resource-efficiency Hopfield retriever to enhance the efficiency and accuracy of conversational information retrieval within our actions. Additionally, we propose a conversational-multi-reference faith score (Conv-MRFS) to verify and resolve conflicts between retrieved knowledge and answers in conversations. Empirically, we conduct comparisons between our framework and 23 state-of-the-art methods across five different research directions and two public benchmarks. These comparisons demonstrate that our Conv-CoA outperforms other methods in both the accuracy and efficiency dimensions.

📄 PDF Abstract BibTeX arXiv:2405.17822

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringHallucinationInformation RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Open-Domain Conversational Question Answering with Historical Answers

2022-11-17 · Hung-Chieh Fang, Kuo-Han Hung, Chao-Wei Huang, Yun-Nung Chen

Open-domain conversational question answering can be viewed as two tasks: passage retrieval and conversational question answering, where the former relies on selecting candidate passages from a large corpus and the latte…

Conversational Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Convolutional Neural Network: Text Classification Model for Open Domain Question Answering System

2018-09-07 · Muhammad Zain Amin, Noman Nadeem

Recently machine learning is being applied to almost every data domain one of which is Question Answering Systems (QAS). A typical Question Answering System is fairly an information retrieval system, which matches docume…

General ClassificationInformation RetrievalOpen-Domain Question AnsweringQuestion Answering+3

Improving Retrieval Augmented Open-Domain Question-Answering with Vectorized Contexts

2024-04-02 · Zhuo Chen, Xinyu Wang, Yong Jiang, Pengjun Xie 외

In the era of large language models, applying techniques such as Retrieval Augmented Generation can better address Open-Domain Question-Answering problems. Due to constraints including model sizes and computing resources…

In-Context LearningLanguage ModelingLanguage ModellingOpen-Domain Question Answering+3

RETQA: A Large-Scale Open-Domain Tabular Question Answering Dataset for Real Estate Sector

2024-12-13 · Zhensheng Wang, Wenmian Yang, Kun Zhou, Yiquan Zhang 외

The real estate market relies heavily on structured data, such as property details, market trends, and price fluctuations. However, the lack of specialized Tabular Question Answering datasets in this domain limits the de…

In-Context LearningQuestion AnsweringRetrievalSpoken Language Understanding

Multifaceted Improvements for Conversational Open-Domain Question Answering

2022-04-01 · TingTing Liang, Yixuan Jiang, Congying Xia, Ziqiang Zhao 외

Open-domain question answering (OpenQA) is an important branch of textual QA which discovers answers for the given questions based on a large number of unstructured documents. Effectively mining correct answers from the …

Open-Domain Question AnsweringQuestion AnsweringRetrieval