← Search

Sainbayar Sukhbaatar

23 accepted papers

2025

Dualformer: Controllable Fast and Slow Thinking by Learning with Randomized Reasoning Traces

ICLR 2025poster

In cognition theory, human thinking is governed by two systems: the fast and intuitive System 1 and the slower but more deliberative System 2. Analogously, Large Language Models (LLMs) can operate in two reasoning modes: outputting only the solutions (\emph{fast mode}) or both the reasoning chain an…

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

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

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

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-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
2023

A Data Source for Reasoning Embodied Agents

AAAI 2023technical

Recent progress in using machine learning models for reasoning tasks has been driven by novel model architectures, large-scale pre-training protocols, and dedicated reasoning datasets for fine-tuning. In this work, to further pursue these advances, we introduce a new data generator for machine reas…

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…

2023

The CRINGE Loss: Learning what language not to model

ACL 2023long

Standard language model training employs gold human documents or human-human interaction data, and treats all training data as positive examples. Growing evidence shows that even with very large amounts of positive training data, issues remain that can be alleviated with relatively small amounts of…

Cited by 35SourcePDFScholar
2022

Learning Goal-Conditioned Policies Offline with Self-Supervised Reward Shaping

CoRL 2022poster

Developing agents that can execute multiple skills by learning from pre-collected datasets is an important problem in robotics, where online interaction with the environment is extremely time-consuming. Moreover, manually designing reward functions for every single desired skill is prohibitive. Prio…

Cited by 22SourcecodeScholar
2022

Memory-Augmented Reinforcement Learning for Image-Goal Navigation

IROS 2022poster

In this work, we present a memory-augmented approach for image-goal navigation. Earlier attempts, including RL-based and SLAM-based approaches have either shown poor generalization performance, or are heavily-reliant on pose/depth sensors. Our method is based on an attention-based end-to-end model t…

Cited by 88SourcecodeScholar
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
2022

Temporal abstractions-augmented temporally contrastive learning: An alternative to the Laplacian in RL

UAI 2022poster

In reinforcement learning, the graph Laplacian has proved to be a valuable tool in the task-agnostic setting, with applications ranging from skill discovery to reward shaping. Recently, learning the Laplacian representation has been framed as the optimization of a temporally-contrastive objective to…

Cited by 8SourcePDFScholar
2021

Not All Memories are Created Equal: Learning to Forget by Expiring

ICML 2021oral

Attention mechanisms have shown promising results in sequence modeling tasks that require long-term memory. Recent work investigated mechanisms to reduce the computational cost of preserving and storing memories. However, not all content in the past is equally important to remember. We propose Expir…

2019

Learning when to Communicate at Scale in Multiagent Cooperative and Competitive Tasks

ICLR 2019poster

Learning when to communicate and doing that effectively is essential in multi-agent tasks. Recent works show that continuous communication allows efficient training with back-propagation in multi-agent scenarios, but have been restricted to fully-cooperative tasks. In this paper, we present Individu…

2018

Intrinsic Motivation and Automatic Curricula via Asymmetric Self-Play

ICLR 2018poster

We describe a simple scheme that allows an agent to learn about its environment in an unsupervised manner. Our scheme pits two versions of the same agent, Alice and Bob, against one another. Alice proposes a task for Bob to complete; and then Bob attempts to complete the task. In this work we will…

Cited by 464SourcePDFScholar