← Search

Chen-Yu Lee

40 accepted papers

2026

ATLAS: Adaptive Transfer Scaling Laws for Multilingual Pretraining, Finetuning, and Decoding the Curse of Multilinguality

ICLR 2026poster

Scaling laws research has focused overwhelmingly on English—yet the most prominent AI models explicitly serve billions of international users. In this work, we undertake the largest multilingual scaling laws study to date, totaling 774 multilingual training experiments, spanning 10M-8B model paramet…

Cited by 0SourceScholar
2026

Co-RedTeam: Orchestrated Security Discovery and Exploitation with LLM Agents

ICML 2026poster

Large language models (LLMs) have shown promise in assisting cybersecurity tasks, yet existing approaches struggle with automatic vulnerability discovery and exploitation due to limited interaction, weak execution grounding, and a lack of experience reuse. We propose Co-RedTeam, a security-aware mul…

Cited by 0SourceScholar
2026

ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory

ICLR 2026poster

With the growing adoption of large language model (LLM) agents in persistent, real-world roles, they naturally encounter continuous streams of tasks and interactions. A key limitation, however, is their failure to learn from this accumulated experience, forcing them to discard valuable insights and…

Cited by 0SourcecodeScholar
2026

Supervised Reinforcement Learning: From Expert Trajectories to Step-wise Reasoning

ICLR 2026poster

Large Language Models (LLMs) often struggle with challenging, multi-step reasoning problems due to a fundamental learning gap -- Reinforcement Learning with Verifiable Rewards (RLVR) suffers from sparse rewards when correct solutions are rarely sampled, while Supervised Fine-Tuning (SFT) tends to ov…

Cited by 0SourceScholar
2026

Universal Model Routing for Efficient LLM Inference

ICLR 2026poster

Model routing is a simple technique for reducing the inference cost of large language models (LLMs), wherein one maintains a pool of candidate LLMs, and learns to route each prompt to the smallest feasible LLM. Existing works focus on learning a router for a fixed pool of LLMs. In this paper, we con…

Cited by 0SourceScholar
2026

VISTA: A Test-Time Self-Improving Video Generation Agent

CVPR 2026

