paper-with-me

Papers

Learning to Compress: Unlocking the Potential of Large Language Models for Text Representation

2025-11-21 · Yeqin Zhang, Yizheng Zhao, Chen Hu, Binxing Jiao, Daxin Jiang, Ruihang Miao, Cam-Tu Nguyen arxiv

Text representation plays a critical role in tasks like clustering, retrieval, and other downstream applications. With the emergence of large language models (LLMs), there is increasing interest in harnessing their capabilities for this purpose. However, most of the LLMs are inherently causal and optimized for next-token prediction, making them suboptimal for producing holistic representations. To address this, recent studies introduced pretext tasks to adapt LLMs for text representation. Most of these tasks, however, rely on token-level prediction objectives, such as the masked next-token prediction (MNTP) used in LLM2Vec. In this work, we explore the untapped potential of context compression as a pretext task for unsupervised adaptation of LLMs. During compression pre-training, the model learns to generate compact memory tokens, which substitute the whole context for downstream sequence prediction. Experiments demonstrate that a well-designed compression objective can significantly enhance LLM-based text representations, outperforming models trained with token-level pretext tasks. Further improvements through contrastive learning produce a strong representation model (LLM2Comp) that outperforms contemporary LLM-based text encoders on a wide range of tasks while being more sample-efficient, requiring significantly less training data. Code is available at https://github.com/longtaizi13579/LLM2Comp.

📄 PDF Abstract BibTeX arXiv:2511.17129

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Unlocking Tokens as Data Points for Generalization Bounds on Larger Language Models

2024-07-25 · Sanae Lotfi, Yilun Kuang, Brandon Amos, Micah Goldblum 외

Large language models (LLMs) with billions of parameters excel at predicting the next token in a sequence. Recent work computes non-vacuous compression-based generalization bounds for LLMs, but these bounds are vacuous f…

Generalization BoundsQuantization

Goal-Directed Search Outperforms Goal-Agnostic Memory Compression in Long-Context Memory Tasks

2025-11-20 · Yicong Zheng, Kevin L. McKee, Thomas Miconi, Zacharie Bugaud 외 arxiv

How to enable human-like long-term memory in large language models (LLMs) has been a central question for unlocking more general capabilities such as few-shot generalization. Existing memory frameworks and benchmarks foc…

Reinforcement Learning

Unlocking the Potential of Large Language Models in the Nuclear Industry with Synthetic Data

2025-06-10 · Muhammad Anwar, Daniel Lau, Mishca de Costa, Issam Hammad

The nuclear industry possesses a wealth of valuable information locked away in unstructured text data. This data, however, is not readily usable for advanced Large Language Model (LLM) applications that require clean, st…

Decision MakingInformation RetrievalLanguage ModelingLanguage Modelling+2

Data-freeWeight Compress and Denoise for Large Language Models

2024-02-26 · Runyu Peng, Yunhua Zhou, Qipeng Guo, Yang Gao 외

Large Language Models (LLMs) are reshaping the research landscape in artificial intelligence, particularly as model parameters scale up significantly, unlocking remarkable capabilities across various domains. Nevertheles…

GPUQuantization

LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs

2026-05-17 · Jihwan Kim, Nikhil Parthasarathy, Danfeng Qin, Junhwa Hur 외 arxiv

The fundamental challenge in scaling Video Large Language Models (Video LLMs) to long-form video lies in managing the explosion of visual-token context length. Existing strategies predominantly focus on "post-hoc" token …