Papers by Yizhe Zhang

40 papers
Contextualized Perturbation for Textual Adversarial Attack (2021.naacl-main)

Copied to clipboard

Challenge: Existing techniques for generating adversarial examples are driven by local heuristic rules that are agnostic to the context, resulting in unnatural and ungrammatical outputs.
Approach: They propose a ContextuaLized AdversaRial Example generation model that generates fluent and grammatical outputs through a mask-then-infill procedure.
Outcome: The proposed model outperforms baseline models in terms of attack success rate, textual similarity, fluency and grammaticality.
Interactive Text Generation (2023.emnlp-main)

Copied to clipboard

Challenge: Advances in generative modeling have made it possible to automatically generate high-quality texts, code, and images, but they can be unsatisfactory in many respects.
Approach: They propose a task that allows training generation models interactively without the costs of involving real users.
Outcome: The proposed model trains with Imitation Learning without the cost of involving real users and is superior to non-interactive models.
INSET: Sentence Infilling with INter-SEntential Transformer (2020.acl-main)

Copied to clipboard

Challenge: Missing sentence generation fosters a wide range of applications in natural language generation . Developing models for sentence infilling can potentially facilitate many text generation applications .
Approach: They propose a framework to decouple the problem from natural language processing . they propose generating missing sentences that can syntactically and semantically bridge context .
Outcome: The proposed model learns a sentence representation and generates 'missing sentences' the proposed model can be used for document auto-completion and meeting note expansion .
Microsoft Icecaps: An Open-Source Toolkit for Conversation Modeling (P19-3)

Copied to clipboard

Challenge: upcoming open-source natural language processing repository aims to train conversational agents for multi-turn situations.
Approach: They present the Intelligent Conversation Engine: Code and Pre-trained Systems (ICECAPS) the framework wraps TensorFlow functionality in a modular component-based architecture.
Outcome: The Intelligent Conversation Engine: Code and Pre-trained Systems (ICECAPS) is an open-source natural language processing repository.
DIALOGPT : Large-Scale Generative Pre-training for Conversational Response Generation (2020.acl-demos)

Copied to clipboard

Challenge: DIALOGPT is a large, tunable neural conversational response generation model . trained on 147M conversation-like exchanges extracted from Reddit comment chains .
Approach: They present a large, tunable neural conversational response generation model, DIALOGPT . the model is trained on 147M conversation-like exchanges extracted from Reddit comment chains .
Outcome: The proposed model can generate more relevant, contentful and context-consistent responses than baseline systems.
Decoding-Unlearning: Fact Forgetting via Entropy-Guided Inference (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for large-scale modeling memorize sensitive information . however, they are limited in real-world scenarios and require updating parameters .
Approach: They propose a training-free, plug-and-play inference-time unlearning strategy that uses a probe to detect queries involving forgettable concepts and applies entropy-guided decoding to suppress target knowledge.
Outcome: Experiments on MUSE, RWKU, and WMDP datasets show that SEGUE outperforms existing methods.
Optimus: Organizing Sentences via Pre-trained Modeling of a Latent Space (2020.emnlp-main)

Copied to clipboard

Challenge: Existing models for language understanding and understanding can be trained to provide contextualized representations of words based on text data.
Approach: They propose a large-scale language VAE model Optimus that is pre-trained on large text corpus and fine-tuned for various language generation and understanding tasks.
Outcome: The proposed model achieves new state-of-the-art on VAE language modeling benchmarks.
Joint Embedding of Words and Labels for Text Classification (P18-1)

Copied to clipboard

Challenge: Existing approaches to text classification use word embeddings to capture semantic regularities between words.
Approach: They propose to view text classification as a label-word joint embedding problem . they use a framework that measures compatibility between text sequences and labels .
Outcome: The proposed framework outperforms the state-of-the-art methods on large text datasets.
MMAU: A Holistic Benchmark of Agent Capabilities Across Diverse Domains (2025.findings-naacl)

Copied to clipboard

Challenge: Existing benchmarks focus on specific application scenarios, emphasizing task completion but failing to dissect the underlying skills that drive these outcomes.
Approach: They propose a Massive Multitask Agent Understanding benchmark that evaluates LLMs across five domains and offline tasks.
Outcome: The Massive Multitask Agent Understanding (MMAU) benchmark evaluates models across five domains including Tool-use, Directed Acyclic Graph (DAG) QA, Data Science and Machine Learning coding, Contest-level programming and Mathematics.
Generating a Common Question from Multiple Documents using Multi-source Encoder-Decoder Models (D19-56)

Copied to clipboard

Challenge: Ambiguous user queries can result in multiple topics being retrieved from search engines.
Approach: They propose a task of generating a common question from multiple documents by training an RNN-based single encoder-decoder generator from document pairs and then a model that aggregates these word distributions to generate a question.
Outcome: The proposed model significantly outperforms existing models when evaluated using automated metrics and human judgments on the MS-MARCO-QA dataset.
Bridging the Training-Inference Gap for Dense Phrase Retrieval (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for building dense retrievers are often misaligned and do not reflect retrieval scenario at inference time.
Approach: They propose a way to validate dense retrievers using a small subset of the entire corpus.
Outcome: The proposed model improves top-1 phrase retrieval accuracy by 2 3 points and top-20 passage retrieval by 2 4 points for open-domain question answering.
CriticLean: Critic-Guided Reinforcement Learning for Mathematical Formalization (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to formalizing mathematical statements face limitations in accuracy, especially in the context of complex, highlevel problems that involve sophisticated mathematical reasoning.
Approach: They propose a CriticLean framework that elevates the role of the critic from a passive validator to an active learning component and introduce a benchmark to measure models’ ability to distinguish semantically correct from incorrect formalizations.
Outcome: The proposed framework outperforms open- and closed-source benchmarks and shows that it significantly outperformed existing models.
ToolSandbox: A Stateful, Conversational, Interactive Evaluation Benchmark for LLM Tool Use Capabilities (2025.findings-naacl)

Copied to clipboard

Challenge: Recent advances in large language models have led to a growing interest in tool assisted LLMs . toolSandbox includes stateful tool execution, implicit state dependencies between tools .
Approach: a new tool-based evaluation tool is released to help LLMs evaluate their tool-use capabilities. a tool-driven evaluation tool includes stateful tool execution, implicit state dependencies between tools and a built-in user simulator.
Outcome: the toolSandbox evaluation benchmark shows that open source and proprietary models have a performance gap . the benchmarks show that even the most capable LLMs are challenged by state dependent tasks .
Probing the Multi-turn Planning Capabilities of LLMs via 20 Question Games (2024.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are effective at answering clear questions but when faced with ambiguous queries they act unpredictably and produce incorrect outputs.
Approach: They propose to use a surrogate problem to assess an LLMs’s ability to deduce an entity unknown to itself, but revealed to a judge, by asking the judge a series of queries.
Outcome: The proposed model outperforms human players on the entity-deducing task by a large margin.
Finetuning Pretrained Transformers into RNNs (2021.emnlp-main)

Copied to clipboard

Challenge: Efficient transformers outperform recurrent neural networks in natural language generation, but this comes with significant computational cost and memory footprint during generation.
Approach: They propose to convert a pretrained transformer into its efficient recurrent counterpart, improving efficiency while maintaining accuracy.
Outcome: The proposed transformers outperform recurrent neural networks in natural language generation but come with significant computational and memory footprint during generation.
Dialogue Response Ranking Training with Large-Scale Human Feedback Data (2020.emnlp-main)

Copied to clipboard

Challenge: Existing open-domain dialog models can minimize the perplexity of target human responses . however, some human responses are more engaging than others, spawning more followup interactions .
Approach: They train open-domain dialog models to minimize perplexity of target human responses . they use social media feedback data to train models to predict engaging dialog turns .
Outcome: The proposed model outperforms existing models on 133M human feedback pairs . it also outperformed the conventional dialog perplexity baseline model .
A Token-level Reference-free Hallucination Detection Benchmark for Free-form Text Generation (2022.acl-long)

Copied to clipboard

Challenge: Existing work on pre-trained generative models often fails to detect non-existent or incorrect content . Existing studies have attempted to detect hallucinations based on oracle references .
Approach: They propose a token-level, reference-free hallucination detection task based on Wikipedia annotations to detect non-existent or incorrect content.
Outcome: The proposed task is token-level, reference-free hallucination detection task and dataset . authors argue that the proposed task can be used in real-time to detect hallucines .
Rephrasing the Web: A Recipe for Compute and Data-Efficient Language Modeling (2024.acl-long)

Copied to clipboard

Challenge: Large language model pre-training is infeasible due to the large compute costs and duration associated with pre- training and the impending scarcity of high-quality data on the web.
Approach: They propose to use an off-the-shelf instruction-tuned model prompted to paraphrase documents on the web in specific styles such as “like Wikipedia” or in “question-answer format” to jointly pre-train LLMs on real and synthetic rephrases.
Outcome: The proposed model speeds up pre-training by 3x on the C4 dataset, and improves perplexity by 50% on average across different subsets of the Pile.
Automatic Document Sketching: Generating Drafts from Analogous Texts (2021.findings-acl)

Copied to clipboard

Challenge: Large pre-trained language models have made it possible to make high-quality predictions on how to add or change a sentence in a document.
Approach: They propose a task to generate entire draft documents for the writer to review and revise.
Outcome: The proposed model can make high-quality predictions on how to add or change a sentence in a document, but it lacks the branching factor to offer useful editing suggestions at a global or document level.
POINTER: Constrained Progressive Text Generation via Insertion-based Generative Pre-training (2020.emnlp-main)

Copied to clipboard

Challenge: Existing pre-trained language models cannot be directly employed to generate text under specified lexical constraints.
Approach: They propose a method for insertion-based text generation that inserts tokens between existing tokens in a parallel manner.
Outcome: The proposed method is intuitive and interpretable on Wikipedia and Yelp datasets.
Breaking the Stage Barrier: A Novel Single-Stage Approach to Long Context Extension for Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Recent studies show that Large language models struggle with handling long token sequences due to limited training context size.
Approach: They propose a single-stage continual pretraining method to equip LLMs with long context modeling capabilities.
Outcome: The proposed method outperforms existing methods on 4 language modeling benchmarks.
Domain Adaptive Text Style Transfer (D19-1)

Copied to clipboard

Challenge: Text style transfer without parallel data is a promising method for learning, but in the scenario where less data is available, it may yield poor performance.
Approach: They propose to leverage available data to learn domain-adaptive text style transfer models . they evaluate two style transfer tasks where only limited non-parallel data is available .
Outcome: The proposed models learn from the source domain to: (i) distinguish stylized information and generic content information; (ii) maximally preserve content information and (iv) adaptively transfer the styles in a domain-aware manner.
DSMoE: Matrix-Partitioned Experts with Dynamic Routing for Computation-Efficient Dense LLMs (2025.emnlp-main)

Copied to clipboard

Challenge: Existing sparsification methods like pruning can lose model knowledge through parameter removal.
Approach: They propose a novel approach that achieves sparsification by partitioning pre-trained FFN layers into computational blocks.
Outcome: The proposed approach achieves superior performance across language modeling and downstream tasks under equivalent computational constraints.
Improving Disentangled Text Representation Learning with Information-Theoretic Guidance (2020.acl-main)

Copied to clipboard

Challenge: Disentangled representation learning (DRL) maps different aspects of data into distinct and independent low-dimensional latent vector spaces.
Approach: They propose a method that manifests disentangled representations of text without supervision on semantics by minimizing the upper bound between style and content.
Outcome: The proposed method improves on conditional text generation and text-style transfer tasks and improves style preservation.
Baseline Needs More Love: On Simple Word-Embedding-Based Models and Associated Pooling Mechanisms (P18-1)

Copied to clipboard

Challenge: Existing deep learning architectures to model compositionality in text sequences require a large number of parameters and expensive computations.
Approach: They propose two additional pooling strategies over word embeddings for improved interpretability and hierarchical pooling for spatial (n-gram) information within text sequences.
Outcome: The proposed pooling strategies improve interpretability and preserve spatial (n-gram) information within text sequences.
MirageBackdoor: A Stealthy Attack that Induces Think-Well-Answer-Wrong Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing CoT backdoor attacks manipulate intermediate reasoning steps to steer the model toward incorrect answers, but these corrupted reasoning traces are readily detected by prevalent process-monitoring defenses.
Approach: They propose a backdoor attack that exploits the model's post-output space to preserve clean CoTs while selectively steering the final answer toward a specific target.
Outcome: Experiments show that MirageBD achieves over 90% success rate across four datasets and five models with a poison ratio of only 5%.
Divide-or-Conquer? Which Part Should You Distill Your LLM? (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent studies have shown that Large Language Models (LLMs) can solve reasoning tasks better when they are encouraged to solve subtasks of the main task first.
Approach: They propose a strategy that breaks down reasoning tasks into a problem decomposition phase and a solution phase and propose 'smaller' models that can achieve good generalization.
Outcome: The proposed approach outperforms a single stage solution in two tasks and their impact on reasoning outcomes and inference cost.
Eliciting In-context Retrieval and Reasoning for Long-context Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks like LOFT often overestimate LCLM performance by providing overly simplified contexts.
Approach: They propose to use retrieval-attention-probing to filter and de-noise long contexts during decoding and joint retrieval head training alongside the generation head to improve LCLM performance.
Outcome: The proposed approach outperforms RAG and GPT-4-Turbo on most tasks despite being a much smaller model.
Towards More Efficient Insertion Transformer with Fractional Positional Encoding (2023.eacl-main)

Copied to clipboard

Challenge: Empirical studies on text generation tasks demonstrate the effectiveness of insertion-based models.
Approach: They propose a reusable positional encoding scheme for insertion transformers that allows reusing representations calculated in previous steps.
Outcome: Empirical studies show that the proposed model reduces the time required to generate a token and improves decoding efficiency.
Structuring Latent Spaces for Stylized Response Generation (D19-1)

Copied to clipboard

Challenge: Existing methods for generating responses in a targeted style are limited by the lack of parallel data.
Approach: They propose a method that bridges conversation modeling and non-parallel style transfer by sharing a structured latent space.
Outcome: The proposed system generates responses of the targeted style and outperforms baselines without sacrificing appropriateness.
Mis-prompt: Benchmarking Large Language Models for Proactive Error Handling (2025.acl-long)

Copied to clipboard

Challenge: Current error-handling works are performed in a passive manner, with explicit error- handling instructions.
Approach: They propose a new benchmark to analyze LLMs' performance on a mis-prompt benchmark and a dataset to promote further research.
Outcome: The proposed benchmark shows that current LLMs show poor performance on proactive error handling, and that SFT improves on error handling instances.
On the Limited Generalization Capability of the Implicit Reward Model Induced by Direct Preference Optimization (2024.findings-emnlp)

Copied to clipboard

Challenge: Reinforcement Learning from Human Feedback (RLHF) is an effective approach for aligning language models to human preferences.
Approach: They compare the accuracy of DPORM and EXRM with a reward function for scoring human preferences.
Outcome: The proposed methods can approximate an EXRM on the limit infinite samples, but it is unclear how effective they are in practice.
Contextual Text Style Transfer (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for text style transfer are limited by the lack of parallel data.
Approach: They propose a task to translate a sentence into a desired style with its surrounding context taken into account.
Outcome: The proposed model outperforms state-of-the-art methods across style accuracy, content preservation and contextual consistency metrics.
Improving Text Generation with Student-Forcing Optimal Transport (2020.emnlp-main)

Copied to clipboard

Challenge: Maximum likelihood estimation (MLE) is used to train models, but during testing, the model is conditioned on previously generated tokens, resulting in exposure bias.
Approach: They propose to use optimal transport to match the sequences generated in MLE and test modes to reduce exposure bias.
Outcome: The proposed method is validated on machine translation, text summarization, and text generation tasks.
Improving Textual Network Embedding with Global Attention via Optimal Transport (P19-1)

Copied to clipboard

Challenge: Existing methods for learning textual network embeddings are noisy and sparse.
Approach: They propose to use text-based attention parsing to learn context-aware network embeddings.
Outcome: The proposed model outperforms state-of-the-art methods in a number of domains.
Linearizing Transformer with Key-Value Memory (2022.emnlp-main)

Copied to clipboard

Challenge: Efficient transformer variants with linear time complexity have been developed to mitigate the quadratic computational overhead of the vanilla transformer.
Approach: They propose a linear time complexity transformer variant that reduces the quadratic computational overhead of the vanilla transformer by using a recurrent-style incremental computation similar to kernel-based transformers.
Outcome: The proposed method reduces the performance gap while achieving the same efficiency even with short generation.
EvoWiki: Evaluating LLMs on Evolving Knowledge (2025.acl-long)

Copied to clipboard

Challenge: Existing knowledge evolution benchmarks are static and fail to capture the evolving nature of LLMs and knowledge.
Approach: They propose an evolving dataset that categorizes information into stable, evolved, and uncharted states.
Outcome: The proposed dataset is auto-updatable and enables evaluation of continuously changing knowledge and newly released LLMs.
Towards Generating Long and Coherent Text with Multi-Level Latent Variable Models (P19-1)

Copied to clipboard

Challenge: Variational autoencoders (VAEs) have received much attention as an end-to-end architecture for text generation with latent variables.
Approach: They propose to leverage several multi-level structures to learn a variational autoencoder model for generating long, and coherent text.
Outcome: The proposed model produces more coherent and less repetitive long text compared to baselines and mitigates posterior collapse issue.
Jointly Optimizing Diversity and Relevance in Neural Response Generation (N19-1)

Copied to clipboard

Challenge: Recent neural conversation models often generate bland and generic responses . however, the improvement often comes at the cost of decreased relevance .
Approach: They propose a spacefusion model to jointly optimize diversity and relevance that fuses the latent space of a sequence-to-sequence model and that of an autoencoder model by leveraging novel regularization terms.
Outcome: The proposed model improves diversity and relevance compared to baselines in both diversity and diversity.
Contrastive Multi-document Question Generation (2021.eacl-main)

Copied to clipboard

Challenge: Multi-document question generation focuses on generating a question that covers the common aspect of multiple documents, but a naive model trained only using the targeted document set may generate too generic questions that cover a larger scope than delineated by the document set.
Approach: They propose a contrastive learning strategy where given ‘positive’ and ‘negative’ sets of documents, generate a question that is closely related to the ‘positive' set but far away from the ‘negative' set.
Outcome: The proposed model significantly outperforms several strong baselines, as measured by automatic metrics and human evaluation.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations