← Search

Dongyoung Go

6 accepted papers

2026

Learning from Synthetic Data Improves Multi-hop Reasoning

ICLR 2026poster

Reinforcement Learning (RL) has been shown to significantly boost reasoning capabilities of large language models (LLMs) in math, coding, and multi-hop reasoning tasks. However, RL fine-tuning requires abundant high-quality verifiable data, often obtained through human-annotated datasets and LLM-as-…

Cited by 0SourcecodeScholar
2026

Pre-training Limited Memory Language Models with Internal and External Knowledge

ICLR 2026poster

Neural language models are black-boxes--both linguistic patterns and factual knowledge are distributed across billions of opaque parameters. This entangled encoding makes it difficult to reliably inspect, verify, or update specific facts. We introduce Limited Memory Language Models (LMLM), a new cla…

Cited by 0SourcecodeScholar
2026

Self-Augmenting Retrieval for Diffusion Language Models

ICML 2026poster

Diffusion language models offer fast, parallel decoding via non-autoregressive generation and uncertainty-aware denoising, yet these properties remain underexplored for retrieval. We propose *Self-Augmenting Retrieval for Diffusion Language Models*, a dynamic framework that uses intermediate diffusi…

Cited by 0SourceScholar
2026

The CoT Encyclopedia: Analyzing, Predicting, and Controlling how a Reasoning Model will Think

ICLR 2026poster

Long chain-of-thought (CoT) is an essential ingredient in effective usage of modern large language models, but our understanding of the reasoning strategies underlying these capabilities remains limited. While some prior works have attempted to categorize CoTs using predefined strategy types, such a…

Cited by 0SourceScholar
2024

Compositional Preference Models for Aligning LMs

ICLR 2024poster

As language models (LMs) become more capable, it is increasingly important to align them with human preferences. However, the dominant paradigm for training Preference Models (PMs) for that purpose suffers from fundamental limitations, such as lack of transparency and scalability, along with suscept…

2023

Aligning Language Models with Preferences through $f$-divergence Minimization

ICML 2023poster

Aligning language models with preferences can be posed as approximating a target distribution representing some desired behavior. Existing approaches differ both in the functional form of the target distribution and the algorithm used to approximate it. For instance, Reinforcement Learning from Huma…