paper-with-me

Papers

Decoupled Context Processing for Context Augmented Language Modeling

2022-10-11 · Zonglin Li, Ruiqi Guo, Sanjiv Kumar

Language models can be augmented with a context retriever to incorporate knowledge from large external databases. By leveraging retrieved context, the neural network does not have to memorize the massive amount of world knowledge within its internal parameters, leading to better parameter efficiency, interpretability and modularity. In this paper we examined a simple yet effective architecture for incorporating external context into language models based on decoupled Encoder Decoder architecture. We showed that such a simple architecture achieves competitive results on auto-regressive language modeling and open domain question answering tasks. We also analyzed the behavior of the proposed model which performs grounded context transfer. Finally we discussed the computational implications of such retrieval augmented models.

📄 PDF Abstract BibTeX arXiv:2210.05758

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingOpen-Domain Question AnsweringQuestion AnsweringRetrievalWorld Knowledge

Similar Papers 제목 키워드 기반

Augmenting Language Models with Long-Term Memory

2023-06-12 · NeurIPS 2023 11 · Weizhi Wang, Li Dong, Hao Cheng, Xiaodong Liu 외

Existing large language models (LLMs) can only afford fix-sized inputs due to the input length limit, preventing them from utilizing rich long-context information from past inputs. To address this, we propose a framework…

FormIn-Context LearningLanguage ModelingLanguage Modelling+1

Crosslingual Retrieval Augmented In-context Learning for Bangla

2023-11-01 · Xiaoqian Li, Ercong Nie, Sheng Liang

The promise of Large Language Models (LLMs) in Natural Language Processing has often been overshadowed by their limited performance in low-resource languages such as Bangla. To address this, our paper presents a pioneeri…

In-Context LearningRetrieval

Mem-$π$: Adaptive Memory through Learning When and What to Generate

2026-05-20 · Xiaoqiang Wang, Chao Wang, Hadi Nekoei, Christopher Pal 외 arxiv

We present Mem-$π$, a framework for adaptive memory in large language model (LLM) agents, where useful guidance is generated on demand rather than retrieved from external memory stores. Existing memory-augmented agents t…

Reinforcement Learning

EpMAN: Episodic Memory AttentioN for Generalizing to Longer Contexts

2025-02-20 · Subhajit Chaudhury, Payel Das, Sarathkrishna Swaminathan, Georgios Kollias 외

Recent advances in Large Language Models (LLMs) have yielded impressive successes on many language tasks. However, efficient processing of long contexts using LLMs remains a significant challenge. We introduce \textbf{Ep…

16kDecoderQuestion AnsweringRetrieval-augmented Generation

HMT: Hierarchical Memory Transformer for Long Context Language Processing

2024-05-09 · Zifan He, Zongyue Qin, Neha Prakriya, Yizhou Sun 외

Transformer-based large language models (LLM) have been widely used in language processing applications. However, most of them restrict the context window that permits the model to attend to every token in the inputs. Pr…

Language ModelingLanguage ModellingMemorizationQuestion Answering