← Search

Yingcong Li

14 accepted papers

2026

Memory as a Markov Matrix: Sample Efficient Knowledge Expansion via Token-to-Dictionary Mapping

ICML 2026poster

Continual incorporation of new knowledge is essential for the long-term evolution of large language models (LLMs). Existing approaches typically rely on parameter-update algorithms to mitigate catastrophic forgetting, yet they suffer from fundamental limitations: 1) forgetting is unavoidable as the …

Cited by 0SourceScholar
2025

BREAD: Branched Rollouts from Expert Anchors Bridge SFT & RL for Reasoning

NeurIPS 2025poster

Small language models (SLMs) struggle to learn complex reasoning behaviors, especially when high-quality traces are scarce or difficult to learn from. A typical approach for training such models combines a supervised fine-tuning (SFT) stage, often to distill reasoning capabilities from a larger mode…

Cited by 0SourceScholar
2025

Provable Benefits of Task-Specific Prompts for In-context Learning

AISTATS 2025poster

The in-context learning capabilities of modern language models have motivated a deeper mathematical understanding of sequence models. A line of recent work has shown that linear attention models can emulate projected gradient descent iterations to implicitly learn the task vector from the data provi…

Cited by 0SourcecodeScholar
2025

Theoretical Insights into In-context Learning with Unlabeled Data

NeurIPS 2025poster

Recent research shows that in-context learning (ICL) can be effective even when demonstrations have missing or incorrect labels. To shed light on this capability, we examine a canonical setting where the demonstrations are drawn according to a binary Gaussian mixture model (GMM) and a certain fracti…

Cited by 0SourceScholar
2024

Fine-grained Analysis of In-context Linear Estimation: Data, Architecture, and Beyond

NeurIPS 2024poster

Recent research has shown that Transformers with linear attention are capable of in-context learning (ICL) by implementing a linear estimator through gradient descent steps. However, the existing results on the optimization landscape apply under stylized settings where task and feature vectors are a…

Cited by 4SourcePDFScholar
2024

From Self-Attention to Markov Models: Unveiling the Dynamics of Generative Transformers

ICML 2024poster

Modern language models rely on the transformer architecture and attention mechanism to perform language understanding and text generation. In this work, we study learning a 1-layer self-attention model from a set of prompts and the associated outputs sampled from the model. We first establish a form…

Cited by 19SourcePDFScholar
2024

Mechanics of Next Token Prediction with Self-Attention

AISTATS 2024poster

Transformer-based language models are trained on large datasets to predict the next token given an input sequence. Despite this simple training objective, they have led to revolutionary advances in natural language processing. Underlying this success is the self-attention mechanism. In this work, we…

Cited by 34SourcePDFScholar
2023

Dissecting Chain-of-Thought: Compositionality through In-Context Filtering and Learning

NeurIPS 2023poster

Chain-of-thought (CoT) is a method that enables language models to handle complex reasoning tasks by decomposing them into simpler steps. Despite its success, the underlying mechanics of CoT are not yet fully understood. In an attempt to shed light on this, our study investigates the impact of CoT o…

2023

Max-Margin Token Selection in Attention Mechanism

NeurIPS 2023spotlight

Attention mechanism is a central component of the transformer architecture which led to the phenomenal success of large language models. However, the theoretical principles underlying the attention mechanism are poorly understood, especially its nonconvex optimization dynamics. In this work, we expl…

2023

Stochastic Contextual Bandits with Long Horizon Rewards

AAAI 2023technical

The growing interest in complex decision-making and language modeling problems highlights the importance of sample-efficient learning over very long horizons. This work takes a step in this direction by investigating contextual linear bandits where the current reward depends on at most s prior actio…

Cited by 6SourcePDFScholar
2023

Transformers as Algorithms: Generalization and Stability in In-context Learning

ICML 2023poster

In-context learning (ICL) is a type of prompting where a transformer model operates on a sequence of (input, output) examples and performs inference on-the-fly. In this work, we formalize in-context learning as an algorithm learning problem where a transformer model implicitly constructs a hypothesi…

2021

Provable Benefits of Overparameterization in Model Compression: From Double Descent to Pruning Neural Networks

AAAI 2021technical

Deep networks are typically trained with many more parameters than the size of the training dataset. Recent empirical evidence indicates that the practice of overparameterization not only benefits training large models, but also assists – perhaps counterintuitively – building lightweight models. Spe…

Cited by 63SourcePDFScholar