← Search

Seongyun Lee

10 accepted papers

2026

Paper2Code: Automating Code Generation from Scientific Papers in Machine Learning

ICLR 2026poster

Despite the rapid growth of machine learning research, corresponding code implementations are often unavailable, making it slow and labor-intensive for researchers to reproduce results and build upon prior work. In the meantime, recent Large Language Models (LLMs) excel at understanding scientific d…

Cited by 0SourcecodeScholar
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
2025

Efficient Long Context Language Model Retrieval with Compression

ACL 2025long

Long Context Language Models (LCLMs) have emerged as a new paradigm to perform Information Retrieval (IR), which enables the direct ingestion and retrieval of information by processing an entire corpus in their single context, showcasing the potential to surpass traditional sparse and dense retrieva…

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

How Does Vision-Language Adaptation Impact the Safety of Vision Language Models?

ICLR 2025poster

Vision-Language adaptation (VL adaptation) transforms Large Language Models (LLMs) into Large Vision-Language Models (LVLMs) for multimodal tasks, but this process often compromises the inherent safety capabilities embedded in the original LLMs. Despite potential harmfulness due to weakened safety m…

Cited by 1SourcePDFScholar
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…

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

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

Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision

NAACL 2024long

Large multimodal models suffer from multimodal hallucination, where they provide incorrect responses misaligned with the given visual information. Recent works have conjectured that one of the reasons behind multimodal hallucination is due to the vision encoder failing to ground on the image properl…

2023

LIQUID: A Framework for List Question Answering Dataset Generation

AAAI 2023technical

Question answering (QA) models often rely on large-scale training datasets, which necessitates the development of a data generation framework to reduce the cost of manual annotations. Although several recent studies have aimed to generate synthetic questions with single-span answers, no study has be…