← Search

David Samuel

9 accepted papers

2026

Dual Language Models: Balancing sample-efficiency and overfitting resilience

ICLR 2026poster

This paper combines autoregressive and masked-diffusion training objectives without any architectural modifications, resulting in flexible models that outperform the standard single-objective models in both settings. Autoregressive language modeling has been a popular approach, partly because of its…

Cited by 0SourceScholar
2026

Fluent Alignment with Disfluent Judges: Post-training for lower-resource languages

ICLR 2026poster

We propose a post-training method for lower-resource languages that preserves fluency of language models even when aligned by disfluent reward models. Preference-optimization is now a well-researched topic, but previous work has mostly addressed models for English and Chinese. Lower-resource languag…

Cited by 0SourcecodeScholar
2025

An Expanded Massive Multilingual Dataset for High-Performance Language Technologies (HPLT)

ACL 2025long

Training state-of-the-art large language models requires vast amounts of clean and diverse textual data. However, building suitable multilingual datasets remains a challenge. In this work, we present HPLT v2, a collection of high-quality multilingual monolingual and parallel corpora, extending prior…

2025

NorEval: A Norwegian Language Understanding and Generation Evaluation Benchmark

ACL 2025finding

This paper introduces NorEval, a new and comprehensive evaluation suite for large-scale standardized benchmarking of Norwegian generative language models (LMs). NorEval consists of 24 high-quality human-created datasets – of which five are created from scratch. In contrast to existing benchmarks for…

2024

More room for language: Investigating the effect of retrieval on language models

NAACL 2024short

Retrieval-augmented language models pose a promising alternative to standard language modeling. During pretraining, these models search in a corpus of documents for contextually relevant information that could aid the language modeling objective. We introduce an ‘ideal retrieval’ methodology to stud…

2022

Direct parsing to sentiment graphs

ACL 2022short

This paper demonstrates how a graph-based semantic parser can be applied to the task of structured sentiment analysis, directly predicting sentiment graphs from text. We advance the state of the art on 4 out of 5 standard benchmark sets. We release the source code, models and predictions.