← Search

Giwon Hong

12 accepted papers

2025

Are We Done with MMLU?

NAACL 2025long

Maybe not. We identify and analyse errors in the popular Massive Multitask Language Understanding (MMLU) benchmark. Even though MMLU is widely adopted, our analysis demonstrates numerous ground truth errors that obscure the true capabilities of LLMs. For example, we find that 57% of the analysed que…

2025

GRADA: Graph-based Reranking against Adversarial Documents Attack

EMNLP 2025

Retrieval Augmented Generation (RAG) frameworks can improve the factual accuracy of large language models (LLMs) by integrating external knowledge from retrieved documents, thereby overcoming the limitations of models’ static intrinsic knowledge. However, these systems are susceptible to adversarial

Cited by 0SourcePDFScholar
2025

Mixtures of In-Context Learners

ACL 2025long

In-context learning (ICL) adapts LLMs by providing demonstrations without fine-tuning the model parameters; however, it is very sensitive to the choice of in-context demonstrations, and processing many demonstrations can be computationally demanding. We propose Mixtures of In-Context Learners (MoICL…

2025

Steering Knowledge Selection Behaviours in LLMs via SAE-Based Representation Engineering

NAACL 2025long

Large language models (LLMs) can store a significant amount of factual knowledge in their parameters. However, their parametric knowledge may conflict with the information provided in the context—this phenomenon, known as context-memory knowledge conflicts, can lead to undesirable model behaviour, s…

2025

Theorem Prover as a Judge for Synthetic Data Generation

ACL 2025long

The demand for synthetic data in mathematical reasoning has increased due to its potential to enhance the mathematical capabilities of large language models (LLMs). However, ensuring the validity of intermediate reasoning steps remains a significant challenge, affecting data quality. While formal ve…

2024

Why So Gullible? Enhancing the Robustness of Retrieval-Augmented Models against Counterfactual Noise

NAACL 2024findings

Most existing retrieval-augmented language models (LMs) assume a naive dichotomy within a retrieved document set: query-relevance and irrelevance. Our work investigates a more challenging scenario in which even the “relevant” documents may contain misleading or incorrect information, causing conflic…

2023

FinePrompt: Unveiling the Role of Finetuned Inductive Bias on Compositional Reasoning in GPT-4

EMNLP 2023short findings

Compositional reasoning across texts has been a long-standing challenge in natural language processing. With large language models like GPT-4 taking over the field, prompting techniques such as chain-of-thought (CoT) were proposed to unlock compositional, multi-step reasoning capabilities of LLMs. D…

Cited by 0SourceScholar
2022

Exploiting Numerical-Contextual Knowledge to Improve Numerical Reasoning in Question Answering

NAACL 2022findings

Numerical reasoning over text is a challenging subtask in question answering (QA) that requires both the understanding of texts and numbers. However, existing language models in these numerical reasoning QA models tend to overly rely on the pre-existing parametric knowledge at inference time, which…

Cited by 8SourcePDFScholar
2022

Graph-Induced Transformers for Efficient Multi-Hop Question Answering

EMNLP 2022main

A graph is a suitable data structure to represent the structural information of text. Recently, multi-hop question answering (MHQA) tasks, which require inter-paragraph/sentence linkages, have come to exploit such properties of a graph. Previous approaches to MHQA relied on leveraging the graph info…

2021

Have You Seen That Number? Investigating Extrapolation in Question Answering Models

EMNLP 2021main

Numerical reasoning in machine reading comprehension (MRC) has shown drastic improvements over the past few years. While the previous models for numerical MRC are able to interpolate the learned numerical reasoning capabilities, it is not clear whether they can perform just as well on numbers unseen…

Cited by 27SourcePDFScholar
2021

Ultra-High Dimensional Sparse Representations with Binarization for Efficient Text Retrieval

EMNLP 2021main

The semantic matching capabilities of neural information retrieval can ameliorate synonymy and polysemy problems of symbolic approaches. However, neural models’ dense representations are more suitable for re-ranking, due to their inefficiency. Sparse representations, either in symbolic or latent for…

2020

Handling Anomalies of Synthetic Questions in Unsupervised Question Answering

COLING 2020main

Advances in Question Answering (QA) research require additional datasets for new domains, languages, and types of questions, as well as for performance increases. Human creation of a QA dataset like SQuAD, however, is expensive. As an alternative, an unsupervised QA approach has been proposed so tha…

Cited by 9SourcePDFScholar