← Search

Jackie Chi Kit Cheung

18 accepted papers

2026

Identifying and Analyzing Performance-Critical Tokens in Large Language Models

AAAI 2026technical

In-context learning (ICL) has emerged as an effective solution for few-shot learning with large language models (LLMs). However, how LLMs leverage demonstrations to specify a task and learn a corresponding computational function through ICL is underexplored. Drawing from the way humans learn from c

Cited by 0SourcePDFScholar
2025

Error Diversity Matters: An Error-Resistant Ensemble Method for Unsupervised Dependency Parsing

AAAI 2025technical

We address unsupervised dependency parsing by building an ensemble of diverse existing models through post hoc aggregation of their output dependency parse structures. We observe that these ensembles often suffer from low robustness against weak ensemble components due to error accumulation. To tack…

2023

The KITMUS Test: Evaluating Knowledge Integration from Multiple Sources

ACL 2023long

Many state-of-the-art natural language understanding (NLU) models are based on pretrained neural language models. These models often make inferences using information from multiple sources. An important class of such inferences are those that require both background knowledge, presumably contained i…

2023

Varta: A Large-Scale Headline-Generation Dataset for Indic Languages

ACL 2023findings

We present Varta, a large-scale multilingual dataset for headline generation in Indic languages. This dataset includes more than 41 million pairs of headlines and articles in 14 different Indic languages (and English), which come from a variety of high-quality news sources. To the best of our knowle…

Cited by 10SourcePDFScholar
2022

A Multifaceted Framework to Evaluate Evasion, Content Preservation, and Misattribution in Authorship Obfuscation Techniques

EMNLP 2022main

Authorship obfuscation techniques have commonly been evaluated based on their ability to hide the author’s identity (evasion) while preserving the content of the original text. However, to avoid overstating the systems’ effectiveness, evasion detection must be evaluated using competitive identificat…

Cited by 7SourcePDFScholar
2022

Investigating the Performance of Transformer-Based NLI Models on Presuppositional Inferences

COLING 2022main

Presuppositions are assumptions that are taken for granted by an utterance, and identifying them is key to a pragmatic interpretation of language. In this paper, we investigate the capabilities of transformer models to perform NLI on cases involving presupposition. First, we present simple heuristic…

Cited by 7SourcePDFScholar
2022

Learning with Rejection for Abstractive Text Summarization

EMNLP 2022main

State-of-the-art abstractive summarization systems frequently hallucinate content that is not supported by the source document, mainly due to noise in the training dataset.Existing methods opt to drop the noisy samples or tokens from the training set entirely, reducing the effective training set siz…

2022

Source-summary Entity Aggregation in Abstractive Summarization

COLING 2022main

In a text, entities mentioned earlier can be referred to in later discourse by a more general description. For example, Celine Dion and Justin Bieber can be referred to by Canadian singers or celebrities. In this work, we study this phenomenon in the context of summarization, where entities from a s…

Cited by 6SourcePDFScholar
2021

ADEPT: An Adjective-Dependent Plausibility Task

ACL 2021long

A false contract is more likely to be rejected than a contract is, yet a false key is less likely than a key to open doors. While correctly interpreting and assessing the effects of such adjective-noun pairs (e.g., false key) on the plausibility of given events (e.g., opening doors) underpins many n…

2021

Modeling Event Plausibility with Consistent Conceptual Abstraction

NAACL 2021long

Understanding natural language requires common sense, one aspect of which is the ability to discern the plausibility of events. While distributional models—most recently pre-trained, Transformer language models—have demonstrated improvements in modeling event plausibility, their performance still fa…

2021

Optimizing Deeper Transformers on Small Datasets

ACL 2021long

It is a common belief that training deep transformers from scratch requires large datasets. Consequently, for small datasets, people usually use shallow and simple additional layers on top of pre-trained models during fine-tuning. This work shows that this does not always need to be the case: with p…

2021

The Topic Confusion Task: A Novel Evaluation Scenario for Authorship Attribution

EMNLP 2021finding

Authorship attribution is the problem of identifying the most plausible author of an anonymous text from a set of candidate authors. Researchers have investigated same-topic and cross-topic scenarios of authorship attribution, which differ according to whether new, unseen topics are used in the test…

Cited by 24SourcePDFScholar
2020

An Analysis of Dataset Overlap on Winograd-Style Tasks

COLING 2020main

The Winograd Schema Challenge (WSC) and variants inspired by it have become important benchmarks for common-sense reasoning (CSR). Model performance on the WSC has quickly progressed from chance-level to near-human using neural language models trained on massive corpora. In this paper, we analyze th…

2020

Learning Efficient Task-Specific Meta-Embeddings with Word Prisms

COLING 2020main

Word embeddings are trained to predict word cooccurrence statistics, which leads them to possess different lexical properties (syntactic, semantic, etc.) depending on the notion of context defined at training time. These properties manifest when querying the embedding space for the most similar vect…

2020

On Variational Learning of Controllable Representations for Text without Supervision

ICML 2020poster

The variational autoencoder (VAE) can learn the manifold of natural images on certain datasets, as evidenced by meaningful interpolating or extrapolating in the continuous latent space. However, on discrete data such as text, it is unclear if unsupervised learning can discover similar latent space t…