← Search

Sohee Yang

16 accepted papers

2026

Characterizing Pattern Matching and Its Limits on Compositional Task Structures

ICLR 2026poster

Despite impressive capabilities, LLMs' successes often rely on pattern-matching behaviors, yet these are also linked to OOD generalization failures in compositional tasks. However, behavioral studies commonly employ task setups that allow multiple generalization sources (e.g., algebraic invariances,…

Cited by 0SourceScholar
2025

Do Large Language Models Perform Latent Multi-Hop Reasoning without Exploiting Shortcuts?

ACL 2025finding

We evaluate how well Large Language Models (LLMs) latently recall and compose facts to answer multi-hop queries like “In the year Scarlett Johansson was born, the Summer Olympics were hosted in the country of”. One major challenge in such evaluation is that LLMs may have developed shortcuts by encou…

Cited by 0SourcePDFScholar
2025

How Well Can Reasoning Models Identify and Recover from Unhelpful Thoughts?

EMNLP 2025

Recent reasoning models show the ability to reflect, backtrack, and self-validate their reasoning, which is crucial in spotting mistakes and arriving at accurate solutions. A natural question that arises is how effectively models can perform such self-reevaluation. We tackle this question by investi

2025

Reasoning Models Better Express Their Confidence

NeurIPS 2025poster

Despite their strengths, large language models (LLMs) often fail to communicate their confidence accurately, making it difficult to assess when they might be wrong and limiting their reliability. In this work, we demonstrate that reasoning models that engage in extended chain-of-thought (CoT) reason…

Cited by 0SourcecodeScholar
2024

Do Large Language Models Latently Perform Multi-Hop Reasoning?

ACL 2024long

We study whether Large Language Models (LLMs) latently perform multi-hop reasoning with complex prompts such as “The mother of the singer of ‘Superstition’ is”. We look for evidence of a latent reasoning pathway where an LLM (1) latently identifies “the singer of ‘Superstition’” as Stevie Wonder, th…

2024

Exploring the Practicality of Generative Retrieval on Dynamic Corpora

EMNLP 2024main

Benchmarking the performance of information retrieval (IR) is mostly conducted with a fixed set of documents (static corpora). However, in realistic scenarios, this is rarely the case and the documents to be retrieved are constantly updated and added. In this paper, we focus on Generative Retrievals…

2024

Hopping Too Late: Exploring the Limitations of Large Language Models on Multi-Hop Queries

EMNLP 2024main

Large language models (LLMs) can solve complex multi-step problems, but little is known about how these computations are implemented internally. Motivated by this, we study how LLMs answer multi-hop queries such as “The spouse of the performer of Imagine is”. These queries require two information ex…

2024

How Do Large Language Models Acquire Factual Knowledge During Pretraining?

NeurIPS 2024poster

Despite the recent observation that large language models (LLMs) can store substantial factual knowledge, there is a limited understanding of the mechanisms of how they acquire factual knowledge through pretraining. This work addresses this gap by studying how LLMs acquire factual knowledge during p…

2024

Investigating the Effectiveness of Task-Agnostic Prefix Prompt for Instruction Following

AAAI 2024technical

In this paper, we present our finding that prepending a Task-Agnostic Prefix Prompt (TAPP) to the input improves the instruction-following ability of various Large Language Models (LLMs) during inference. TAPP is different from canonical prompts for LLMs in that it is a fixed prompt prepended to the…

Cited by 72SourcePDFScholar
2023

Knowledge Unlearning for Mitigating Privacy Risks in Language Models

ACL 2023long

Pretrained Language Models (LMs) memorize a vast amount of knowledge during initial pretraining, including information that may violate the privacy of personal lives and identities. Previous work addressing privacy issues for LMs has mostly focused on data preprocessing and differential privacy meth…

2023

Nonparametric Decoding for Generative Retrieval

ACL 2023findings

The generative retrieval model depends solely on the information encoded in its model parameters without external memory, its information capacity is limited and fixed. To overcome the limitation, we propose Nonparametric Decoding (Np Decoding) which can be applied to existing generative retrieval m…

2022

TemporalWiki: A Lifelong Benchmark for Training and Evaluating Ever-Evolving Language Models

EMNLP 2022main

Language Models (LMs) become outdated as the world changes; they often fail to perform tasks requiring recent factual information which was absent or different during training, a phenomenon called temporal misalignment. This is especially a challenging problem because the research community still la…

2022

Towards Continual Knowledge Learning of Language Models

ICLR 2022poster

Large Language Models (LMs) are known to encode world knowledge in their parameters as they pretrain on a vast amount of web corpus, which is often utilized for performing knowledge-dependent downstream tasks such as question answering, fact-checking, and open dialogue. In real-world scenarios, the…

Cited by 165SourcePDFScholar
2019

Large-Scale Answerer in Questioner's Mind for Visual Dialog Question Generation

ICLR 2019poster

Answerer in Questioner's Mind (AQM) is an information-theoretic framework that has been recently proposed for task-oriented dialog systems. AQM benefits from asking a question that would maximize the information gain when it is asked. However, due to its intrinsic nature of explicitly calculating th…