← Search

Yanan Zheng

11 accepted papers

2025

LEANCODE: Understanding Models Better for Code Simplification of Pre-trained Large Language Models

ACL 2025long

Large Language Models for code often entail significant computational complexity, which grows significantly with the length of the input code sequence. We propose LeanCode for code simplification to reduce training and prediction time, leveraging code contexts in utilizing attention scores to repres…

Cited by 0SourcePDFScholar
2025

Ref-Long: Benchmarking the Long-context Referencing Capability of Long-context Language Models

ACL 2025long

Long-context language models (LCLMs) have exhibited impressive capabilities in long-context understanding tasks. Among these, long-context referencing—a crucial task that requires LCLMs to attribute items of interest to specific parts of long-context data—remains underexplored. To bridge this gap, t…

2025

TOMATO: Assessing Visual Temporal Reasoning Capabilities in Multimodal Foundation Models

ICLR 2025poster

Existing benchmarks often highlight the remarkable performance achieved by state-of-the-art Multimodal Foundation Models (MFMs) in leveraging temporal context for video understanding. However, *how well do the models truly perform visual temporal reasoning?* Our study of existing benchmarks shows th…

2024

TAIL: A Toolkit for Automatic and Realistic Long-Context Large Language Model Evaluation

EMNLP 2024system demonstrations

As long-context large language models (LLMs) are attracting increasing attention for their ability to handle context windows exceeding 128k tokens, the need for effective evaluation methods for these models becomes critical.Existing evaluation methods, however, fall short: needle-in-a-haystack (NIAH…

2023

A Universal Discriminator for Zero-Shot Generalization

ACL 2023long

Generative modeling has been the dominant approach for large-scale pretraining and zero-shot generalization. In this work, we challenge this convention by showing that discriminative approaches perform substantially better than generative ones on a large number of NLP tasks. Technically, we train a…

2023

Compositional Task Representations for Large Language Models

ICLR 2023poster

Large language models have shown a remarkable cross-task generalization ability. Most prior work assumed that prompts effectively extract knowledge from language models to facilitate generalization to new tasks. This perspective led to numerous studies on improving prompts. In contrast, we introduce…

Cited by 21SourcePDFScholar
2023

Not All Tasks Are Born Equal: Understanding Zero-Shot Generalization

ICLR 2023top-25%

Recent work has achieved remarkable zero-shot performance with multi-task prompted pretraining, but little has been understood. For the first time, we show that training on a small number of key tasks beats using all the training tasks, while removing these key tasks substantially hurts performance.…

Cited by 14SourcePDFScholar
2022

FewNLU: Benchmarking State-of-the-Art Methods for Few-Shot Natural Language Understanding

ACL 2022long

The few-shot natural language understanding (NLU) task has attracted much recent attention. However, prior methods have been evaluated under a disparate set of protocols, which hinders fair comparison and measuring the progress of the field. To address this issue, we introduce an evaluation framewor…

2022

FlipDA: Effective and Robust Data Augmentation for Few-Shot Learning

ACL 2022long

Most previous methods for text data augmentation are limited to simple tasks and weak baselines. We explore data augmentation on hard tasks (i.e., few-shot natural language understanding) and strong baselines (i.e., pretrained models with over one billion parameters). Under this setting, we reproduc…

2022

NLP From Scratch Without Large-Scale Pretraining: A Simple and Efficient Framework

ICML 2022spotlight

Pretrained language models have become the standard approach for many NLP tasks due to strong performance, but they are very expensive to train. We propose a simple and efficient learning framework, TLM, that does not rely on large-scale pretraining. Given some labeled task data and a large general…