← Search

Janghoon Han

9 accepted papers

2026

DEER: A Benchmark for Evaluating Deep Research Agents on Expert Report Generation

ICML 2026poster

Recent advances in large language models have enabled deep research systems that generate expert-level reports through multi-step reasoning and evidence-based synthesis. However, evaluating such reports remains challenging: report quality is multifaceted, making it difficult to determine what to ass…

Cited by 0SourceScholar
2025

KL Penalty Control via Perturbation for Direct Preference Optimization

NeurIPS 2025poster

Direct Preference Optimization (DPO) demonstrates the advantage of aligning a large language model with human preference using only an offline dataset. However, DPO has the limitation that the KL penalty, which prevents excessive deviation from the reference model, is static throughout the training…

Cited by 0SourcecodeScholar
2024

Deep Exploration of Cross-Lingual Zero-Shot Generalization in Instruction Tuning

ACL 2024findings

Instruction tuning has emerged as a powerful technique, significantly boosting zero-shot performance on unseen tasks. While recent work has explored cross-lingual generalization by applying instruction tuning to multilingual models, previous studies have primarily focused on English, with a limited…

2024

Instruction Matters: A Simple yet Effective Task Selection for Optimized Instruction Tuning of Specific Tasks

EMNLP 2024main

Instruction tuning has been proven effective in enhancing zero-shot generalization across various tasks and in improving the performance of specific tasks. For task-specific improvements, strategically selecting and training on related tasks that provide meaningful supervision is crucial, as this ap…

2023

BREAK: Breaking the Dialogue State Tracking Barrier with Beam Search and Re-ranking

ACL 2023long

Despite the recent advances in dialogue state tracking (DST), the joint goal accuracy (JGA) of the existing methods on MultiWOZ 2.1 still remains merely 60%. In our preliminary error analysis, we find that beam search produces a pool of candidates that is likely to include the correct dialogue state…

2023

Local Temperature Beam Search: Avoid Neural Text DeGeneration via Enhanced Calibration

ACL 2023findings

Previous studies have constantly observed that a language model repeats itself, creating repetitions in an output sequence. To cope with the issue, stochastic decoding schemes have been the de facto approaches; the strategies add randomness in inference, hence avoiding the “self-loop”. However, the…

Cited by 2SourcePDFScholar
2022

TemporalWiki: A Lifelong Benchmark for Training and Evaluating Ever-Evolving Language Models

EMNLP 2022main

Language Models (LMs) become outdated as the world changes; they often fail to perform tasks requiring recent factual information which was absent or different during training, a phenomenon called temporal misalignment. This is especially a challenging problem because the research community still la…

2022

Towards Continual Knowledge Learning of Language Models

ICLR 2022poster

Large Language Models (LMs) are known to encode world knowledge in their parameters as they pretrain on a vast amount of web corpus, which is often utilized for performing knowledge-dependent downstream tasks such as question answering, fact-checking, and open dialogue. In real-world scenarios, the…

Cited by 165SourcePDFScholar
2021

Fine-grained Post-training for Improving Retrieval-based Dialogue Systems

NAACL 2021long

Retrieval-based dialogue systems display an outstanding performance when pre-trained language models are used, which includes bidirectional encoder representations from transformers (BERT). During the multi-turn response selection, BERT focuses on training the relationship between the context with m…