Despite rapid advances in text-to-video synthesis, generated video quality remains critically dependent on precise user prompts. Existing test-time optimization methods, successful in other domains, struggle with the multi-faceted nature of video. In this work, we introduce VISTA (Video Iterative Se

Cited by 0SourcecodeScholar
2025

Heterogeneous Swarms: Jointly Optimizing Model Roles and Weights for Multi-LLM Systems

NeurIPS 2025poster

We propose Heterogeneous Swarms, an algorithm to design multi-LLM systems by jointly optimizing model roles and weights. We represent multi-LLM systems as directed acyclic graphs (DAGs) of LLMs with topological message passing for collaborative generation. Given a pool of LLM experts and a utility f…

Cited by 0SourceScholar
2025

In Prospect and Retrospect: Reflective Memory Management for Long-term Personalized Dialogue Agents

ACL 2025long

Large Language Models (LLMs) have made significant progress in open-ended dialogue, yet their inability to retain and retrieve relevant information from long-term interactions limits their effectiveness in applications requiring sustained personalization. External memory mechanisms have been propose…

2025

Magnet: Multi-turn Tool-use Data Synthesis and Distillation via Graph Translation

ACL 2025long

Large language models (LLMs) have exhibited the ability to effectively utilize external tools to address user queries. However, their performance may be limited in complex, multi-turn interactions involving users and multiple tools. To address this, we propose Magnet, a principled framework for synt…

Cited by 0SourcePDFScholar
2025

Model Swarms: Collaborative Search to Adapt LLM Experts via Swarm Intelligence

ICML 2025poster

We propose Model Swarms, a collaborative search algorithm to adapt LLMs via swarm intelligence, the collective behavior guiding individual systems. Specifically, Model Swarms starts with a pool of LLM experts and a utility function. Guided by the best-found checkpoints across models, diverse LLM exp…

Cited by 6SourcePDFScholar
2025

PlanGEN: A Multi-Agent Framework for Generating Planning and Reasoning Trajectories for Complex Problem Solving

EMNLP 2025

Recent agent frameworks and inference-time algorithms often struggle with natural planning problems due to limitations in verifying generated plans or reasoning and varying complexity of instances within a single task. Many existing methods for these tasks either perform task-level verification with

Cited by 0SourcePDFScholar
2025

Reverse Thinking Makes LLMs Stronger Reasoners

NAACL 2025long

Reverse thinking plays a crucial role in human reasoning. Humans can reason not only from a problem to a solution but also in reverse, i.e., start from the solution and reason towards the problem. This often enhances overall reasoning performance as it enables consistency checks between their forwar…

Cited by 3SourcePDFScholar
2025

Speculative Knowledge Distillation: Bridging the Teacher-Student Gap Through Interleaved Sampling

ICLR 2025poster

Recent advances in knowledge distillation (KD) have enabled smaller student models to approach the performance of larger teacher models. However, popular methods such as supervised KD and on-policy KD, are adversely impacted by the knowledge gaps between teacher-student in practical scenarios. Super…

Cited by 5SourcePDFScholar
2025

Speculative RAG: Enhancing Retrieval Augmented Generation through Drafting

ICLR 2025poster

Retrieval augmented generation (RAG) combines the generative abilities of large language models (LLMs) with external knowledge sources to provide more accurate and up-to-date responses. Recent RAG advancements focus on improving retrieval outcomes through iterative LLM refinement or self-critique ca…

Cited by 13SourcePDFScholar
2025

Where is the answer? An empirical study of positional bias for parametric knowledge extraction in language model

NAACL 2025long

Language model (LM) stores diverse factual knowledge in their parameters, which is learned during self-supervised training on unlabeled documents and is made extractable by instruction-tuning. For knowledge-intensive tasks, it is essential to memorize information in a way that makes it extractable f…

Cited by 0SourcePDFScholar
2024

CaLM: Contrasting Large and Small Language Models to Verify Grounded Generation

ACL 2024findings

Grounded generation aims to equip language models (LMs) with the ability to produce more credible and accountable responses by accurately citing verifiable sources. However, existing methods, by either feeding LMs with raw or preprocessed materials, remain prone to errors. To address this, we introd…

2024

Chain-of-Table: Evolving Tables in the Reasoning Chain for Table Understanding

ICLR 2024poster

Table-based reasoning with large language models (LLMs) is a promising direction to tackle many table understanding tasks, such as table-based question answering and fact verification. Compared with generic reasoning, table-based reasoning requires the extraction of underlying semantics from both fr…

Cited by 107SourcePDFScholar
2024

CodecLM: Aligning Language Models with Tailored Synthetic Data

NAACL 2024findings

Instruction tuning has emerged as the key in aligning large language models (LLMs) with specific task instructions, thereby mitigating the discrepancy between the next-token prediction objective and users’ actual goals. To reduce the labor and time cost to collect or annotate data by humans, researc…

2024

Found in the middle: Calibrating Positional Attention Bias Improves Long Context Utilization

ACL 2024findings

Large language models (LLMs), even when specifically trained to process long input contexts, struggle to capture relevant information located in the middle of their input. This phenomenon has been known as the lost-in-the-middle problem. In this work, we make three contributions. First, we set out t…

2024

LMDX: Language Model-based Document Information Extraction and Localization

ACL 2024findings

Large Language Models (LLM) have revolutionized Natural Language Processing (NLP), improving state-of-the-art and exhibiting emergent capabilities across various tasks. However, their application in extracting information from visually rich documents, which is at the core of many document processing…

2024

Re-Invoke: Tool Invocation Rewriting for Zero-Shot Tool Retrieval

EMNLP 2024finding

Recent advances in large language models (LLMs) have enabled autonomous agents with complex reasoning and task-fulfillment capabilities using a wide range of tools. However, effectively identifying the most relevant tools for a given task becomes a key bottleneck as the toolset size grows, hindering…

Cited by 5SourcePDFScholar
2024

TableRAG: Million-Token Table Understanding with Language Models

NeurIPS 2024poster

Recent advancements in language models (LMs) have notably enhanced their ability to reason with tabular data, primarily through program-aided mechanisms that manipulate and analyze tables. However, these methods often require the entire table as input, leading to scalability challenges due to the po…

2023

Distilling Step-by-Step! Outperforming Larger Language Models with Less Training Data and Smaller Model Sizes

ACL 2023findings

Deploying large language models (LLMs) is challenging because they are memory inefficient and compute-intensive for practical applications. In reaction, researchers train smaller task-specific models by either finetuning with human labels or distilling using LLM-generated labels. However, finetuning…

2023

FormNetV2: Multimodal Graph Contrastive Learning for Form Document Information Extraction

ACL 2023long

The recent advent of self-supervised pre-training techniques has led to a surge in the use of multimodal learning in form document understanding. However, existing approaches that extend the mask language modeling to other modalities require careful multi-task tuning, complex reconstruction target d…

2023

Multimodal Prompting With Missing Modalities for Visual Recognition

CVPR 2023poster

In this paper, we tackle two challenges in multimodal learning for visual recognition: 1) when missing-modality occurs either during training or testing in real-world situations; and 2) when the computation resources are not available to finetune on heavy transformer models. To this end, we propose…

2023

Neural Spline Search for Quantile Probabilistic Modeling

AAAI 2023technical

Accurate estimation of output quantiles is crucial in many use cases, where it is desired to model the range of possibility. Modeling target distribution at arbitrary quantile levels and at arbitrary input attribute levels are important to offer a comprehensive picture of the data, and requires the…

Cited by 5SourcePDFScholar
2023

Pic2Word: Mapping Pictures to Words for Zero-Shot Composed Image Retrieval

CVPR 2023poster

In Composed Image Retrieval (CIR), a user combines a query image with text to describe their intended target. Existing methods rely on supervised learning of CIR models using labeled triplets consisting of the query image, text specification, and the target image. Labeling such triplets is expensive…

2023

Prefix Conditioning Unifies Language and Label Supervision

CVPR 2023poster

Pretraining visual models on web-scale image-caption datasets has recently emerged as a powerful alternative to traditional pretraining on image classification data. Image-caption datasets are more "open-domain", containing broader scene types and vocabulary words, and result in models that have str…

Cited by 15SourcePDFScholar
2023

QueryForm: A Simple Zero-shot Form Entity Query Framework

ACL 2023findings

Zero-shot transfer learning for document understanding is a crucial yet under-investigated scenario to help reduce the high cost involved in annotating document entities. We present a novel query-based framework, QueryForm, that extracts entity values from form-like documents in a zero-shot fashion.…

Cited by 7SourcePDFScholar
2022

DualPrompt: Complementary Prompting for Rehearsal-Free Continual Learning

ECCV 2022poster

"Continual learning aims at enabling a single model to learn a sequence of tasks without catastrophic forgetting. Top-performing methods usually require a rehearsal buffer to store past pristine examples for experience replay, which, however, limits their practical values due to privacy and memory c…

2022

FormNet: Structural Encoding beyond Sequential Modeling in Form Document Information Extraction

ACL 2022long

Sequence modeling has demonstrated state-of-the-art performance on natural language and document understanding tasks. However, it is challenging to correctly serialize tokens in form-like documents in practice due to their variety of layout patterns. We propose FormNet, a structure-aware sequence mo…

Cited by 87SourcePDFScholar
2022

Learning To Prompt for Continual Learning

CVPR 2022poster

The mainstream paradigm behind continual learning has been to adapt the model parameters to non-stationary data distributions, where catastrophic forgetting is the central challenge. Typical methods rely on a rehearsal buffer or known task identity at test time to retrieve learned knowledge and addr…

Cited by 979PDFcodeScholar
2022

Learning from Weakly-Labeled Web Videos via Exploring Sub-concepts

AAAI 2022technical

Learning visual knowledge from massive weakly-labeled web videos has attracted growing research interests thanks to the large corpus of easily accessible video data on the Internet. However, for video action recognition, the action of interest might only exist in arbitrary clips of untrimmed web vid…

Cited by 7SourcePDFScholar
2021

ROPE: Reading Order Equivariant Positional Encoding for Graph-based Document Information Extraction

ACL 2021short

Natural reading orders of words are crucial for information extraction from form-like documents. Despite recent advances in Graph Convolutional Networks (GCNs) on modeling spatial layout patterns of documents, they have limited ability to capture reading orders of given word-level node representatio…

Cited by 30SourcePDFScholar
2019

Sliced Wasserstein Discrepancy for Unsupervised Domain Adaptation

CVPR 2019poster

In this work, we connect two distinct concepts for unsupervised domain adaptation: feature distribution alignment between domains by utilizing the task-specific decision boundary and the Wasserstein metric. Our proposed sliced Wasserstein discrepancy (SWD) is designed to capture the natural notion o…

Cited by 743PDFScholar
2018

GradNorm: Gradient Normalization for Adaptive Loss Balancing in Deep Multitask Networks

ICML 2018oral

Deep multitask networks, in which one neural network produces multiple predictive outputs, can offer better speed and performance than their single-task counterparts but are challenging to train properly. We present a gradient normalization (GradNorm) algorithm that automatically balances training i…

Cited by 1623SourcePDFScholar
2016

Generalizing Pooling Functions in Convolutional Neural Networks: Mixed, Gated, and Tree

AISTATS 2016poster

We seek to improve deep neural networks by generalizing the pooling operations that play a central role in current architectures. We pursue a careful exploration of approaches to allow pooling to learn and to adapt to complex and variable patterns. The two primary directions lie in (1) learning a po…

Cited by 868SourcePDFScholar