← Search

Chaochen Gao

10 accepted papers

2026

EntropyLong: Effective Long-Context Training via Predictive Uncertainty

ICLR 2026poster

Training long-context language models to capture long-range dependencies requires specialized data construction. Current approaches, such as generic text concatenation or heuristic-based variants, frequently fail to guarantee genuine long-range dependencies. We propose \textbf{EntropyLong}, a novel…

Cited by 0SourceScholar
2026

LiteLong: Resource-Efficient Long-Context Data Synthesis for LLMs

AAAI 2026technical

High-quality long-context data is essential for training large language models (LLMs) capable of processing extensive documents, yet existing synthesis approaches using relevance-based aggregation face challenges of computational efficiency. We present LiteLong, a resource-efficient method for synth

Cited by 0SourcePDFScholar
2025

LongMagpie: A Self-synthesis Method for Generating Large-scale Long-context Instructions

NeurIPS 2025poster

High-quality long-context instruction data is essential for aligning long-context large language models (LLMs). Despite the public release of models like Qwen and Llama, their long-context instruction data remains proprietary. Human annotation is costly and challenging, while template-based synthesi…

Cited by 0SourceScholar
2025

NExtLong: Toward Effective Long-Context Training without Long Documents

ICML 2025poster

Large language models (LLMs) with extended context windows have made significant strides yet remain a challenge due to the scarcity of long documents. Existing methods tend to synthesize long-context data but lack a clear mechanism to reinforce the long-range dependency modeling. To address this lim…

2025

Quest: Query-centric Data Synthesis Approach for Long-context Scaling of Large Language Model

ICLR 2025poster

Recent advancements in large language models (LLMs) have highlighted the importance of extending context lengths for handling complex tasks. While traditional methods for training on long contexts often use filtered long documents, these approaches lead to domain imbalances, limiting model performan…

Cited by 7SourcePDFScholar
2022

ESimCSE: Enhanced Sample Building Method for Contrastive Learning of Unsupervised Sentence Embedding

COLING 2022main

Contrastive learning has been attracting much attention for learning unsupervised sentence embeddings. The current state-of-the-art unsupervised method is the unsupervised SimCSE (unsup-SimCSE). Unsup-SimCSE takes dropout as a minimal data augmentation method, and passes the same input sentence to a…

2022

InfoCSE: Information-aggregated Contrastive Learning of Sentence Embeddings

EMNLP 2022finding

Contrastive learning has been extensively studied in sentence embedding learning, which assumes that the embeddings of different views of the same sentence are closer. The constraint brought by this assumption is weak, and a good sentence representation should also be able to reconstruct the origina…

2022

RaP: Redundancy-aware Video-language Pre-training for Text-Video Retrieval

EMNLP 2022finding

Video language pre-training methods have mainly adopted sparse sampling techniques to alleviate the temporal redundancy of videos. Though effective, sparse sampling still suffers inter-modal redundancy: visual redundancy and textual redundancy. Compared with highly generalized text, sparsely sampled…

2022

Smoothed Contrastive Learning for Unsupervised Sentence Embedding

COLING 2022main

Unsupervised contrastive sentence embedding models, e.g., unsupervised SimCSE, use the InfoNCE loss function in training. Theoretically, we expect to use larger batches to get more adequate comparisons among samples and avoid overfitting. However, increasing batch size leads to performance degradati…

2022

Text Smoothing: Enhance Various Data Augmentation Methods on Text Classification Tasks

ACL 2022short

Before entering the neural network, a token needs to be converted to its one-hot representation, which is a discrete distribution of the vocabulary. Smoothed representation is the probability of candidate tokens obtained from the pre-trained masked language model, which can be seen as a more informa…