Browse State-of-the-Art › Conversational Question Answering
Conversational Question Answering
63 papers with code · 1 benchmark · 10 datasets archive 2025-07-28
Benchmarks archive 2025-07-28
1 leaderboard table shown for this task, 1 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| ConvFinQA (2 rows) | APOLLO | APOLLO: An Optimized Training Approach for Long-form Numerical Reasoning | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
10 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
1 subtask in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 63 papers with code (142 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
10 Dec 2018 6 repositories listedConversational question answering (CQA) is a novel QA task that requires understanding of dialogue context.
-
21 Aug 2018 4 repositories listed Syntology ran 2 of 2 samples · 0 unverifiedHumans gather information by engaging in conversations involving a series of interconnected questions and answers.
-
19 Dec 2022 3 repositories listedIn this paper, we propose an unsupervised query enhanced approach for knowledge-intensive conversations, namely QKConv.
-
14 Dec 2022 3 repositories listedFor the retriever, we adopt a number-aware negative sampling strategy to enable the retriever to be more discriminative on key numerical facts.
-
17 Oct 2019 3 repositories listedPre-training models have been proved effective for a wide range of natural language processing tasks.
-
7 Dec 2023 2 repositories listedOur models include baseline models and pre-trained models, which are leveraged to boost the performance of the model.
-
8 Jun 2023 2 repositories listed Syntology ran 1 of 1 samples · 0 unverifiedThis paper introduces PIXIU, a comprehensive framework including the first financial LLM based on fine-tuning LLaMA with instruction data, the first instruction data with 136K data samples to support the fine-tuning,…
-
2 Jun 2023 2 repositories listedOne common approach to mitigate hallucinations is to provide source/grounding documents and the model is trained to produce predictions that bind to and are attributable to the provided source.
-
16 Dec 2021 2 repositories listedIn this work, we conduct the first large-scale human evaluation of state-of-the-art conversational QA systems, where human evaluators converse with models and judge the correctness of their answers.
-
18 Nov 2020 2 repositories listedThe literature has witnessed the success of leveraging Pre-trained Language Models (PLMs) and Transfer Learning (TL) algorithms to a wide range of Natural Language Processing (NLP) applications, yet it is not easy to…
-
10 Oct 2020 2 repositories listed Syntology ran 0 of 8 samples · 8 unverifiedWe introduce a new dataset for Question Rewriting in Conversational Context (QReCC), which contains 14K conversations with 80K question-answer pairs.
-
26 Aug 2019 2 repositories listedFirst, we propose a positional history answer embedding method to encode conversation history with position information using BERT in a natural way.
-
28 Mar 2025 1 repository listedConversational Question Answering (ConvQA) involves multiple subtasks, i) to understand incomplete questions in their context, ii) to retrieve relevant information, and iii) to generate answers.
-
23 Apr 2024 1 repository listedIn our experiments, using graph-guided response simulations leads to significant improvements in intent classification, slot filling and response relevance compared to naive single-prompt simulated conversations.
-
17 Apr 2024 1 repository listed Syntology ran 3 of 5 samples · 2 unverifiedIn our novel model-agnostic approach, referred to as CoTaH (Consistency-Trained augmented History), we augment the historical information with synthetic questions and subsequently employ consistency training to train a…
-
7 Feb 2024 1 repository listedA typical OrConvQA pipeline consists of three modules: a Retriever to retrieve relevant documents from the collection, a Reranker to rerank them given the question and the context, and a Reader to extract an answer span.
-
3 Jan 2024 1 repository listedConversational question answering systems often rely on semantic parsing to enable interactive information retrieval, which involves the generation of structured database queries from a natural language input.
-
Let the LLMs Talk: Simulating Human-to-Human Conversational QA via Zero-Shot LLM-to-LLM Interactions5 Dec 2023 1 repository listedOur framework involves two LLMs interacting on a specific topic, with the first LLM acting as a student, generating questions to explore a given search topic.
-
12 Nov 2023 1 repository listedIn conversational question answering (CQA), the task of question rewriting~(QR) in context aims to rewrite a context-dependent question into an equivalent self-contained question that gives the same answer.
-
6 Nov 2023 1 repository listed Syntology ran 1 of 1 samples · 0 unverifiedIn this work, we present Grounding LMM (GLaMM), the first model that can generate natural language responses seamlessly intertwined with corresponding object segmentation masks.
-
31 Jul 2023 1 repository listedWe demonstrate the usefulness of the data by training and evaluating strong baseline models for executing TPRs.
-
7 Jun 2023 1 repository listedTo address this problem, we further introduce a novel contrastive learning strategy, making sure to reflect previous turns when retrieving the phrase for the current context, by maximizing representational similarities…
-
9 May 2023 1 repository listed Syntology ran 0 of 1 samples · 1 unverifiedThe medical conversational question answering (CQA) system aims at providing a series of professional medical services to improve the efficiency of medical care.
-
2 May 2023 1 repository listedIn conversational question answering, users express their information needs through a series of utterances with incomplete context.
-
10 Feb 2023 1 repository listedConversational Question Answering (ConvQA) models aim at answering a question with its relevant paragraph and previous question-answer pairs that occurred during conversation multiple times.
-
28 Jan 2023 1 repository listedIn this paper, we are interested in developing semantic parsers which understand natural language questions embedded in a conversation with a user and ground them to formal queries over definitions in a general purpose…
-
21 Dec 2022 1 repository listedWhile transformer models achieve high performance on standard question answering tasks, we show that they fail to be semantically faithful once we perform these interventions for a significant number of cases (~50% for…
-
17 Nov 2022 1 repository listedOpen-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…
-
17 Oct 2022 1 repository listed Syntology ran 0 of 1 samples · 1 unverifiedTo facilitate conversational question answering (CQA) over hybrid contexts in finance, we present a new dataset, named PACIFIC.
-
9 Oct 2022 1 repository listedThe majority of existing ConvQA methods rely on full supervision signals with a strict assumption of the availability of gold logical forms of queries to extract answers from the KG.
Syntology lines on 7 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections