← Search

Weizhu Chen

85 accepted papers

2026

Beyond Pass@ 1: Self-Play with Variational Problem Synthesis Sustains RLVR

ICLR 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) has recently emerged as a key paradigm for post-training Large Language Models (LLMs), particularly for complex reasoning tasks. However, vanilla RLVR training has been shown to improve Pass@1 performance at the expense of policy entropy, leading…

Cited by 0SourcecodeScholar
2026

COSMOS: A Hybrid Adaptive Optimizer for Efficient Training of Large Language Models

ICLR 2026poster

Large Language Models (LLMs) have demonstrated remarkable success across various domains, yet their optimization remains a significant challenge due to the complex and high-dimensional loss landscapes they inhabit. While adaptive optimizers such as AdamW are widely used, they suffer from critical li…

Cited by 0SourcecodeScholar
2026

RE-TRAC: REcursive TRAjectory Compression for Deep Search Agents

ICML 2026poster

LLM-based deep research agents are largely built on the ReAct framework. This linear design makes it difficult to revisit earlier states, branch into alternative search directions, or maintain global awareness under long contexts, often leading to local optima, redundant exploration, and inefficient…

Cited by 0SourceScholar
2026

Shuffle the Context: RoPE-Perturbed Self-Distillation for Long-Context Adaptation

ICML 2026poster

Large language models (LLMs) increasingly operate in settings that require reliable long-context understanding, such as retrieval-augmented generation and multi-document reasoning. A common strategy is to fine-tune pretrained short-context models at the target sequence length. However, we find that …

Cited by 0SourceScholar
2026

ThetaEvolve: Test-time Learning on Open Problems

ICML 2026poster

Recent advances in large language models (LLMs) have enabled breakthroughs in mathematical discovery, exemplified by AlphaEvolve, a closed-source system that evolves programs to improve bounds on open problems. However, it relies on ensembles of frontier LLMs to achieve new bounds and is a pure infe…

Cited by 0SourceScholar
2025

Decoder-Hybrid-Decoder Architecture for Efficient Reasoning with Long Generation

NeurIPS 2025poster

Recent advances in language modeling have demonstrated the effectiveness of State Space Models (SSMs) for efficient sequence modeling. While hybrid architectures such as Samba and the decoder-decoder architecture, YOCO, have shown promising performance gains over Transformers, prior works have not i…

Cited by 0SourcecodeScholar
2025

Key-Point-Driven Data Synthesis with Its Enhancement on Mathematical Reasoning

AAAI 2025technical

Large language models have shown great potential in complex reasoning tasks, yet their performance is often hampered by the scarcity of high-quality and reasoning-focused training datasets. Addressing this challenge, we propose Key-PointDriven Data Synthesis (KPDDS), a novel data synthesis framework…

2025

LongRoPE2: Near-Lossless LLM Context Window Scaling

ICML 2025poster

LongRoPE2 is a novel approach that extends the effective context window of pre-trained large language models (LLMs) to the target length, while preserving the performance on the original shorter context window. This is achieved by three contributions: (1) a hypothesis that insufficient training in…

2025

MTL-LoRA: Low-Rank Adaptation for Multi-Task Learning

AAAI 2025technical

Parameter-efficient fine-tuning (PEFT) has been widely employed for domain adaptation, with LoRA being one of the most prominent methods due to its simplicity and effectiveness. However, in multi-task learning (MTL) scenarios, LoRA tends to obscure the distinction between tasks by projecting sparse…

2025

Reinforcement Learning for Reasoning in Large Language Models with One Training Example

NeurIPS 2025poster

We show that reinforcement learning with verifiable reward using one training example (1-shot RLVR) is effective in incentivizing the math reasoning capabilities of large language models (LLMs). Applying RLVR to the base model Qwen2.5-Math-1.5B, we identify a single example that elevates model perfo…

Cited by 0SourcecodeScholar
2025

Samba: Simple Hybrid State Space Models for Efficient Unlimited Context Language Modeling

ICLR 2025poster

Efficiently modeling sequences with infinite context length has long been a challenging problem. Previous approaches have either suffered from quadratic computational complexity or limited extrapolation ability in length generalization. In this work, we present Samba, a simple hybrid architecture th…

Cited by 43SourcePDFScholar
2025

SwS: Self-aware Weakness-driven Problem Synthesis in Reinforcement Learning for LLM Reasoning

NeurIPS 2025poster

Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective for training large language models (LLMs) on complex reasoning tasks, such as mathematical problem solving. A prerequisite for the scalability of RLVR is a high-quality problem set with precise and verifiable answers. However…

Cited by 0SourcecodeScholar
2024

AGIEval: A Human-Centric Benchmark for Evaluating Foundation Models

NAACL 2024findings

Assessing foundation models’ abilities for human-level tasks is crucial for Artificial General Intelligence (AGI) development.Traditional benchmarks, which rely on artificial datasets, may not accurately represent these capabilities. In this paper, we introduce AGIEval, a novel bilingual benchmark d…

2024

AnnoLLM: Making Large Language Models to Be Better Crowdsourced Annotators

NAACL 2024industry

Many natural language processing (NLP) tasks rely on labeled data to train machine learning models with high performance. However, data annotation is time-consuming and expensive, especially when the task involves a large amount of data or requires specialized domains. Recently, GPT-3.5 series model…

2024

Automatic Instruction Evolving for Large Language Models

EMNLP 2024main

Fine-tuning large pre-trained language models with Evol-Instruct has achieved encouraging results across a wide range of tasks. However, designing effective evolving methods for instruction evolution requires substantial human expertise. This paper proposes Auto Evol-Instruct, an end-to-end framewor…

2024

CRITIC: Large Language Models Can Self-Correct with Tool-Interactive Critiquing

ICLR 2024poster

Recent developments in large language models (LLMs) have been impressive. However, these models sometimes show inconsistencies and problematic behavior, such as hallucinating facts, generating flawed code, or creating offensive and toxic content. Unlike these models, humans typically utilize externa…

2024

Can LLMs Learn From Mistakes? An Empirical Study on Reasoning Tasks

EMNLP 2024finding

Towards enhancing the chain-of-thought (CoT) reasoning of large language models (LLMs), much existing work has revealed the effectiveness of straightforward learning on annotated/generated CoT paths. However, there is less evidence yet that reasoning capabilities can be enhanced through a reverse le…

2024

Competition-Level Problems are Effective LLM Evaluators

ACL 2024findings

Large language models (LLMs) have demonstrated impressive reasoning capabilities, yet there is ongoing debate about these abilities and the potential data contamination problem recently. This paper aims to evaluate the reasoning capacities of LLMs, specifically in solving recent competition-level pr…

Cited by 23SourcePDFScholar
2024

Language Models can be Deductive Solvers

NAACL 2024findings

Logical reasoning is a fundamental aspect of human intelligence and a key component of tasks like problem-solving and decision-making. Recent advancements have enabled Large Language Models (LLMs) to potentially exhibit reasoning capabilities, but complex logical reasoning remains a challenge. The s…

2024

LoftQ: LoRA-Fine-Tuning-aware Quantization for Large Language Models

ICLR 2024oral

Quantization is an indispensable technique for serving Large Language Models (LLMs) and has recently found its way into LoRA fine-tuning (Dettmers et al., 2023). In this work we focus on the scenario where quantization and LoRA fine- tuning are applied together on a pre-trained model. In such cases…

2024

Make Your LLM Fully Utilize the Context

NeurIPS 2024poster

While many contemporary large language models (LLMs) can process lengthy input, they still struggle to fully utilize information within the long context, known as the *lost-in-the-middle* challenge. We hypothesize that it stems from insufficient explicit supervision during the long-context training,…

2024

Not All Tokens Are What You Need for Pretraining

NeurIPS 2024oral

Previous language model pre-training methods have uniformly applied a next-token prediction loss to all training tokens. Challenging this norm, we posit that ''Not all tokens in a corpus are equally important for language model training''. Our initial analysis examines token-level training dynamics…

Cited by 9SourcePDFScholar
2024

Seeking Neural Nuggets: Knowledge Transfer in Large Language Models from a Parametric Perspective

ICLR 2024poster

Large Language Models (LLMs) inherently encode a wealth of knowledge within their parameters through pre-training on extensive corpora. While prior research has delved into operations on these parameters to manipulate the underlying implicit knowledge — encompassing detection, editing, and merging —…

2024

Supervised Knowledge Makes Large Language Models Better In-context Learners

ICLR 2024poster

Large Language Models (LLMs) exhibit emerging in-context learning abilities through prompt engineering. The recent progress in large-scale generative models has further expanded their use in real-world language applications. However, the critical challenge of improving the generalizability and factu…

2024

ToRA: A Tool-Integrated Reasoning Agent for Mathematical Problem Solving

ICLR 2024poster

Large language models have made significant progress in various language tasks, yet they still struggle with complex mathematics. In this paper, we propose ToRA a series of Tool-integrated Reasoning Agents designed to solve challenging mathematical problems by seamlessly integrating natural language…

2024

WizardArena: Post-training Large Language Models via Simulated Offline Chatbot Arena

NeurIPS 2024poster

Recent work demonstrates that, post-training large language models with open-domain instruction following data have achieved colossal success. Simultaneously, human Chatbot Arena has emerged as one of the most reasonable benchmarks for model evaluation and developmental guidance. However, the proces…

Cited by 0SourcePDFScholar
2023

AR-Diffusion: Auto-Regressive Diffusion Model for Text Generation

NeurIPS 2023poster

Diffusion models have gained significant attention in the realm of image generation due to their exceptional performance. Their success has been recently expanded to text generation via generating all tokens within a sequence concurrently. However, natural language exhibits a far more pronounced se…

2023

Adaptive Budget Allocation for Parameter-Efficient Fine-Tuning

ICLR 2023poster

Fine-tuning large pre-trained language models on downstream tasks has become an important paradigm in NLP. However, common practice fine-tunes all of the parameters in a pre-trained model, which becomes prohibitive when a large number of downstream tasks are present. Therefore, many fine-tuning meth…

2023

Code Execution with Pre-trained Language Models

ACL 2023findings

Code execution is a fundamental aspect of programming language semantics that reflects the exact behavior of the code. However, most pre-trained models for code intelligence ignore the execution trace and only rely on source code and syntactic structures. In this paper, we investigate how well pre-t…

2023

CodeT: Code Generation with Generated Tests

ICLR 2023poster

The task of generating code solutions for a given programming problem can benefit from the use of pre-trained language models such as Codex, which can produce multiple diverse samples. However, a major challenge for this task is to select the most appropriate solution from the multiple samples gener…

2023

DSEE: Dually Sparsity-embedded Efficient Tuning of Pre-trained Language Models

ACL 2023long

Gigantic pre-trained models have become central to natural language processing (NLP), serving as the starting point for fine-tuning towards a range of downstream tasks. However, two pain points persist for this paradigm: (a) as the pre-trained models grow bigger (e.g., 175B parameters for GPT-3), ev…

2023

DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing

ICLR 2023poster

This paper presents a new pre-trained language model, NewModel, which improves the original DeBERTa model by replacing mask language modeling (MLM) with replaced token detection (RTD), a more sample-efficient pre-training task. Our analysis shows that vanilla embedding sharing in ELECTRA hurts train…

2023

Diffusion-GAN: Training GANs with Diffusion

ICLR 2023poster

Generative adversarial networks (GANs) are challenging to train stably, and a promising remedy of injecting instance noise into the discriminator input has not been very effective in practice. In this paper, we propose Diffusion-GAN, a novel GAN framework that leverages a forward diffusion chain to…

2023

Enhancing Retrieval-Augmented Large Language Models with Iterative Retrieval-Generation Synergy

EMNLP 2023long findings

Retrieval-augmented generation has raise extensive attention as it is promising to address the limitations of large language models including outdated knowledge and hallucinations. However, retrievers struggle to capture relevance, especially for queries with complex information needs. Recent work h…

Cited by 0SourceScholar
2023

HyperTuning: Toward Adapting Large Language Models without Back-propagation

ICML 2023poster

Fine-tuning large language models for different tasks can be costly and inefficient, and even methods that reduce the number of tuned parameters still require full gradient-based optimization. We propose HyperTuning, a novel approach to model adaptation that uses a hypermodel to generate task-specif…

Cited by 34SourcePDFScholar
2023

In-Context Learning Unlocked for Diffusion Models

NeurIPS 2023spotlight

We present Prompt Diffusion, a framework for enabling in-context learning in diffusion-based generative models. Given a pair of task-specific example images, such as depth from/to image and scribble from/to image, and a text guidance, our model automatically understands the underlying task and perfo…

2023

Joint Generator-Ranker Learning for Natural Language Generation

ACL 2023findings

Generate-then-rank is a widely used mechanism for text generation, where a generator produces multiple text candidates and a ranker chooses the best one among the text candidates. However, existing methods usually train the generator and the ranker individually, neglecting the mutual feedback that c…

2023

Less is More: Task-aware Layer-wise Distillation for Language Model Compression

ICML 2023poster

Layer-wise distillation is a powerful tool to compress large models (i.e. teacher models) into small ones (i.e., student models). The student distills knowledge from the teacher by mimicking the hidden representations of the teacher at every intermediate layer. However, layer-wise distillation is di…

2023

LoSparse: Structured Compression of Large Language Models based on Low-Rank and Sparse Approximation

ICML 2023poster

Transformer models have achieved remarkable results in various natural language tasks, but they are often prohibitively large, requiring massive memories and computational resources. To re- duce the size and complexity of these models, we propose LoSparse (Low-Rank and Sparse ap- proximation), a nov…

2023

Making Language Models Better Reasoners with Step-Aware Verifier

ACL 2023long

Few-shot learning is a challenging task that requires language models to generalize from limited examples. Large language models like GPT-3 and PaLM have made impressive progress in this area, but they still face difficulties in reasoning tasks such as GSM8K, a benchmark for arithmetic problems. To…

Cited by 185SourcePDFScholar
2023

Patch Diffusion: Faster and More Data-Efficient Training of Diffusion Models

NeurIPS 2023poster

Diffusion models are powerful, but they require a lot of time and data to train. We propose Patch Diffusion, a generic patch-wise training framework, to significantly reduce the training time costs while improving data efficiency, which thus helps democratize diffusion model training to broader user…

2023

RepoCoder: Repository-Level Code Completion Through Iterative Retrieval and Generation

EMNLP 2023long main

The task of repository-level code completion is to continue writing the unfinished code based on a broader context of the repository. While for automated code completion tools, it is difficult to utilize the useful information scattered in different files. We propose RepoCoder, a simple, generic, an…

Cited by 0SourcecodeScholar
2023

Skill-Based Few-Shot Selection for In-Context Learning

EMNLP 2023long main

*In-context learning* is the paradigm that adapts large language models to downstream tasks by providing a few examples. *Few-shot selection*---selecting appropriate examples for each test instance separately---is important for in-context learning. In this paper, we propose **Skill-KNN**, a skill-ba…

Cited by 0SourceScholar
2023

Synthetic Prompting: Generating Chain-of-Thought Demonstrations for Large Language Models

ICML 2023poster

Large language models can perform various reasoning tasks by using chain-of-thought prompting, which guides them to find answers through step-by-step demonstrations. However, the quality of the prompts depends on the demonstrations given to the models, and creating many of them by hand is costly. We…

Cited by 105SourcePDFScholar
2023

Text Generation with Diffusion Language Models: A Pre-training Approach with Continuous Paragraph Denoise

ICML 2023poster

In this paper, we introduce a novel dIffusion language modEl pre-training framework for text generation, which we call GENIE. GENIE is a large-scale pre-trained diffusion language model that consists of an encoder and a diffusion-based decoder, which can generate text by gradually transforming a ran…

2023

Truncated Diffusion Probabilistic Models and Diffusion-based Adversarial Auto-Encoders

ICLR 2023poster

Employing a forward diffusion chain to gradually map the data to a noise distribution, diffusion-based generative models learn how to generate the data by inferring a reverse diffusion chain. However, this approach is slow and costly because it needs many forward and reverse steps. We propose a fas…

2022

A Good Prompt Is Worth Millions of Parameters: Low-resource Prompt-based Learning for Vision-Language Models

ACL 2022long

Large pre-trained vision-language (VL) models can learn a new task with a handful of examples and generalize to a new task without fine-tuning. However, these VL models are hard to deploy for real-world applications due to their impractically huge sizes and slow inference speed. To solve this limita…

2022

A Token-level Reference-free Hallucination Detection Benchmark for Free-form Text Generation

ACL 2022long

Large pretrained generative models like GPT-3 often suffer from hallucinating non-existent or incorrect content, which undermines their potential merits in real applications. Existing work usually attempts to detect these hallucinations based on a corresponding oracle reference at a sentence or docu…

2022

ALLSH: Active Learning Guided by Local Sensitivity and Hardness

NAACL 2022findings

Active learning, which effectively collects informative unlabeled data for annotation, reduces the demand for labeled data. In this work, we propose to retrieve unlabeled samples with a local sensitivity and hardness-aware acquisition function. The proposed method generates data copies through local…

Cited by 39SourcePDFScholar
2022

Adversarial Retriever-Ranker for Dense Text Retrieval

ICLR 2022poster

Current dense text retrieval models face two typical challenges. First, it adopts a siamese dual-encoder architecture to encode query and document independently for fast indexing and searching, whereas neglecting the finer-grained term-wise interactions. This results in a sub-optimal recall performa…

2022

CAMERO: Consistency Regularized Ensemble of Perturbed Language Models with Weight Sharing

ACL 2022long

Model ensemble is a popular approach to produce a low-variance and well-generalized model. However, it induces large memory and inference costs, which is often not affordable for real-world deployment. Existing work has resorted to sharing weights among models. However, when increasing the proportio…

2022

CERT: Continual Pre-training on Sketches for Library-oriented Code Generation

IJCAI 2022poster

Code generation is a longstanding challenge, aiming to generate a code snippet based on a natural language description. Usually, expensive text-code paired data is essential for training a code generation model. Recently, thanks to the success of pre-training techniques, large language models are tr…

2022

CodeRetriever: A Large Scale Contrastive Pre-Training Method for Code Search

EMNLP 2022main

In this paper, we propose the CodeRetriever model, which learns the function-level code semantic representations through large-scale code-text contrastive pre-training. We adopt two contrastive learning schemes in CodeRetriever: unimodal contrastive learning and bimodal contrastive learning. For uni…

2022

Controllable Natural Language Generation with Contrastive Prefixes

ACL 2022findings

To guide the generation of large pretrained language models (LM), previous work has focused on directly fine-tuning the language model or utilizing an attribute discriminator. In this work, we propose a novel lightweight framework for controllable GPT2 generation, which utilizes a set of small attri…

Cited by 100SourcePDFScholar
2022

DialogVED: A Pre-trained Latent Variable Encoder-Decoder Model for Dialog Response Generation

ACL 2022long

Dialog response generation in open domain is an important research topic where the main challenge is to generate relevant and diverse responses. In this paper, we propose a new dialog pre-training framework called DialogVED, which introduces continuous latent variables into the enhanced encoder-deco…

2022

Finding the Dominant Winning Ticket in Pre-Trained Language Models

ACL 2022findings

The Lottery Ticket Hypothesis suggests that for any over-parameterized model, a small subnetwork exists to achieve competitive performance compared to the backbone architecture. In this paper, we study whether there is a winning lottery ticket for pre-trained language models, which allow the practit…

2022

LoRA: Low-Rank Adaptation of Large Language Models

ICLR 2022poster

An important paradigm of natural language processing consists of large-scale pre-training on general domain data and adaptation to particular tasks or domains. As we pre-train larger models, full fine-tuning, which retrains all model parameters, becomes less feasible. Using GPT-3 175B as an example…

2022

MoEBERT: from BERT to Mixture-of-Experts via Importance-Guided Adaptation

NAACL 2022long

Pre-trained language models have demonstrated superior performance in various natural language processing tasks. However, these models usually contain hundreds of millions of parameters, which limits their practicality because of latency requirements in real-world applications. Existing methods trai…

2022

No Parameters Left Behind: Sensitivity Guided Adaptive Learning Rate for Training Large Transformer Models

ICLR 2022poster

Recent research has shown the existence of significant redundancy in large Transformer models. One can prune the redundant parameters without significantly sacrificing the generalization performance. However, we question whether the redundant parameters could have contributed more if they were prope…

2022

OmniTab: Pretraining with Natural and Synthetic Data for Few-shot Table-based Question Answering

NAACL 2022long

The information in tables can be an important complement to text, making table-based question answering (QA) systems of great value. The intrinsic complexity of handling tables often adds an extra burden to both model design and data annotation. In this paper, we aim to develop a simple table-based…

2022

PLATON: Pruning Large Transformer Models with Upper Confidence Bound of Weight Importance

ICML 2022spotlight

Large Transformer-based models have exhibited superior performance in various natural language processing and computer vision tasks. However, these models contain enormous amounts of parameters, which restrict their deployment to real-world applications. To reduce the model size, researchers prune t…

2022

Scalable Learning to Optimize: A Learned Optimizer Can Train Big Models

ECCV 2022poster

"Learning to optimize (L2O) has gained increasing attention since it demonstrates a promising path to automating and accelerating the optimization of complicated problems. Unlike manually crafted classical optimizers, L2O parameterizes and learns optimization rules in a data-driven fashion. However,…

2022

Soft-Labeled Contrastive Pre-Training for Function-Level Code Representation

EMNLP 2022finding

Code contrastive pre-training has recently achieved significant progress on code-related tasks. In this paper, we present SCodeR, a Soft-labeled contrastive pre-training framework with two positive sample construction methods to learn functional-level Code Representation. Considering the relevance b…

2022

TAPEX: Table Pre-training via Learning a Neural SQL Executor

ICLR 2022poster

Recent progress in language model pre-training has achieved a great success via leveraging large-scale unstructured textual data. However, it is still a challenge to apply pre-training on structured tabular data due to the absence of large-scale high-quality tabular data. In this paper, we propose T…

2022

XLM-K: Improving Cross-Lingual Language Model Pre-training with Multilingual Knowledge

AAAI 2022technical

Cross-lingual pre-training has achieved great successes using monolingual and bilingual plain text corpora. However, most pre-trained models neglect multilingual knowledge, which is language agnostic but comprises abundant cross-lingual structure alignment. In this paper, we propose XLM-K, a cross-l…

2021

ARCH: Efficient Adversarial Regularized Training with Caching

EMNLP 2021finding

Adversarial regularization can improve model generalization in many natural language processing tasks. However, conventional approaches are computationally expensive since they need to generate a perturbation for each sample in each epoch. We propose a new adversarial regularization method ARCH (adv…

2021

Adversarial Regularization as Stackelberg Game: An Unrolled Optimization Approach

EMNLP 2021main

Adversarial regularization has been shown to improve the generalization performance of deep learning models in various natural language processing tasks. Existing works usually formulate the method as a zero-sum game, which is solved by alternating gradient descent/ascent algorithms. Such a formulat…

2021

BANG: Bridging Autoregressive and Non-autoregressive Generation with Large Scale Pretraining

ICML 2021spotlight

In this paper, we propose BANG, a new pretraining model to Bridge the gap between Autoregressive (AR) and Non-autoregressive (NAR) Generation. AR and NAR generation can be uniformly regarded as to what extent previous tokens can be attended, and BANG bridges AR and NAR generation through designing a…

2021

CoDA: Contrast-enhanced and Diversity-promoting Data Augmentation for Natural Language Understanding

ICLR 2021poster

Data augmentation has been demonstrated as an effective strategy for improving model generalization and data efficiency. However, due to the discrete nature of natural language, designing label-preserving transformations for text data tends to be more challenging. In this paper, we propose a novel…

Cited by 98SourcePDFScholar
2021

DEBERTA: DECODING-ENHANCED BERT WITH DISENTANGLED ATTENTION

ICLR 2021poster

Recent progress in pre-trained neural language models has significantly improved the performance of many natural language processing (NLP) tasks. In this paper we propose a new model architecture DeBERTa (Decoding-enhanced BERT with disentangled attention) that improves the BERT and RoBERTa models u…

Cited by 3296SourcecodeScholar
2021

Few-Shot Named Entity Recognition: An Empirical Baseline Study

EMNLP 2021main

This paper presents an empirical study to efficiently build named entity recognition (NER) systems when a small amount of in-domain labeled data is available. Based upon recent Transformer-based self-supervised pre-trained language models (PLMs), we investigate three orthogonal schemes to improve mo…

2021

Finetuning Pretrained Transformers into RNNs

EMNLP 2021main

Transformers have outperformed recurrent neural networks (RNNs) in natural language generation. But this comes with a signifi- cant computational cost, as the attention mechanism’s complexity scales quadratically with sequence length. Efficient transformer variants have received increasing interest…

2021

Generation-Augmented Retrieval for Open-Domain Question Answering

ACL 2021long

We propose Generation-Augmented Retrieval (GAR) for answering open-domain questions, which augments a query through text generation of heuristically discovered relevant contexts without external resources as supervision. We demonstrate that the generated contexts substantially enrich the semantics o…

2021

HiddenCut: Simple Data Augmentation for Natural Language Understanding with Better Generalizability

ACL 2021long

Fine-tuning large pre-trained models with task-specific data has achieved great success in NLP. However, it has been demonstrated that the majority of information within the self-attention networks is redundant and not utilized effectively during the fine-tuning stage. This leads to inferior results…

2021

MixKD: Towards Efficient Distillation of Large-scale Language Models

ICLR 2021poster

Large-scale language models have recently demonstrated impressive empirical performance. Nevertheless, the improved results are attained at the price of bigger models, more power consumption, and slower inference, which hinder their applicability to low-resource (both memory and computation) platfor…

Cited by 90SourcePDFScholar
2021

Poolingformer: Long Document Modeling with Pooling Attention

ICML 2021spotlight

In this paper, we introduce a two-level attention schema, Poolingformer, for long document modeling. Its first level uses a smaller sliding window pattern to aggregate information from neighbors. Its second level employs a larger window to increase receptive fields with pooling attention to reduce b…

2021

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

ACL 2021long

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ”lottery tickets”, and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In this paper, we study such a collection of tickets, which is referred to as ”winning t…

2021

Token-wise Curriculum Learning for Neural Machine Translation

EMNLP 2021finding

Existing curriculum learning approaches to Neural Machine Translation (NMT) require sampling sufficient amounts of “easy” samples from training data at the early training stage. This is not always achievable for low-resource languages where the amount of training data is limited. To address such a l…

2021

Tuning Large Neural Networks via Zero-Shot Hyperparameter Transfer

NeurIPS 2021poster

Hyperparameter (HP) tuning in deep learning is an expensive process, prohibitively so for neural networks (NNs) with billions of parameters. We show that, in the recently discovered Maximal Update Parametrization ($\mu$P), many optimal HPs remain stable even as model size changes. This leads to a ne…

2021

UnitedQA: A Hybrid Approach for Open Domain Question Answering

ACL 2021long

To date, most of recent work under the retrieval-reader framework for open-domain QA focuses on either extractive or generative reader exclusively. In this paper, we study a hybrid approach for leveraging the strengths of both models. We apply novel techniques to enhance both extractive and generati…

Cited by 54SourcePDFScholar
2020

On the Variance of the Adaptive Learning Rate and Beyond

ICLR 2020poster

The learning rate warmup heuristic achieves remarkable success in stabilizing training, accelerating convergence and improving generalization for adaptive stochastic optimization algorithms like RMSprop and Adam. Pursuing the theory behind warmup, we identify a problem of the adaptive learning rate…

Cited by 2552SourcecodeScholar
2018

FusionNet: Fusing via Fully-aware Attention with Application to Machine Comprehension

ICLR 2018poster

This paper introduces a new neural structure called FusionNet, which extends existing attention approaches from three perspectives. First, it puts forward a novel concept of "History of Word" to characterize attention information from the lowest word-level embedding up to the highest semantic-level…