← Search

Youngjune Gwon

8 accepted papers

2026

Understanding LoRA as Knowledge Memory: An Empirical Analysis

ICML 2026poster

Continuous knowledge updating for pre-trained large language models (LLMs) is increasingly necessary yet remains challenging. Although inference-time methods like In-Context Learning (ICL) and Retrieval-Augmented Generation (RAG) are popular, they face constraints in context budgets, costs, and retr…

Cited by 0SourceScholar
2025

Correcting Negative Bias in Large Language Models through Negative Attention Score Alignment

NAACL 2025long

A binary decision task, like yes-no questions or answer verification, reflects a significant real-world scenario such as where users look for confirmation about the correctness of their decisions on specific issues. In this work, we observe that language models exhibit a negative bias in the binary…

2023

Model Intrinsic Features of Fine-tuning based Text Summarization Models for Factual Consistency

ACL 2023findings

In this study, we analyze the model intrinsic features of a summarization model by varying the fine-tuning objectives and datasets. We fine-tune BART models combining three fine-tuning objectives (negative log-likelihood, unlikelihood, and contrastive loss) and two datasets (CNN/DailyMail and XSum)…

2022

Simulation-guided Beam Search for Neural Combinatorial Optimization

NeurIPS 2022accept

Neural approaches for combinatorial optimization (CO) equip a learning mechanism to discover powerful heuristics for solving complex real-world problems. While neural approaches capable of high-quality solutions in a single shot are emerging, state-of-the-art approaches are often unable to take full…

2021

ILVR: Conditioning Method for Denoising Diffusion Probabilistic Models

ICCV 2021poster

Denoising diffusion probabilistic models (DDPM) have shown remarkable performance in unconditional image generation. However, due to the stochasticity of the generative process in DDPM, it is challenging to generate images with the desired semantics. In this work, we propose Iterative Latent Variabl…

Cited by 805PDFcodeScholar
2021

Matrix encoding networks for neural combinatorial optimization

NeurIPS 2021poster

Machine Learning (ML) can help solve combinatorial optimization (CO) problems better. A popular approach is to use a neural net to compute on the parameters of a given CO problem and extract useful information that guides the search for good solutions. Many CO problems of practical importance can be…

2021

VaB-AL: Incorporating Class Imbalance and Difficulty With Variational Bayes for Active Learning

CVPR 2021poster

Active Learning for discriminative models has largely been studied with the focus on individual samples, with less emphasis on how classes are distributed or which classes are hard to deal with. In this work, we show that this is harmful. We propose a method based on the Bayes' rule, that can natura…

Cited by 57PDFScholar
2020

POMO: Policy Optimization with Multiple Optima for Reinforcement Learning

NeurIPS 2020poster

In neural combinatorial optimization (CO), reinforcement learning (RL) can turn a deep neural net into a fast, powerful heuristic solver of NP-hard problems. This approach has a great potential in practical applications because it allows near-optimal solutions to be found without expert guides armed…