Papers by Jaewoo Park

19 papers
FaVIQ: FAct Verification from Information-seeking Questions (2022.acl-long)

Copied to clipboard

Challenge: Existing fact verification datasets with crowdsourced claims introduce subtle biases that are difficult to control for.
Approach: They construct a large-scale fact verification dataset with ambiguous questions . they use a corpus of 188k claims to construct false and true claims .
Outcome: The proposed dataset outperforms models trained on the dataset FEVER or in-domain data by up to 17% absolute.
Outlier-Safe Pre-Training for Robust 4-Bit Quantization of Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Quantization is a practical solution for deploying Large Language Models in resource-constrained environments.
Approach: They propose an outlier-safe pre-training approach that prevents outlier formation . they validate a 1.4B-parameter model on 1 trillion tokens with no outliers .
Outcome: The proposed model achieves a 35.7 average score on 1 trillion tokens with 2% training overhead.
Rationale-Guided Retrieval Augmented Generation for Medical Question Answering (2025.naacl-long)

Copied to clipboard

Challenge: Large language models (LLMs) struggle with hallucinations and outdated knowledge.
Approach: They propose a retrieval-augmented generation framework for enhancing the reliability of RAG in biomedical contexts.
Outcome: The proposed framework outperforms the previous best medical RAG model by up to 5.6% across three medical question-answering benchmarks.
FlashAdventure: A Benchmark for GUI Agents Solving Full Story Arcs in Diverse Adventure Games (2025.emnlp-main)

Copied to clipboard

Challenge: Existing game benchmarks lack diversity and evaluate GUI agents on completing entire storylines.
Approach: They propose a benchmark of 34 Flash-based adventure games to test full story arc completion and tackle observation-behavior gap.
Outcome: The proposed benchmarks show GUI agents struggle with full story arc completion while others improve on observation-behavior gaps.
Learn to Resolve Conversational Dependency: A Consistency Training Framework for Conversational Question Answering (2021.acl-long)

Copied to clipboard

