Enhancing Extractive Question Answering in Multiparty Dialogues with Logical Inference Memory Network (2025.coling-main)
Copied to clipboard
| Challenge: | Existing models for multiparty dialogue question answering (QA) do not consider logical inference relations in multiparty dialogs, leading to suboptimal performance. |
| Approach: | They propose a memory network with logical inference for extractive QA in multiparty dialogues. |
| Outcome: | The proposed model achieves state-of-the-art on Molweni and FriendsQA benchmarks. |
Similar Papers
SEMQA: Semi-Extractive Multi-Source Question Answering (2024.naacl-long)
Copied to clipboard
| Challenge: | Recent proposed long-form question answering systems have shown promising capabilities, but attributing and verifying their generated abstractive answers can be difficult. |
| Approach: | They propose a task that summarises multiple sources in a semi-extractive fashion . they create a dataset with human-written semi-extractive answers to natural and generated questions . |
| Outcome: | The proposed task summarizes multiple sources in a semi-extractive fashion and produces fine in-line attributions by-design that are easy to verify, interpret, and evaluate. |
Augmenting Pre-trained Language Models with QA-Memory for Open-Domain Question Answering (2023.eacl-main)
Copied to clipboard
| Challenge: | Existing methods for open-domain question-answering use an open book approach . a recent alternative is to retrieve from a collection of previously-generated question-annwer pairs . |
| Approach: | They propose a new QA system that augments a text-to-text model with a large memory of question-answer pairs and a task for the latent step of question retrieval. |
| Outcome: | The proposed system outperforms closed-book QA and can answer multi-hop questions. |
Improving Knowledge Production Efficiency With Question Answering on Conversation (2023.acl-industry)
Copied to clipboard
| Challenge: | Existing researches on conversation-based QA focus on document-based tasks . current researche focuses on document based tasks, but there is a lack of researche on conversation based qa . |
| Approach: | They propose a multi-span extraction model on conversation-based QA and introduce continual pre-training and multi-task learning schemes to further improve model performance. |
| Outcome: | The proposed model outperforms baseline on two Chinese datasets and will be released for research purposes. |
Retrieval-based Question Answering with Passage Expansion Using a Knowledge Graph (2024.lrec-main)
Copied to clipboard
| Challenge: | Recent advances in dense neural retrievers and language models have hindered performance, especially for less common entities and facts. |
| Approach: | They propose a multi-modal passage retrieval model that combines entity features and textual data to improve retrieval precision for less common entities. |
| Outcome: | The proposed model improves retrieval precision on less common entities and facts on common benchmarks. |
CHIME: Cross-passage Hierarchical Memory Network for Generative Review Question Answering (2020.coling-main)
Copied to clipboard
| Challenge: | Existing QA systems deal with factoid questions and assume a simplified setup such as multiple-choice questions, retrieving spans of text from given documents, and filling in the blanks. |
| Approach: | They propose a cross-passage hierarchical memory network for question answering via text generation that extends XLNet by adding an auxiliary memory module to the context memory and answer memory. |
| Outcome: | The proposed architecture outperforms the state-of-the-art generative QA framework with better syntactically well-formed answers and increased precision on the AmazonQA review dataset. |
Enhancing Pre-Trained Generative Language Models with Question Attended Span Extraction on Machine Reading Comprehension (2024.emnlp-main)
Copied to clipboard
| Challenge: | Extractive Machine Reading Comprehension (MRC) is a challenging field in the field of Natural Language Processing. |
| Approach: | They propose a Question-Attended Span Extraction module to address the limitations of generative approaches for extractive machine reading comprehension (MRC) . module significantly enhances performance of pre-trained generative language models, enabling them to surpass the extractive capabilities of advanced Large Language Models (LLMs) |
| Outcome: | The QASE module surpasses state-of-the-art models in few-shot settings. |
Answering while Summarizing: Multi-task Learning for Multi-hop QA with Evidence Extraction (P19-1)
Copied to clipboard
Kosuke Nishida, Kyosuke Nishida, Masaaki Nagata, Atsushi Otsuka, Itsumi Saito, Hisako Asano, Junji Tomita
| Challenge: | Question answering (QA) using textual sources for purposes such as reading comprehension has attracted much attention. |
| Approach: | They propose a Query Focused Extractor model for evidence extraction and multi-task learning with the QA model. |
| Outcome: | The proposed model achieves state-of-the-art evidence extraction score on hotpotQA and FEVER, which is a recognizing textual entailment task on a large textual database. |
Towards Better Question Generation in QA-based Event Extraction (2024.findings-acl)
Copied to clipboard
| Challenge: | True. True. EE aims to extract event-related information from unstructured texts. |
| Approach: | They propose a reinforcement learning method that evaluates the quality of a question and provides clear guidance to QA models. |
| Outcome: | The proposed method generates generalizable, high-quality, and context-dependent questions and provides clear guidance to QA models. |
Multi-level Association Refinement Network for Dialogue Aspect-based Sentiment Quadruple Analysis (2025.acl-long)
Copied to clipboard
| Challenge: | Existing methods for identifying quadruples rely on predefined dialogue structure and word semantics to achieve accurate and comprehensive sentiment associations between utterances and words. |
| Approach: | They propose a multi-level association refinement network to achieve more accurate sentiment associations between utterances and words. |
| Outcome: | The proposed framework achieves state-of-the-art performance under low-resource conditions. |
MeetingQA: Extractive Question-Answering on Meeting Transcripts (2023.acl-long)
Copied to clipboard
| Challenge: | Meeting transcripts are a promising domain for natural language tasks . lack of annotated data impedes research on other important tasks in this domain . |
| Approach: | They propose an extractive QA dataset comprising questions asked by meeting participants and corresponding responses. |
| Outcome: | The proposed dataset extracts questions asked by meeting participants and corresponding responses from transcripts. |