← Search

Jason E Weston

27 accepted papers

2026

Hybrid Reinforcement: when reward is sparse, better to be dense

ICLR 2026poster

Post-training for reasoning in large language models has increasingly relied on verifiable rewards: deterministic checkers that provide $0$–$1$ correctness signals. While reliable, such binary feedback is brittle—many tasks admit partially correct or alternative answers that verifiers under-credit,…

Cited by 0SourceScholar
2026

J1: Incentivizing Thinking in LLM-as-a-Judge via Reinforcement Learning

ICLR 2026poster

The progress of AI is bottlenecked by the quality of evaluation, making powerful LLM-as-a-Judge models a core solution. The efficacy of these judges depends on their chain-of-thought reasoning, creating a critical need for methods that can effectively optimize this reasoning process. In this work, w…

Cited by 0SourceScholar
2026

LLM Pretraining with Continuous Concepts

ICLR 2026poster

Next token prediction has been the standard training objective used in large language model pretraining. Representations are learned as a result of optimizing for token-level perplexity. We propose Continuous Concept Mixing (CoCoMix), a novel pretraining framework that combines discrete next token p…

Cited by 0SourcecodeScholar
2026

OptimalThinkingBench: Evaluating Over and Underthinking in LLMs

ICLR 2026poster

Thinking LLMs solve complex tasks at the expense of increased compute and overthinking on simpler problems, while non-thinking LLMs are faster and cheaper but underthink on harder reasoning problems. This has led to the development of separate thinking and non-thinking LLM variants, leaving the onus…

Cited by 0SourcecodeScholar
2026

RESTRAIN: From Spurious Votes to Signals — Self-Training RL with Self-Penalization

ICLR 2026poster

Reinforcement learning with human-annotated data has boosted chain-of-thought reasoning in large reasoning models, but these gains come at high costs in labeled data while faltering on harder tasks. A natural next step is experience-driven learning, where models improve without curated labels by ada…

Cited by 0SourceScholar
2026

The Alignment Waltz: Jointly Training Agents to Collaborate for Safety

ICLR 2026poster

Harnessing the power of LLMs requires a delicate dance between being helpful and harmless, leading to two critical challenges: vulnerability to adversarial attacks that elicit unsafe content, and a tendency for overrefusal on benign but sensitive prompts. Current approaches often navigate this dance…

Cited by 0SourceScholar
2025

Backtracking Improves Generation Safety

ICLR 2025oral

Text generation has a fundamental limitation almost by definition: there is no taking back tokens that have been generated, even when they are clearly problematic. In the context of language model safety, when a partial unsafe generation is produced, language models by their nature tend to happily k…

Cited by 14SourcePDFScholar
2025

Byte Latent Transformer: Patches Scale Better Than Tokens

ACL 2025long

We introduce the Byte Latent Transformer (BLT), a new byte-level LLM architecture that, for the first time, matches tokenization-based LLM performance at scale with significant improvements in inference efficiency and robustness. BLT encodes bytes into dynamically sized patches, which serve as the p…

2025

Following Length Constraints in Instructions

EMNLP 2025

Aligned instruction following models can better fulfill user requests than their unaligned counterparts. However, it has been shown that there is a length bias in evaluation of such models, and that training algorithms tend to exploit this bias by learning longer responses. In this work we show how

2025

Learning to Plan & Reason for Evaluation with Thinking-LLM-as-a-Judge

ICML 2025poster

LLM-as-a-Judge models generate chain-of-thought (CoT) sequences intended to capture the step-by-step reasoning process that underlies the final evaluation of a response. However, due to the lack of human-annotated CoTs for evaluation, the required components and structure of effective reasoning trac…

Cited by 13SourcePDFScholar
2025

Meta CLIP 2: A Worldwide Scaling Recipe

NeurIPS 2025spotlight

Contrastive Language-Image Pretraining (CLIP) is a popular foundation model, supporting from zero-shot classification, retrieval to encoders for multimodal large language models (MLLMs). Although CLIP is successfully trained on billion-scale image-text pairs from the English world, scaling CLIP's tr…

Cited by 0SourcecodeScholar
2025

Meta-Rewarding Language Models: Self-Improving Alignment with LLM-as-a-Meta-Judge

EMNLP 2025

