paper-with-me

홈 › Papers

BeliefBank: Adding Memory to a Pre-Trained Language Model for a Systematic Notion of Belief

2021-09-29 · EMNLP 2021 11 · Nora Kassner, Oyvind Tafjord, Hinrich Schütze, Peter Clark

Although pretrained language models (PTLMs) contain significant amounts of world knowledge, they can still produce inconsistent answers to questions when probed, even after specialized training. As a result, it can be hard to identify what the model actually "believes" about the world, making it susceptible to inconsistent behavior and simple errors. Our goal is to reduce these problems. Our approach is to embed a PTLM in a broader system that also includes an evolving, symbolic memory of beliefs -- a BeliefBank -- that records but then may modify the raw PTLM answers. We describe two mechanisms to improve belief consistency in the overall system. First, a reasoning component -- a weighted MaxSAT solver -- revises beliefs that significantly clash with others. Second, a feedback component issues future queries to the PTLM using known beliefs as context. We show that, in a controlled experimental setting, these two mechanisms result in more consistent beliefs in the overall system, improving both the accuracy and consistency of its answers over time. This is significant as it is a first step towards PTLM-based architectures with a systematic notion of belief, enabling them to construct a more coherent picture of the world, and improve over time without model retraining.

📄 PDF Abstract BibTeX arXiv:2109.14723

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingWorld Knowledge

Similar Papers 제목 키워드 기반

Enriching a Model's Notion of Belief using a Persistent Memory

2021-04-16 · Nora Kassner, Oyvind Tafjord, Hinrich Schutze, Peter Clark

(This is an old and now obsolete draft. See https://arxiv.org/abs/2109.14723 ("BeliefBank: Adding Memory to a Pre-Trained Language Model for a Systematic Notion of Belief") for the final paper).

Language ModelingLanguage Modelling

DART-VLN: Test-Time Memory Decay and Anti-Loop Regularization for Discrete Vision-Language Navigation

2026-07-01 · Shaoheng Zhang, Zhichen Li, Jie Mei arxiv

Memory-based agents for discrete vision-language navigation (VLN) operate under partial observability and can exhibit systematic inference-time failures even with strong pretrained backbones. We focus on two recurring pr…

Vision-Language Navigation

Memory Transformer

2020-06-20 · Mikhail S. Burtsev, Yuri Kuratov, Anton Peganov, Grigory V. Sapunov

Transformer-based models have achieved state-of-the-art results in many natural language processing tasks. The self-attention architecture allows transformer to combine information from all elements of a sequence into co…

Language ModelingLanguage ModellingMachine TranslationNatural Language Understanding+3

Memory Representation in Transformer

2021-01-01 · Mikhail Burtsev, Yurii Kuratov, Anton Peganov, Grigory V. Sapunov

Transformer-based models have achieved state-of-the-art results in many natural language processing tasks. The self-attention architecture allows transformer to combine information from all elements of a sequence into co…

Language ModelingLanguage ModellingMachine TranslationQuestion Answering

Recurrent Memory Transformer

2022-07-14 · Aydar Bulatov, Yuri Kuratov, Mikhail S. Burtsev

Transformer-based models show their effectiveness across multiple domains and tasks. The self-attention allows to combine information from all sequence elements into context-aware representations. However, global and loc…

Language ModelingLanguage Modelling