paper-with-me

Papers

A Survey on In-context Learning

2022-12-31 · Qingxiu Dong, Damai Dai, Ce Zheng, Jingyuan Ma, Rui Li, Heming Xia, Jingjing Xu, Zhiyong Wu, Tianyu Liu, Baobao Chang, Xu sun, Lei LI, Zhifang Sui

With the increasing capabilities of large language models (LLMs), in-context learning (ICL) has emerged as a new paradigm for natural language processing (NLP), where LLMs make predictions based on contexts augmented with a few examples. It has been a significant trend to explore ICL to evaluate and extrapolate the ability of LLMs. In this paper, we aim to survey and summarize the progress and challenges of ICL. We first present a formal definition of ICL and clarify its correlation to related studies. Then, we organize and discuss advanced techniques, including training strategies, prompt designing strategies, and related analysis. Additionally, we explore various ICL application scenarios, such as data engineering and knowledge updating. Finally, we address the challenges of ICL and suggest potential directions for further research. We hope that our work can encourage more research on uncovering how ICL works and improving ICL.

📄 PDF Abstract BibTeX arXiv:2301.00234

Code (1)

dqxiu/icl_paperlist 공식 구현

Tasks

In-Context LearningSurvey

Similar Papers 제목 키워드 기반

A Survey on Contextual Multi-armed Bandits

2015-08-13 · Li Zhou

In this survey we cover a few stochastic and adversarial contextual bandit algorithms. We analyze each algorithm's assumption and regret bound.

Multi-Armed BanditsSurvey

A Comprehensive Survey on Long Context Language Modeling

2025-03-20 · Jiaheng Liu, Dawei Zhu, Zhiqi Bai, Yancheng He 외

Efficient processing of long contexts has been a persistent pursuit in Natural Language Processing. With the growing number of long documents, dialogues, and other textual data, it is important to develop Long Context La…

Language ModelingLanguage ModellingSurvey

A Survey on Contextual Embeddings

2020-03-16 · Qi Liu, Matt J. Kusner, Phil Blunsom

Contextual embeddings, such as ELMo and BERT, move beyond global word representations like Word2Vec and achieve ground-breaking performance on a wide range of natural language processing tasks. Contextual embeddings assi…

Model CompressionSurvey

A Survey of Context Engineering for Large Language Models

2025-07-17 · Lingrui Mei, Jiayu Yao, Yuyao Ge, Yiwei Wang 외

The performance of Large Language Models (LLMs) is fundamentally determined by the contextual information provided during inference. This survey introduces Context Engineering, a formal discipline that transcends simple …

RAGRetrievalRetrieval-augmented GenerationSurvey

A Survey of In-Context Reinforcement Learning

2025-02-11 · Amir Moeini, Jiuqi Wang, Jacob Beck, Ethan Blaser 외

Reinforcement learning (RL) agents typically optimize their policies by performing expensive backward passes to update their network parameters. However, some agents can solve new tasks without updating any parameters by…

In-Context Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1