← Search

Woohwan Jung

7 accepted papers

2025

Automatic Transmission for LLM Tiers: Optimizing Cost and Accuracy in Large Language Models

ACL 2025finding

LLM providers typically offer multiple LLM tiers, varying in performance and price. As NLP tasks become more complex and modularized, selecting the suitable LLM tier for each subtask is a key challenge to balance between cost and performance. To address the problem, we introduce LLM Automatic Transm…

2025

DP-FROST: Differentially Private Fine-tuning of Pre-trained Models with Freezing Model Parameters

COLING 2025main

Training models with differential privacy has received a lot of attentions since differential privacy provides theoretical guarantee of privacy preservation. For a task in a specific domain, since a large-scale pre-trained model in the same domain contains general knowledge of the task, using such a…

2025

Hierarchical Retrieval with Evidence Curation for Open-Domain Financial Question Answering on Standardized Documents

ACL 2025finding

Retrieval-augmented generation (RAG) based large language models (LLMs) are widely used in finance for their excellent performance on knowledge-intensive tasks. However, standardized documents (e.g., SEC filing) share similar formats such as repetitive boilerplate texts,and similar table structures.…

2024

Beyond Reference: Evaluating High Quality Translations Better than Human References

EMNLP 2024main

In Machine Translation (MT) evaluations, the conventional approach is to compare a translated sentence against its human-created reference sentence. MT metrics provide an absolute score (e.g., from 0 to 1) to a candidate sentence based on the similarity with the reference sentence. Thus, existing MT…

2023

Enhancing Low-resource Fine-grained Named Entity Recognition by Leveraging Coarse-grained Datasets

EMNLP 2023long main

Named Entity Recognition (NER) frequently suffers from the problem of insufficient labeled data, particularly in fine-grained NER scenarios. Although $K$-shot learning techniques can be applied, their performance tends to saturate when the number of annotations exceeds several tens of labels. To ov…

Cited by 0SourcecodeScholar
2023

Exploring the Impact of Corpus Diversity on Financial Pretrained Language Models

EMNLP 2023short findings

Over the past few years, various domain-specific pretrained language models (PLMs) have been proposed and have outperformed general-domain PLMs in specialized areas such as biomedical, scientific, and clinical domains. In addition, financial PLMs have been studied because of the high economic impact…

Cited by 0SourcecodeScholar
2020

Dual Supervision Framework for Relation Extraction with Distant Supervision and Human Annotation

COLING 2020main

Relation extraction (RE) has been extensively studied due to its importance in real-world applications such as knowledge base construction and question answering. Most of the existing works train the models on either distantly supervised data or human-annotated data. To take advantage of the high ac…