English

RET-LLM: Towards a General Read-Write Memory for Large Language Models

Computation and Language 2024-10-25 v2

Abstract

Large language models (LLMs) have significantly advanced the field of natural language processing (NLP) through their extensive parameters and comprehensive data utilization. However, existing LLMs lack a dedicated memory unit, limiting their ability to explicitly store and retrieve knowledge for various tasks. In this paper, we propose RET-LLM a novel framework that equips LLMs with a general write-read memory unit, allowing them to extract, store, and recall knowledge from the text as needed for task performance. Inspired by Davidsonian semantics theory, we extract and save knowledge in the form of triplets. The memory unit is designed to be scalable, aggregatable, updatable, and interpretable. Through qualitative evaluations, we demonstrate the superiority of our proposed framework over baseline approaches in question answering tasks. Moreover, our framework exhibits robust performance in handling temporal-based question answering tasks, showcasing its ability to effectively manage time-dependent information.

Keywords

Cite

@article{arxiv.2305.14322,
  title  = {RET-LLM: Towards a General Read-Write Memory for Large Language Models},
  author = {Ali Modarressi and Ayyoob Imani and Mohsen Fayyaz and Hinrich Schütze},
  journal= {arXiv preprint arXiv:2305.14322},
  year   = {2024}
}

Comments

NOTE: This concept paper outlines an initial methodology, now evolved and thoroughly evaluated in the MemLLM paper

R2 v1 2026-06-28T10:43:23.166Z