Challenge: Existing approaches do not explicitly train QA models on how to resolve conversational dependency, and thus these models are limited in understanding human dialogues.
Approach: They propose a framework that generates self-contained questions that can be understood without the conversation history and then trains a QA model with the pairs of original and self-constructed questions using a consistency-based regularizer.
Outcome: The proposed framework improves the models’ performance by up to 1.2 F1 on QuAC, and 5.2 F1 for CANARD, while addressing the limitations of the existing approaches.
ToxReason: A Benchmark for Mechanistic Chemical Toxicity Reasoning via Adverse Outcome Pathway (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in large language models have enabled molecular reasoning for property prediction. however, toxicity arises from complex biological mechanisms, necessitating mechanistic reasoning for reliable prediction.
Approach: They propose a benchmark that evaluates organ-level toxicity reasoning across multiple organs . they find strong predictive performance does not necessarily imply reliable reasoning .
Outcome: The proposed benchmark evaluates toxicity prediction performance and reasoning quality across LLMs.
Tree of Clarifications: Answering Ambiguous Questions with Retrieval-Augmented Large Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: In open-domain question answering, users often ask ambiguous questions (AQs) . one approach is to identify all possible interpretations of the AQ and generate a long-form answer addressing them all.
Approach: They propose a framework that generates a long-form answer addressing all possible interpretations of an ambiguous question.
Outcome: The proposed framework outperforms baselines on ASQA in a few-shot setup across metrics while surpassing fully-supervised baselines trained on the whole training set in terms of Disambig-F1 and Disambigo-ROUGE.
Consistency Training with Virtual Adversarial Discrete Perturbation (2022.naacl-main)

Copied to clipboard

Challenge: Existing methods for regularizing a model are agnostic to the training model and may not be effective for perturbed inputs.
Approach: They propose an augmentation method of adding a discrete noise that would incur the highest divergence between predictions by replacing tokens while keeping original semantics.
Outcome: The proposed method outperforms baselines on semi-supervised text classification tasks and a robustness benchmark.
Learning from Negative Samples in Biomedical Generative Entity Linking (2025.findings-acl)

Copied to clipboard

Challenge: Generative models are usually trained only with positive samples and do not explicitly learn from hard negative samples, which are entities that look similar but have different meanings.
Approach: They propose a framework that trains generative BioEL models using negative samples to learn from hard negative samples.
Outcome: The proposed framework outperforms baseline models by up to an average top-1 accuracy of 1.4% on five benchmarks.
CookingSense: A Culinary Knowledgebase with Multidisciplinary Assertions (2024.lrec-main)

Copied to clipboard

Challenge: CookingSense is a descriptive collection of knowledge assertions in the culinary domain extracted from various sources, including web data, scientific papers, and recipes.
Approach: They introduce CookingSense, a descriptive collection of knowledge assertions in the culinary domain extracted from various sources, including web data, scientific papers, and recipes.
Outcome: The proposed system improves retrieval augmented language models and food decision support systems.
Adversarial Subword Regularization for Robust Neural Machine Translation (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for segmenting words into subword units are not robust enough to handle multiple subword candidates.
Approach: They propose to regularize subword segmentations that maximize the translation loss by using gradient signals during training to prevent erroneous segmentations of unseen words.
Outcome: The proposed method improves the performance of NMT models on low-resource and out-domain datasets.
Assessing LLM Reasoning Steps via Principal Knowledge Grounding (2025.findings-emnlp)

Copied to clipboard

Challenge: Step-by-step reasoning has become a standard approach for large language models to tackle complex tasks.
Approach: They propose a framework that assesses the knowledge grounding of intermediate reasoning by using a large-scale repository of atomic knowledge essential for reasoning.
Outcome: The evaluation suite identifies missing or misapplied knowledge elements and provides crucial insights for uncovering fundamental reasoning deficiencies in LLMs.
mRedditSum: A Multimodal Abstractive Summarization Dataset of Reddit Threads with Images (2023.emnlp-main)

Copied to clipboard

Challenge: Existing summarization datasets do not cover multimodal discussions, multiple modalities, or both . mRedditSum consists of 3,033 discussion threads and images with human-written summaries.
Approach: They propose a multimodal discussion summarization dataset that annotates 3,033 discussion threads with a human-written summary.
Outcome: The proposed method outperforms existing models and serves as competitive baseline for future work.
GuideDog: A Real-World Egocentric Multimodal Dataset for Blind and Low-Vision Accessibility-Aware Guidance (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in multimodal large language models (MLLMs) offer new opportunities for higher-level scene understanding, but they require labor-intensive, expert annotation.
Approach: They propose a dataset that combines 2K human-verified images with 22K image-description pairs to provide a more accurate representation of pedestrian scenes.
Outcome: The proposed dataset improves scalability while maintaining quality.
Tracing Mathematical Proficiency Through Problem-Solving Processes (2026.findings-acl)

Copied to clipboard

Challenge: Knowledge Tracing (KT) models a learner's evolving knowledge state over time, but lacks the rich information embedded in students' problem-solving processes.
Approach: They propose a framework that uses a teacher-student-teacher pipeline to extract students’ Mathematical Proficiency (MP) as intermediate representation.
Outcome: The proposed framework improves the prediction performance of existing KT methods and provides interpretable explanations by explicitly modeling students’ mathematical proficiency.
Med-PRM: Medical Reasoning Models with Stepwise, Guideline-verified Process Rewards (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models have shown promise in clinical decision making, but current approaches struggle to localize and correct reasoning errors at specific steps of the reasoning process.
Approach: They propose a process reward modeling framework that leverages retrieval-augmented generation to verify each reasoning step against established medical knowledge bases.
Outcome: The proposed model improves on five medical QA benchmarks and two open-ended diagnostic tasks by 13.50% on MedQA.
Optimizing Test-Time Query Representations for Dense Retrieval (2023.findings-acl)

Copied to clipboard

Challenge: Recent developments of dense retrieval rely on quality representations of queries and contexts from pre-trained query and context encoders.
Approach: They propose a test-time optimization of query representations that provides fine-grained pseudo labels over retrieval results.
Outcome: The proposed algorithm improves open-domain question answering accuracy and direct re-ranking by up to 2.0% while running 1.3–2.4x faster with an efficient implementation.
Does Time Have Its Place? Temporal Heads: Where Language Models Recall Time-specific Information (2025.acl-long)

Copied to clipboard

Challenge: Temporal Heads are attention heads that primarily handle temporal knowledge.
Approach: They discover Temporal Heads, specific attention heads that primarily handle temporal knowledge, through circuit analysis.
Outcome: The proposed models can handle temporal knowledge without compromising time-invariant and question-answering performances.
Zero-shot Multimodal Document Retrieval via Cross-modal Question Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing multimodal large language models struggle when faced with unseen domains or languages.
Approach: They propose a framework that leverages the broad knowledge of an MLLM to generate cross-modal pre-questions (preQs) before retrieval.
Outcome: Experiments show that PREMIR outperforms existing retrievers on out-of-distribution benchmarks, including closed-domain and multilingual settings, outperforming strong baselines across all metrics.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations