← Search

Jackie CK Cheung

22 accepted papers

2025

(RSA)²: A Rhetorical-Strategy-Aware Rational Speech Act Framework for Figurative Language Understanding

ACL 2025long

Figurative language (e.g., irony, hyperbole, understatement) is ubiquitous in human communication, resulting in utterances where the literal and the intended meanings do not match. The Rational Speech Act (RSA) framework, which explicitly models speaker intentions, is the most widespread theory of p…

Cited by 0SourcePDFScholar
2025

Beyond the Safety Bundle: Auditing the Helpful and Harmless Dataset

NAACL 2025long

In an effort to mitigate the harms of large language models (LLMs), learning from human feedback (LHF) has been used to steer LLMs towards outputs that are intended to be both less harmful and more helpful. Despite the widespread adoption of LHF in practice, the quality of this feedback and its effe…

2025

Can LLMs Reason Abstractly Over Math Word Problems Without CoT? Disentangling Abstract Formulation From Arithmetic Computation

EMNLP 2025

Final-answer-based metrics are commonly used for evaluating large language models (LLMs) on math word problems, often taken as proxies for reasoning ability. However, such metrics conflate two distinct sub-skills: abstract formulation (capturing mathematical relationships using expressions) and arit

Cited by 0SourcePDFScholar
2025

Collaborative Rational Speech Act: Pragmatic Reasoning for Multi-Turn Dialog

EMNLP 2025

As AI systems take on collaborative roles, they must reason about shared goals and beliefs—not just generate fluent language. The Rational Speech Act (RSA) framework offers a principled approach to pragmatic reasoning, but existing extensions face challenges in scaling to multi-turn, collaborative s

Cited by 0SourcePDFScholar
2025

Improving the Calibration of Confidence Scores in Text Generation Using the Output Distribution’s Characteristics

ACL 2025short

Well-calibrated model confidence scores can improve the usefulness of text generation models. For example, users can be prompted to review predictions with low confidence scores, to prevent models from returning bad or potentially dangerous predictions. However, confidence metrics are not always wel…

Cited by 0SourcePDFScholar
2025

Learning Task-Agnostic Representations through Multi-Teacher Distillation

NeurIPS 2025poster

Casting complex inputs into tractable representations is a critical step across various fields. Diverse embedding models emerge from differences in architectures, loss functions, input modalities and datasets, each capturing unique aspects of the input. Multi-teacher distillation leverages this dive…

Cited by 0SourceScholar
2025

Neither Valid nor Reliable? Investigating the Use of LLMs as Judges

NeurIPS 2025poster

Evaluating natural language generation (NLG) systems remains a core challenge, further complicated by the rise of general-purpose large language models (LLMs). Recently, large language models as judges (LLJs) have emerged as a scalable, cost-effective alternative to traditional metrics, but their va…

Cited by 0SourceScholar
2025

PreSumm: Predicting Summarization Performance Without Summarizing

ACL 2025finding

Despite recent advancements in automatic summarization, state-of-the-art models do not summarize all documents equally well, raising the question: why? While prior research has extensively analyzed summarization models, little attention has been given to the role of document characteristics in influ…

2025

Stochastic Chameleons: Irrelevant Context Hallucinations Reveal Class-Based (Mis)Generalization in LLMs

ACL 2025long

The widespread success of LLMs on NLP benchmarks has been accompanied by concerns that LLMs function primarily as stochastic parrots that reproduce texts similar to what they saw during pre-training, often erroneously. But what is the nature of their errors, and do these errors exhibit any regularit…

Cited by 0SourcePDFScholar
2025

Where Did That Come From? Sentence-Level Error-Tolerant Attribution

EMNLP 2025

Attribution is the process of identifying which parts of the source support a generated output. While attribution can help users verify content and assess faithfulness, existing task definitions typically exclude unsupported or hallucinated content leaving them unattributed, overlooking the potentia

2024

CItruS: Chunked Instruction-aware State Eviction for Long Sequence Modeling

EMNLP 2024main

Long sequence modeling has gained broad interest as large language models (LLMs) continue to advance. Recent research has identified that a large portion of hidden states within the key-value caches of Transformer models can be discarded (also termed evicted) withoutaffecting the perplexity performa…

2024

Do LLMs Build World Representations? Probing Through the Lens of State Abstraction

NeurIPS 2024poster

How do large language models (LLMs) encode the state of the world, including the status of entities and their relations, as described by a text? While existing work directly probes for a complete state of the world, our research explores whether and how LLMs abstract this world state in their intern…

Cited by 1SourcePDFScholar
2024

Ensemble Distillation for Unsupervised Constituency Parsing

ICLR 2024poster

We investigate the unsupervised constituency parsing task, which organizes words and phrases of a sentence into a hierarchical structure without using linguistically annotated data. We observe that existing unsupervised parsers capture different aspects of parsing structures, which can be leveraged…

2024

Mechanistic Understanding and Mitigation of Language Model Non-Factual Hallucinations

EMNLP 2024finding

State-of-the-art language models (LMs) sometimes generate that misalign with world knowledge. To explore the mechanistic causes of these hallucinations, we create diagnostic datasets with subject-relation queries and adapt interpretability methods to trace hallucinations through internal model repre…

2024

Successor Features for Efficient Multi-Subject Controlled Text Generation

ICML 2024poster

While large language models (LLMs) have achieved impressive performance in generating fluent and realistic text, controlling the generated text so that it exhibits properties such as safety, factuality, and non-toxicity remains challenging. Existing decoding-based controllable text generation method…

Cited by 1SourcePDFScholar
2024

When is an Embedding Model More Promising than Another?

NeurIPS 2024poster

Embedders play a central role in machine learning, projecting any object into numerical representations that can, in turn, be leveraged to perform various downstream tasks. The evaluation of embedding models typically depends on domain-specific empirical approaches utilizing downstream tasks, primar…

Cited by 1SourcePDFScholar
2023

Evaluating Dependencies in Fact Editing for Language Models: Specificity and Implication Awareness

EMNLP 2023long findings

The potential of using a large language model (LLM) as a knowledge base (KB) has sparked significant interest. To maintain the knowledge acquired by LLMs, we need to ensure that the editing of learned facts respects internal logical constraints, which are known as dependency of knowledge. Existing w…

Cited by 0SourcecodeScholar
2023

Investigating the Effect of Pre-finetuning BERT Models on NLI Involving Presuppositions

EMNLP 2023long findings

We explore the connection between presupposition, discourse and sarcasm and propose to leverage that connection in a transfer learning scenario with the goal of improving the performance of NLI models on cases involving presupposition. We exploit advances in training transformer-based models that sh…

Cited by 0SourceScholar
2023

Qualitative Code Suggestion: A Human-Centric Approach to Qualitative Coding

EMNLP 2023long findings

Qualitative coding is a content analysis method in which researchers read through a text corpus and assign descriptive labels or qualitative codes to passages. It is an arduous and manual process which human-computer interaction (HCI) studies have shown could greatly benefit from NLP techniques to a…

Cited by 0SourceScholar
2023

Responsible AI Considerations in Text Summarization Research: A Review of Current Practices

EMNLP 2023long findings

AI and NLP publication venues have increasingly encouraged researchers to reflect on possible ethical considerations, adverse impacts, and other responsible AI issues their work might engender. However, for specific NLP tasks our understanding of how prevalent such issues are, or when and why these…

Cited by 0SourceScholar
2023

Systematic Rectification of Language Models via Dead-end Analysis

ICLR 2023poster

With adversarial or otherwise normal prompts, existing large language models (LLM) can be pushed to generate toxic discourses. One way to reduce the risk of LLMs generating undesired discourses is to alter the training of the LLM. This can be very restrictive due to demanding computation requirement…