← Search

Hojae Han

8 accepted papers

2025

ConvCodeWorld: Benchmarking Conversational Code Generation in Reproducible Feedback Environments

ICLR 2025poster

Large language models (LLMs) have proven invaluable for code generation, particularly in interactive settings. However, existing code generation benchmarks fail to capture the diverse feedback encountered in multi-turn interactions, limiting our ability to evaluate LLMs in these contexts. To address…

Cited by 0SourcePDFScholar
2025

PERC: Plan-As-Query Example Retrieval for Underrepresented Code Generation

COLING 2025main

Code generation with large language models has shown significant promise, especially when employing retrieval-augmented generation (RAG) with few-shot examples. However, selecting effective examples that enhance generation quality remains a challenging task, particularly when the target programming…

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…

2024

ArchCode: Incorporating Software Requirements in Code Generation with Large Language Models

ACL 2024long

This paper aims to extend the code generation capability of large language models (LLMs) to automatically manage comprehensive software requirements from given textual descriptions. Such requirements include both functional (i.e. achieving expected behavior for inputs) and non-functional (e.g., time…

2023

Intervention-Based Alignment of Code Search with Execution Feedback

EMNLP 2023long findings

One of the fundamental goals in code search is to retrieve a functionally correct code for a given natural language query. As annotating for correctness requires executing test cases (i.e. obtaining execution feedback), existing code search training datasets approximate text-code co-occurrences as…

Cited by 0SourceScholar
2022

C2L: Causally Contrastive Learning for Robust Text Classification

AAAI 2022technical

Despite the super-human accuracy of recent deep models in NLP tasks, their robustness is reportedly limited due to their reliance on spurious patterns. We thus aim to leverage contrastive learning and counterfactual augmentation for robustness. For augmentation, existing work either requires humans…

Cited by 49SourcePDFScholar
2022

ReACC: A Retrieval-Augmented Code Completion Framework

ACL 2022long

Code completion, which aims to predict the following code token(s) according to the code context, can improve the productivity of software development. Recent work has proved that statistical language modeling with transformers can greatly improve the performance in the code completion task via lear…

2022

Towards Compositional Generalization in Code Search

EMNLP 2022main

We study compositional generalization, which aims to generalize on unseen combinations of seen structural elements, for code search. Unlike existing approaches of partially pursuing this goal, we study how to extract structural elements, which we name a template that directly targets compositional g…