← Search

Yeongbin Seo

3 accepted papers

2026

Prior-based Noisy Text Data Filtering: Fast and Strong Alternative For Perplexity

ICLR 2026poster

As large language models (LLMs) are pretrained on massive web corpora, careful selection of data becomes essential to ensure effective and efficient learning. While perplexity (PPL)-based filtering has demonstrated strong performance, it suffers from drawbacks: substantial time costs and inherent un…

Cited by 0SourcecodeScholar
2025

Fast and Fluent Diffusion Language Models via Convolutional Decoding and Rejective Fine-tuning

NeurIPS 2025spotlight

Autoregressive (AR) language models generate text one token at a time, which limits their inference speed. Diffusion-based language models offer a promising alternative, as they can decode multiple tokens in parallel. However, we identify a key bottleneck in current diffusion LMs: the \textbf{long d…

Cited by 0SourcecodeScholar
2024

Train-Attention: Meta-Learning Where to Focus in Continual Knowledge Learning

NeurIPS 2024poster

Previous studies on continual knowledge learning (CKL) in large language models (LLMs) have predominantly focused on approaches such as regularization, architectural modifications, and rehearsal techniques to mitigate catastrophic forgetting. However, these methods naively inherit the inefficiencies…