← Search

Jun-gyu Jin

4 accepted papers

2025

AMQ: Enabling AutoML for Mixed-precision Weight-Only Quantization of Large Language Models

EMNLP 2025

To enable broader deployment of Large Language Models (LLMs), it is essential to identify the best-performing model under strict memory constraints. We present AMQ, Automated Mixed-Precision Weight-Only Quantization, a framework that assigns layer-wise quantization bit-widths to optimally balance mo

2025

PruneCD: Contrasting Pruned Self Model to Improve Decoding Factuality

EMNLP 2025

To mitigate the hallucination problem in large language models, DoLa exploits early exit logits from the same model as a contrastive prior. However, we found that these early exit logits tend to be flat, low in magnitude, and fail to reflect meaningful contrasts. To address this, we propose PruneCD,

2025

SEAL: Scaling to Emphasize Attention for Long-Context Retrieval

ACL 2025long

While many advanced LLMs are designed to handle long sequence data, we can still observe notable quality degradation even within the sequence limit. In this work, we introduce a novel approach called Scaling to Emphasize Attention for Long-context retrieval (SEAL), which enhances the retrieval perfo…

2024

QEFT: Quantization for Efficient Fine-Tuning of LLMs

EMNLP 2024finding

With the rapid growth in the use of fine-tuning for large language models (LLMs), optimizing fine-tuning while keeping inference efficient has become highly important. However, this is a challenging task as it requires improvements in all aspects, including inference speed, fine-tuning speed, memory…