← Search

Badr Youbi Idrissi

4 accepted papers

2026

Beyond Multi-Token Prediction: Pretraining LLMs with Future Summaries

ICLR 2026poster

Next-token prediction (NTP) has driven the success of large language models (LLMs), but it struggles with long-horizon reasoning, planning, and creative writing, with these limitations largely attributed to teacher-forced training. Multi-token prediction (MTP) partially mitigates these issues by pre…

Cited by 0SourceScholar
2025

From Bytes to Ideas: Language Modeling with Autoregressive U-Nets

NeurIPS 2025poster

Tokenization imposes a fixed granularity on the input text, freezing how a language model operates on data and how far in the future it predicts. Byte Pair Encoding (BPE) and similar schemes split text once, build a static vocabulary, and leave the model stuck with that choice. We relax this rigidit…

Cited by 0SourcecodeScholar
2024

Better & Faster Large Language Models via Multi-token Prediction

ICML 2024poster

Large language models such as GPT and Llama are trained with a next-token prediction loss. In this work, we suggest that training language models to predict multiple future tokens at once results in higher sample efficiency. More specifically, at each position in the training corpus, we ask the mode…

Cited by 85SourcePDFScholar
2023

ImageNet-X: Understanding Model Mistakes with Factor of Variation Annotations

ICLR 2023top-25%

Deep learning vision systems are widely deployed across applications where reliability is critical. However, even today's best models can fail to recognize an object when its pose, lighting, or background varies. While existing benchmarks surface examples challenging for models, they do not explain…

Cited by 50SourcePDFScholar