paper-with-me

홈 › Papers

Augmented Language Models: a Survey

2023-02-15 · Grégoire Mialon, Roberto Dessì, Maria Lomeli, Christoforos Nalmpantis, Ram Pasunuru, Roberta Raileanu, Baptiste Rozière, Timo Schick, Jane Dwivedi-Yu, Asli Celikyilmaz, Edouard Grave, Yann Lecun, Thomas Scialom

This survey reviews works in which language models (LMs) are augmented with reasoning skills and the ability to use tools. The former is defined as decomposing a potentially complex task into simpler subtasks while the latter consists in calling external modules such as a code interpreter. LMs can leverage these augmentations separately or in combination via heuristics, or learn to do so from demonstrations. While adhering to a standard missing tokens prediction objective, such augmented LMs can use various, possibly non-parametric external modules to expand their context processing ability, thus departing from the pure language modeling paradigm. We therefore refer to them as Augmented Language Models (ALMs). The missing token objective allows ALMs to learn to reason, use tools, and even act, while still performing standard natural language tasks and even outperforming most regular LMs on several benchmarks. In this work, after reviewing current advance in ALMs, we conclude that this new research direction has the potential to address common limitations of traditional LMs such as interpretability, consistency, and scalability issues.

📄 PDF Abstract BibTeX arXiv:2302.07842

Code (1)

gentopia-ai/gentopia

Tasks

Language ModelingLanguage ModellingSurvey

Similar Papers 제목 키워드 기반

RAG and RAU: A Survey on Retrieval-Augmented Language Model in Natural Language Processing

2024-04-30 · Yucheng Hu, Yuxing Lu

Large Language Models (LLMs) have catalyzed significant advancements in Natural Language Processing (NLP), yet they encounter challenges such as hallucination and the need for domain-specific knowledge. To mitigate these…

Computational EfficiencyHallucinationLanguage ModelingLanguage Modelling+4

AI-Augmented Surveys: Leveraging Large Language Models and Surveys for Opinion Prediction

2023-05-16 · Junsol Kim, Byungkyu Lee

Large language models (LLMs) that produce human-like responses have begun to revolutionize research practices in the social sciences. We develop a novel methodological framework that fine-tunes LLMs with repeated cross-s…

ImputationPredictionSurvey

Beyond the Parameters: A Technical Survey of Contextual Enrichment in Large Language Models: From In-Context Prompting to Causal Retrieval-Augmented Generation

2026-04-03 · Prakhar Bansal, Shivangi Agarwal arxiv

Large language models (LLMs) encode vast world knowledge in their parameters, yet they remain fundamentally limited by static knowledge, finite context windows, and weakly structured causal reasoning. This survey provide…

Prompt Engineering

SurveyLM: A platform to explore emerging value perspectives in augmented language models' behaviors

2023-08-01 · Steve J. Bickley, Ho Fai Chan, Bang Dao, Benno Torgler 외

This white paper presents our work on SurveyLM, a platform for analyzing augmented language models' (ALMs) emergent alignment behaviors through their dynamically evolving attitude and value perspectives in complex social…

Survey

Retrieved But Not Reliable: A Survey on Attacks, and Defenses in Retrieval-Augmented Generation

2026-08-25 · Minh Tran, Cuong Dang, Tuc Nguyen, Khanh-Tung Tran 외 arxiv

Retrieval-Augmented Generation (RAG) enhances large language models by grounding outputs in external knowledge, improving factuality and reducing hallucinations. At the same time, the retrieval-augmented pipeline introdu…