← Search

Qinyuan Ye

13 accepted papers

2026

Function Induction and Task Generalization: An Interpretability Study with Off-by-One Addition

ICLR 2026poster

Large language models demonstrate the intriguing ability to perform unseen tasks via in-context learning. However, it remains unclear what mechanisms inside the model drive such task-level generalization. In this work, we approach this question through the lens of off-by-one addition (i.e., 1+1=3, 2…

Cited by 0SourcecodeScholar
2024

Stress-Testing Long-Context Language Models with Lifelong ICL and Task Haystack

NeurIPS 2024poster

We introduce Lifelong ICL, a problem setting that challenges long-context language models (LMs) to learn a sequence of language tasks through in-context learning (ICL). We further introduce Task Haystack, an evaluation suite dedicated to assessing and diagnosing how long-context LMs utilizes context…

2023

Estimating Large Language Model Capabilities without Labeled Test Data

EMNLP 2023long findings

Large Language Models (LLMs) have exhibited an impressive ability to perform in-context learning (ICL) from only a few examples, but the success of ICL varies widely from task to task. Thus, it is important to quickly determine whether ICL is applicable to a new task, but directly evaluating ICL acc…

Cited by 0SourcecodeScholar
2023

FiD-ICL: A Fusion-in-Decoder Approach for Efficient In-Context Learning

ACL 2023long

Large pre-trained models are capable of few-shot in-context learning (ICL), i.e., performing a new task by prepending a few demonstrations before the test input. However, the concatenated demonstrations are often excessively long and induce additional computation. Inspired by fusion-in-decoder (FiD)…

2023

How Predictable Are Large Language Model Capabilities? A Case Study on BIG-bench

EMNLP 2023long findings

We investigate the predictability of large language model (LLM) capabilities: given records of past experiments using different model families, numbers of parameters, tasks, and numbers of in-context examples, can we accurately predict LLM performance on new experiment configurations? Answering this…

Cited by 0SourcecodeScholar
2022

Eliciting and Understanding Cross-task Skills with Task-level Mixture-of-Experts

EMNLP 2022finding

Recent works suggest that transformer models are capable of multi-tasking on diverse NLP tasks and adapt to new tasks efficiently. However, the potential of these multi-task models may be limited as they use the same set of parameters for all tasks. In contrast, humans tackle tasks in a more flexibl…

2022

Sparse Distillation: Speeding Up Text Classification by Using Bigger Student Models

NAACL 2022long

Distilling state-of-the-art transformer models into lightweight student models is an effective way to reduce computation cost at inference time. The student models are typically compact transformers with fewer parameters, while expensive operations such as self-attention persist. Therefore, the impr…

2021

CrossFit: A Few-shot Learning Challenge for Cross-task Generalization in NLP

EMNLP 2021main

Humans can learn a new language task efficiently with only few examples, by leveraging their knowledge obtained when learning prior tasks. In this paper, we explore whether and how such cross-task generalization ability can be acquired, and further applied to build better few-shot learners across di…

2021

On the Influence of Masking Policies in Intermediate Pre-training

EMNLP 2021main

Current NLP models are predominantly trained through a two-stage “pre-train then fine-tune” pipeline. Prior work has shown that inserting an intermediate pre-training stage, using heuristic masking policies for masked language modeling (MLM), can significantly improve final performance. However, it…

2021

Refining Language Models with Compositional Explanations

NeurIPS 2021spotlight

Pre-trained language models have been successful on text classification tasks, but are prone to learning spurious correlations from biased datasets, and are thus vulnerable when making inferences in a new domain. Prior work reveals such spurious patterns via post-hoc explanation algorithms which com…

2020

Learning from Explanations with Neural Execution Tree

ICLR 2020poster

While deep neural networks have achieved impressive performance on a range of NLP tasks, these data-hungry models heavily rely on labeled data, which restricts their applications in scenarios where data annotation is expensive. Natural language (NL) explanations have been demonstrated very useful ad…

Cited by 41SourcecodeScholar