← Search

Seungone Kim

28 accepted papers

2026

Does Math Reasoning Improve General LLM Capabilities? Understanding Transferability of LLM Reasoning

ICML 2026poster

Math reasoning has become the poster child of progress in large language models (LLMs), with new models rapidly surpassing human-level performance on benchmarks like MATH and AIME. But as math leaderboards improve week by week, it is worth asking: do these gains reflect broader problem-solving abili…

Cited by 0SourceScholar
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

RefineBench: Evaluating Refinement Capability in Language Models

ICLR 2026poster

Can language models (LMs) self-refine their own responses? This question is increasingly relevant as more than 10% of real-world user interactions involve refinement requests (see Appendix G). Yet prior studies have largely tested LMs on verifiable tasks such as competition math or symbolic reasonin…

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
2026

VideoJudge: Bootstrapping Enables Scalable Supervision of MLLM-as-a-Judge for Video Understanding

ICLR 2026poster

Precisely evaluating video understanding models remains challenging: commonly used metrics such as BLEU, ROUGE, and BERTScore fail to capture the fineness of human judgment, while obtaining such judgments through manual evaluation is costly. Recent work has explored using large language models (LLMs…

Cited by 0SourceScholar
2025

Better Instruction-Following Through Minimum Bayes Risk

ICLR 2025spotlight

General-purpose LLM judges capable of human-level evaluation provide not only a scalable and accurate way of evaluating instruction-following LLMs but also new avenues for supervising and improving their performance. One promising way of leveraging LLM judges for supervision is through Minimum Bayes…

Cited by 5SourcePDFScholar
2025

Bridging the Data Provenance Gap Across Text, Speech, and Video

ICLR 2025poster

Progress in AI is driven largely by the scale and quality of training data. Despite this, there is a deficit of empirical analysis examining the attributes of well-established datasets beyond text. In this work we conduct the largest and first-of-its-kind longitudinal audit across modalities --- pop…

Cited by 1SourcePDFScholar
2025

Evaluating Language Models as Synthetic Data Generators

ACL 2025long

Given the increasing use of synthetic data in language model (LM) post-training, an LM’s ability to generate high-quality data has become nearly as crucial as its ability to solve problems directly. While prior works have focused on developing effective data generation methods, they lack systematic…

2025

KMMLU: Measuring Massive Multitask Language Understanding in Korean

NAACL 2025long

We propose KMMLU, a Korean benchmark with 35,030 expert-level multiple-choice questions across 45 subjects ranging from humanities to STEM. While prior Korean evaluation tools heavily rely on translated versions of existing English benchmarks, KMMLU is collected from original Korean exams, thereby c…

2025

LLM-as-an-Interviewer: Beyond Static Testing Through Dynamic LLM Evaluation

ACL 2025finding

We introduce LLM-as-an-Interviewer, a novel paradigm for evaluating large language models (LLMs). This approach leverages multi-turn interactions where the LLM interviewer actively provides feedback on responses and poses follow-up questions to the evaluated LLM. At the start of the interview, the L…

2025

Measuring Sycophancy of Language Models in Multi-turn Dialogues

EMNLP 2025

Large Language Models (LLMs) are expected to provide helpful and harmless responses, yet they often exhibit sycophancy —conforming to user beliefs regardless of factual accuracy or ethical soundness. Prior research on sycophancy has primarily focused on single-turn factual correctness, overlooking t

2025

Pangea: A Fully Open Multilingual Multimodal LLM for 39 Languages

ICLR 2025poster

Despite recent advances in multimodal large language models (MLLMs), their development has predominantly focused on English- and western-centric datasets and tasks, leaving most of the world's languages and diverse cultural contexts underrepresented. This paper introduces PANGEA, a multilingual mu…

Cited by 14SourcePDFScholar
2025

Reasoning Models Better Express Their Confidence

NeurIPS 2025poster

Despite their strengths, large language models (LLMs) often fail to communicate their confidence accurately, making it difficult to assess when they might be wrong and limiting their reliability. In this work, we demonstrate that reasoning models that engage in extended chain-of-thought (CoT) reason…

Cited by 0SourcecodeScholar
2025

The BiGGen Bench: A Principled Benchmark for Fine-grained Evaluation of Language Models with Language Models

NAACL 2025long

As language models (LMs) become capable of handling a wide range of tasks, their evaluation is becoming as challenging as their development. Most generation benchmarks currently assess LMs using abstract evaluation criteria-like helpfulness and harmlessness-which often lack the flexibility and granu…

2025

Web-Shepherd: Advancing PRMs for Reinforcing Web Agents

NeurIPS 2025spotlight

Web navigation is a unique domain that can automate many repetitive real-life tasks and is challenging as it requires long-horizon sequential decision making beyond typical multimodal large language model (MLLM) tasks. Yet, specialized reward models for web navigation that can be utilized during bot…

Cited by 0SourcecodeScholar
2024

Aligning to Thousands of Preferences via System Message Generalization

NeurIPS 2024poster

Although humans inherently have diverse values, current large language model (LLM) alignment methods often assume that aligning LLMs with the general public’s preferences is optimal. A major challenge in adopting a more individualized approach to LLM alignment is its lack of scalability, as it invol…

2024

Consent in Crisis: The Rapid Decline of the AI Data Commons

NeurIPS 2024poster

General-purpose artificial intelligence (AI) systems are built on massive swathes of public web data, assembled into corpora such as C4, RefinedWeb, and Dolma. To our knowledge, we conduct the first, large-scale, longitudinal audit of the consent protocols for the web domains underlying AI training…

Cited by 36SourceScholar
2024

FLASK: Fine-grained Language Model Evaluation based on Alignment Skill Sets

ICLR 2024spotlight

Evaluation of Large Language Models (LLMs) is challenging because instruction-following necessitates alignment with human values and the required set of skills varies depending on the instruction. However, previous studies have mainly focused on coarse-grained evaluation (i.e. overall preference-bas…

2024

LangBridge: Multilingual Reasoning Without Multilingual Supervision

ACL 2024long

We introduce LangBridge, a zero-shot approach to adapt language models for multilingual reasoning tasks without multilingual supervision. LangBridge operates by bridging two models, each specialized in different aspects: (1) one specialized in understanding multiple languages (e.g., mT5 encoder) and…

2024

Language Models as Compilers: Simulating Pseudocode Execution Improves Algorithmic Reasoning in Language Models

EMNLP 2024main

Algorithmic reasoning tasks that involve complex logical patterns, such as completing Dyck language, pose challenges for large language models (LLMs), despite their recent success. Prior work has used LLMs to generate programming language and applied external compilers for such tasks. Yet, when on t…

2024

Multi-Task Inference: Can Large Language Models Follow Multiple Instructions at Once?

ACL 2024long

Large language models (LLMs) are typically prompted to follow a single instruction per inference call. In this work, we analyze whether LLMs also hold the capability to handle multiple instructions simultaneously, denoted as Multi-Task Inference. For this purpose, we introduce the MTI Bench (Multi-T…

2024

Prometheus 2: An Open Source Language Model Specialized in Evaluating Other Language Models

EMNLP 2024main

Proprietary LMs such as GPT-4 are often employed to assess the quality of responses from various LMs. However, concerns including transparency, controllability, and affordability strongly motivate the development of open-source LMs specialized in evaluations. On the other hand, existing open evaluat…

2024

Prometheus-Vision: Vision-Language Model as a Judge for Fine-Grained Evaluation

ACL 2024findings

Assessing long-form responses generated by Vision-Language Models (VLMs) is challenging. It not only requires checking whether the VLM follows the given instruction but also verifying whether the text output is properly grounded on the given image. Inspired by the recent approach of evaluating LMs w…

2024

Prometheus: Inducing Fine-Grained Evaluation Capability in Language Models

ICLR 2024poster

Recently, GPT-4 has become the de facto evaluator for long-form text generated by large language models (LLMs). However, for practitioners and researchers with large and custom evaluation tasks, GPT-4 is unreliable due to its closed-source nature, uncontrolled versioning, and prohibitive costs. In t…

2024

Self-Explore: Enhancing Mathematical Reasoning in Language Models with Fine-grained Rewards

EMNLP 2024finding

Training on large amounts of rationales (i.e., CoT Fine-tuning) has been found effective for improving mathematical reasoning of large language models (LLMs). However, acquiring human-authored solutions or augmenting rationales from proprietary models is costly and not scalable. In this paper, we st…

2023

Exploring the Benefits of Training Expert Language Models over Instruction Tuning

ICML 2023poster

Recently, Language Models (LMs) instruction-tuned on multiple tasks, also known as multitask-prompted fine-tuning (MT), have shown capabilities to generalize to unseen tasks. Previous work has shown that scaling the number of finetuning datasets and instructions is the key component in making strong…

2023

The CoT Collection: Improving Zero-shot and Few-shot Learning of Language Models via Chain-of-Thought Fine-Tuning

EMNLP 2023long main

Language models (LMs) with less than 100B parameters are known to perform poorly on chain-of-thought (CoT) reasoning in contrast to large LMs when solving unseen tasks. In this work, we aim to equip smaller LMs with the step-by-step reasoning capability by instruction tuning with CoT rationales. In…

Cited by 0SourceScholar
2022

Mind the Gap! Injecting Commonsense Knowledge for Abstractive Dialogue Summarization

COLING 2022main

In this paper, we propose to leverage the unique characteristics of dialogues sharing commonsense knowledge across participants, to resolve the difficulties in summarizing them. We present SICK, a framework that uses commonsense inferences as additional context. Compared to previous work that solely…