← Search

Yanhong Li

11 accepted papers

2026

Distilling to Hybrid Attention Models via KL-Guided Layer Selection

ICLR 2026poster

Distilling pretrained softmax attention Transformers into more efficient hybrid architectures that interleave softmax and linear attention layers is a promising approach for improving the inference efficiency of LLMs without requiring expensive pretraining from scratch. A critical factor in the con…

Cited by 0SourcecodeScholar
2026

On the Predictive Power of Representation Dispersion in Language Models

ICLR 2026poster

We show that a language model’s ability to predict text is tightly linked to the breadth of its embedding space: models that spread their contextual representations more widely tend to achieve lower perplexity. Concretely, we find that representation dispersion—the average pairwise cosine distance a…

Cited by 0SourcecodeScholar
2025

Forget for Get: A Lightweight Two-phase Gradient Method for Knowledge Editing in Large Language Models

EMNLP 2025

Recent studies have highlighted the remarkable knowledge retention capabilities of Large Language Models (LLMs) like GPT-4, while simultaneously revealing critical limitations in maintaining knowledge currency and accuracy. Existing knowledge editing methodologies, designed to update specific factua

Cited by 0SourcePDFScholar
2025

Text or Pixels? Evaluating Efficiency and Understanding of LLMs with Visual Text Inputs

EMNLP 2025

Large language models (LLMs) and their multimodal variants can now process visual inputs, including images of text. This raises an intriguing question: Can we compress textual inputs by feeding them as images to reduce token usage while preserving performance?In this paper, we show that *visual text

Cited by 0SourcePDFScholar
2025

What Happened in LLMs Layers when Trained for Fast vs. Slow Thinking: A Gradient Perspective

ACL 2025long

What makes a difference in the post-training of LLMs? We investigate the training patterns of different layers in large language models (LLMs) through the lens of the gradient. We are specifically interested in how fast vs. slow thinking affects the layer-wise gradients, given the recent popularity…

2024

Learning from Polar Representation: An Extreme-Adaptive Model for Long-Term Time Series Forecasting

AAAI 2024technical

In the hydrology field, time series forecasting is crucial for efficient water resource management, improving flood and drought control and increasing the safety and quality of life for the general population. However, predicting long-term streamflow is a complex task due to the presence of extreme…

2024

When Hindsight is Not 20/20: Testing Limits on Reflective Thinking in Large Language Models

NAACL 2024findings

Recent studies suggest that self-reflective prompting can significantly enhance the reasoning capabilities of Large Language Models (LLMs). However, the use of external feedback as a stop criterion raises doubts about the true extent of LLMs’ ability to emulate human-like self-reflection. In this pa…

2023

An Extreme-Adaptive Time Series Prediction Model Based on Probability-Enhanced LSTM Neural Networks

AAAI 2023technical

Forecasting time series with extreme events has been a challenging and prevalent research topic, especially when the time series data are affected by complicated uncertain factors, such as is the case in hydrologic prediction. Diverse traditional and deep learning models have been applied to discove…