← Search

Joongwon Kim

4 accepted papers

2026

Prompt Curriculum Learning for Efficient LLM Post-Training

ICLR 2026poster

Reinforcement learning (RL) is widely used to post-train large language models for tasks such as mathematical reasoning and coding. However, the convergence of RL training remains sensitive to batching and prompt selection strategies. We investigate the factors that affect convergence, including bat…

Cited by 0SourceScholar
2025

A Systematic Examination of Preference Learning through the Lens of Instruction-Following

NAACL 2025long

In this work we systematically investigate how specific attributes of preference datasets affect the alignment and downstream performance of LLMs in instruction-following tasks. We use a novel synthetic data generation pipeline to generate 48,000 unique instruction-following prompts with combination…

2023

TaskWeb: Selecting Better Source Tasks for Multi-task NLP

EMNLP 2023long main

Recent work in NLP has shown promising results in training models on large amounts of tasks to achieve better generalization. However, it is not well-understood how tasks are related, and how helpful training tasks can be chosen for a new task. In this work, we investigate whether knowing task relat…

Cited by 0SourcecodeScholar
2021

BiSECT: Learning to Split and Rephrase Sentences with Bitexts

EMNLP 2021main

An important task in NLP applications such as sentence simplification is the ability to take a long, complex sentence and split it into shorter sentences, rephrasing as necessary. We introduce a novel dataset and a new model for this ‘split and rephrase’ task. Our BiSECT training data consists of 1…