← Search

Cole Hawkins

3 accepted papers

2025

Sequence-level Large Language Model Training with Contrastive Preference Optimization

NAACL 2025findings

The next token prediction loss is the dominant self-supervised training objective for large language models and has achieved promising results in a variety of downstream tasks. However, upon closer investigation of this objective, we find that it lacks an understanding of sequence-level signals, lea…

Cited by 0SourcePDFScholar
2023

Efficient Long-Range Transformers: You Need to Attend More, but Not Necessarily at Every Layer

EMNLP 2023long findings

Pretrained transformer models have demonstrated remarkable performance across various natural language processing tasks. These models leverage the attention mechanism to capture long- and short-range dependencies in the sequence. However, the (full) attention mechanism incurs high computational cost…

Cited by 0SourceScholar
2023

VCC: Scaling Transformers to 128K Tokens or More by Prioritizing Important Tokens

NeurIPS 2023poster

Transformers are central in modern natural language processing and computer vision applications. Despite recent works devoted to reducing the quadratic cost of such models with respect to sequence length, dealing with ultra long sequences (e.g., $>$16K tokens) remains challenging. Applications such…