← Search

Jongyoon Kim

4 accepted papers

2025

PLEX: Adaptive Parameter-Efficient Fine-Tuning for Code LLMs using Lottery-Tickets

NAACL 2025industry

Fine-tuning large language models (LLMs) for code generation is challenging due to computational costs and the underrepresentation of some programming languages (PLs) in pre-training. We propose PLEX, a lottery-ticket based parameter-efficient fine-tuning (PEFT) method that adapts LLMs to either wel…

2025

tRAG: Term-level Retrieval-Augmented Generation for Domain-Adaptive Retrieval

NAACL 2025long

Neural retrieval models have emerged as an effective tool for information retrieval, but their performance suffers when there is a domain shift between training and test data distributions. Recent work aims to construct pseudo-training data for the target domain by generating domain-adapted pseudo-q…

Cited by 0SourcePDFScholar
2024

DADA: Distribution-Aware Domain Adaptation of PLMs for Information Retrieval

ACL 2024findings

Pre-trained language models (PLMs) exhibit promise in retrieval tasks but struggle with out-of-domain data due to distribution shifts.Addressing this, generative domain adaptation (DA), known as GPL, tackles distribution shifts by generating pseudo queries and labels to train models for predicting q…

2024

QuBE: Question-based Belief Enhancement for Agentic LLM Reasoning

EMNLP 2024main

Despite advancements in Large Language Models (LLMs), many complex tasks are not easily solved in a single inference step, requiring the use of agentic LLMs in interactive environments. However, agentic LLMs suffer from a phenomenon known as reasoning derailment, due to the indiscriminate incorporat…