← Search

Boyi Zeng

5 accepted papers

2026

AWM: Accurate Weight-Matrix Fingerprint for Large Language Models

ICLR 2026poster

Protecting the intellectual property of large language models (LLMs) is crucial, given the substantial resources required for their training. Consequently, there is an urgent need for both model owners and third parties to determine whether a suspect LLM is trained from scratch or derived from an ex…

Cited by 0SourcecodeScholar
2026

FreqKV: Key-Value Compression in Frequency Domain for Context Window Extension

ICLR 2026poster

Existing key-value (KV) cache compression methods for large language models (LLMs) often rely on token eviction, which risks losing critical local information in both long prefilling and decoding scenarios. When extrapolating beyond the pretrained context length, their performance degrades sharply o…

Cited by 0SourcecodeScholar
2026

PonderLM-2: Pretraining LLM with Latent Thoughts in Continuous Space

ICML 2026spotlight

The remarkable success of Chain-of-Thought (CoT), which enhances performance by scaling generation steps at test-time, inspires us to ask: can we leverage a similar scaling of computational steps during pretraining to improve the generation of each individual token? To address this, we propose a nov…

Cited by 0SourceScholar
2026

PonderLM: Pretraining Language Models to Ponder in Continuous Space

ICLR 2026poster

Humans ponder before articulating complex sentence elements, enabling deeper cognitive processing through focused effort. In this work, we introduce this pondering process into language models by repeatedly invoking the forward process within a single token generation step. During pondering, instead…

Cited by 0SourcecodeScholar
2024

HuRef: HUman-REadable Fingerprint for Large Language Models

NeurIPS 2024poster

Protecting the copyright of large language models (LLMs) has become crucial due to their resource-intensive training and accompanying carefully designed licenses. However, identifying the original base model of an LLM is challenging due to potential parameter alterations. In this study, we introduce…