Papers by Junyoung Park
Hyper-BTS Dataset: Scalability and Enhanced Analysis of Back TranScription (BTS) for ASR Post-Processing (2024.findings-eacl)
Copied to clipboard
Chanjun Park, Jaehyung Seo, Seolhwa Lee, Junyoung Son, Hyeonseok Moon, Sugyeong Eo, Chanhee Lee, Heuiseok Lim
| Challenge: | Automatic Speech Recognition (ASR) post-processing requires substantial amounts of data, requiring expensive phonetic transcription experts. |
| Approach: | They propose a "Hyper-BTS" dataset that is five times larger than prior studies . they propose criteria for categorizing error types within ASR post-processing . |
| Outcome: | The proposed method can generate ASR inputs from clean text using a text-to-speech system. |
Retrieval-Augmented Generation with Estimation of Source Reliability (2025.emnlp-main)
Copied to clipboard
| Challenge: | Retrieval-Augmented Generation (RAG) is an effective approach to enhance the factual accuracy of large language models (LLMs). |
| Approach: | They propose a multi-source RAG framework that estimates the reliability of sources and prioritizes highly reliable and relevant documents. |
| Outcome: | The proposed framework outperforms baselines in scenarios with heterogeneous source reliability while scaling efficiently as the number of sources increases. |
Towards Efficient Visual-Language Alignment of the Q-Former for Visual Reasoning Tasks (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Pre-trained large language models can be fine-tuned with instruction tuning to align the model responses with human intentions. |
| Approach: | They investigate the effectiveness of parameter efficient fine-tuning (PEFT) of the Q-Former with visual reasoning benchmarks ScienceQA and IconQA. |
| Outcome: | The proposed model achieves comparable performance to full fine-tuning using under 2% of the trainable parameters. |
LCIRC: A Recurrent Compression Approach for Efficient Long-form Context and Query Dependent Modeling in LLMs (2025.naacl-long)
Copied to clipboard
| Challenge: | Large language models excel in generating coherent and contextually rich outputs, but their capacity to handle long-form contexts is limited by fixed-length position embeddings. |
| Approach: | They propose a method that enables the efficient processing long-form sequences beyond the model’s length limit through recurrent compression without retraining the entire model. |
| Outcome: | The proposed method significantly improves LLM’s ability to manage extended contexts, making it well-suited for tasks that require both comprehensive context understanding and query relevance. |
Safeguarding Privacy of Retrieval Data against Membership Inference Attacks: Is This Query Too Close to Home? (2025.findings-emnlp)
Copied to clipboard
| Challenge: | delivering private retrieved documents directly to LLMs introduces vulnerability to membership inference attacks . |
| Approach: | They propose a similarity-based membership inference attack detection framework for RAG . they propose obfuscate attackers, maintain data utility, and remain system-agnostic . |
| Outcome: | The proposed framework can detect and hide membership inference attacks, while remaining system-agnostic against them. |
Empowering Retrieval-based Conversational Recommendation with Contrasting User Preferences (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing CRSs assume positive and negative user preferences, but assume that the entities in the dialogue history are positive. |
| Approach: | They propose a conversational recommender model that captures user sentiments and uses the reasoning capacity of the LLMs to extract user's hidden preferences. |
| Outcome: | The proposed model outperforms existing methods in three benchmark datasets, improving up to 99.72% in Recall@10. |
From Ambiguity to Accuracy: The Transformative Effect of Coreference Resolution on Retrieval-Augmented Generation systems (2025.acl-srw)
Copied to clipboard
| Challenge: | Retrieval-augmented generation (RAG) is a key framework in natural language processing . however, the effectiveness of RAG is often hindered by coreferential complexity in retrieved documents . |
| Approach: | They investigate how entity coreference affects document retrieval and generative performance in RAG-based systems. |
| Outcome: | The proposed model improves QA performance and retrieval relevance and contextual understanding. |