Large Language Models (LLMs) are rapidly surpassing human knowledge in many domains. While improving these models traditionally relies on costly human data, recent self-rewarding mechanisms have shown that LLMs can improve by judging their own responses instead of relying on human labelers. However,

Cited by 0SourcePDFScholar
2025

NaturalReasoning: Reasoning in the Wild with 2.8M Challenging Questions

NeurIPS 2025poster

Scaling reasoning capabilities beyond traditional domains such as math and coding is hindered by the lack of diverse and high-quality questions. To overcome this limitation, we introduce a scalable approach for generating diverse and challenging reasoning questions, accompanied by reference answers.…

Cited by 0SourceScholar
2025

R.I.P.: Better Models by Survival of the Fittest Prompts

ICML 2025poster

Training data quality is one of the most important drivers of final model quality. In this work, we introduce a method for evaluating data integrity based on the assumption that low-quality input prompts result in high variance and low quality responses. This is achieved by measuring the rejected re…

Cited by 1SourcePDFScholar
2025

Self-Consistency Preference Optimization

ICML 2025poster

Self-alignment, whereby models learn to improve themselves without human annotation, is a rapidly growing research area. However, existing techniques often fail to improve complex reasoning tasks due to the difficulty of assigning correct rewards. An orthogonal approach that is known to improve corr…

Cited by 9SourcePDFScholar
2025

Thinking LLMs: General Instruction Following with Thought Generation

ICML 2025poster

LLMs are typically trained to answer user questions or follow instructions similarly to how human experts respond. However, in the standard alignment framework they lack the basic ability of explicit thinking before answering. Thinking is important for complex questions that require reasoning and pl…

Cited by 16SourcePDFScholar
2024

Better Alignment with Instruction Back-and-Forth Translation

EMNLP 2024finding

We propose a new method, instruction back-and-forth translation, to improve the quality of instruction-tuning data used for aligning large language models (LLMs). Given preprocessed texts from an initial web corpus (e.g. Dolma (Soldaini et al., 2024)), we generate synthetic instructions using the ba…

2024

Iterative Reasoning Preference Optimization

NeurIPS 2024poster

Iterative preference optimization methods have recently been shown to perform well for general instruction tuning tasks, but typically make little improvement on reasoning tasks. In this work we develop an iterative approach that optimizes the preference between competing generated Chain-of-Thought…

Cited by 136SourcePDFScholar
2024

Self-Alignment with Instruction Backtranslation

ICLR 2024oral

We present a scalable method to build a high quality instruction following language model by automatically labelling human-written text with corresponding instructions. Our approach, named instruction backtranslation, starts with a language model finetuned on a small amount of seed data, and a given…

Cited by 230SourcePDFScholar
2024

Self-Rewarding Language Models

ICML 2024poster

We posit that to achieve superhuman agents, future models require superhuman feedback in order to provide an adequate training signal. Current approaches commonly train reward models from human preferences, which may then be bottlenecked by human performance level, and secondly these reward models r…

Cited by 0SourcePDFScholar
2024

TOOLVERIFIER: Generalization to New Tools via Self-Verification

EMNLP 2024finding

Teaching language models to use tools is an important milestone towards building general assistants, but remains an open problem. While there has been significant progress on learning to use specific tools via fine-tuning, language models still struggle with learning how to robustly use new tools fr…

2023

Learning to Reason and Memorize with Self-Notes

NeurIPS 2023poster

Large language models have been shown to struggle with multi-step reasoning, and do not retain previous reasoning steps for future use. We propose a simple method for solving both of these problems by allowing the model to take Self-Notes. Unlike recent chain-of-thought or scratchpad approaches, the…

2022

Staircase Attention for Recurrent Processing of Sequences

NeurIPS 2022accept

Attention mechanisms have become a standard tool for sequence modeling tasks, in particular by stacking self-attention layers over the entire input sequence as in the Transformer architecture. In this work we introduce a novel attention procedure called staircase attention that, unlike self-attentio…

Cited by 16SourcePDFScholar
2016

Dialog-based Language Learning

NeurIPS 2016poster

A long-term goal of machine learning research is to build an intelligent dialog agent. Most research in natural language understanding has focused on learning from fixed training sets of labeled data, with supervision either at the word level (tagging, parsing tasks) or sentence level (question answ…

Cited by 158SourcePDFScholar