paper-with-me

Papers

Augmenting Pre-trained Language Models with QA-Memory for Open-Domain Question Answering

2022-04-10 · Wenhu Chen, Pat Verga, Michiel de Jong, John Wieting, William Cohen

Retrieval augmented language models have recently become the standard for knowledge intensive tasks. Rather than relying purely on latent semantics within the parameters of large neural models, these methods enlist a semi-parametric memory to encode an index of knowledge for the model to retrieve over. Most prior work has employed text passages as the unit of knowledge, which has high coverage at the cost of interpretability, controllability, and efficiency. The opposite properties arise in other methods which have instead relied on knowledge base (KB) facts. At the same time, more recent work has demonstrated the effectiveness of storing and retrieving from an index of Q-A pairs derived from text \citep{lewis2021paq}. This approach yields a high coverage knowledge representation that maintains KB-like properties due to its representations being more atomic units of information. In this work we push this line of research further by proposing a question-answer augmented encoder-decoder model and accompanying pretraining strategy. This yields an end-to-end system that not only outperforms prior QA retrieval methods on single-hop QA tasks but also enables compositional reasoning, as demonstrated by strong performance on two multi-hop QA datasets. Together, these methods improve the ability to interpret and control the model while narrowing the performance gap with passage retrieval systems.

📄 PDF Abstract BibTeX arXiv:2204.04581

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderOpen-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Augmenting Zero-Shot Dense Retrievers with Plug-in Mixture-of-Memories

2023-02-07 · Suyu Ge, Chenyan Xiong, Corby Rosset, Arnold Overwijk 외

In this paper we improve the zero-shot generalization ability of language models via Mixture-Of-Memory Augmentation (MoMA), a mechanism that retrieves augmentation documents from multiple information corpora ("external m…

RetrievalZero-shot Generalization

Augmenting LLMs with Knowledge: A survey on hallucination prevention

2023-09-28 · Konstantinos Andriopoulos, Johan Pouwelse

Large pre-trained language models have demonstrated their proficiency in storing factual knowledge within their parameters and achieving remarkable results when fine-tuned for downstream natural language processing tasks…

HallucinationLanguage ModelingLanguage ModellingSurvey+1

Deep Generic Representations for Domain-Generalized Anomalous Sound Detection

2024-09-08 · Phurich Saengthong, Takahiro Shinozaki

Developing a reliable anomalous sound detection (ASD) system requires robustness to noise, adaptation to domain shifts, and effective performance with limited training data. Current leading methods rely on extensive labe…

Large Product Key Memory for Pretrained Language Models

2020-10-08 · Findings of the Association for Computational Linguistics 2020 · Gyuwan Kim, Tae-Hwan Jung

Product key memory (PKM) proposed by Lample et al. (2019) enables to improve prediction accuracy by increasing model capacity efficiently with insignificant computational overhead. However, their empirical application is…

Causal Language ModelingLanguage ModelingLanguage Modelling

Labeled Memory Networks for Online Model Adaptation

2017-07-05 · Shiv Shankar, Sunita Sarawagi

Augmenting a neural network with memory that can grow without growing the number of trained parameters is a recent powerful concept with many exciting applications. We propose a design of memory augmented neural networks…

Few-Shot LearningMeta-Learningmodel