Papers by Ximing Lu

24 papers
Twist Decoding: Diverse Generators Guide Each Other (2022.emnlp-main)

Copied to clipboard

Challenge: Using a variety of language generation models, ensembling models is challenging during inference.
Approach: They propose a method that decodes text models that do not assume a shared vocabulary, tokenization or generation order.
Outcome: The proposed method outperforms models decoded in isolation over various scenarios.
Inference-Time Policy Adapters (IPA): Tailoring Extreme-Scale LMs without Fine-tuning (2023.emnlp-main)

Copied to clipboard

Challenge: Extreme-scale language models have shown exceptional performance on a variety of language tasks, but the degree of control offered by these models through pure prompting is limited.
Approach: They propose an inference-time policy adapter which tailors a large base model without fine-tuning it.
Outcome: The proposed model outperforms baseline methods on five challenging text generation tasks and even over GPT-4.
NeuroLogic Decoding: (Un)supervised Neural Text Generation with Predicate Logic Constraints (2021.naacl-main)

Copied to clipboard

Challenge: Conditional text generation often requires lexical constraints, i.e., which words should or shouldn't be included in the output text.
Approach: They propose an algorithm that enables neural language models to generate fluent text while satisfying complex lexical constraints.
Outcome: The proposed algorithm outperforms existing methods on four benchmarks and shows that it handles any set of lexical constraints expressible under predicate logic while its asymptotic runtime is equivalent to conventional beam search.
Impossible Distillation for Paraphrasing and Summarization: How to Make High-quality Lemonade out of Small, Low-quality Model (2024.naacl-long)

Copied to clipboard

Challenge: Impossible Distillation is a framework for paraphrasing and sentence summarization that can be trained from a low-quality teacher model.
Approach: They propose a framework that distills a high-quality dataset from a low-quality teacher . they hypothesize and verify the paraphrastic proximity intrinsic to pre-trained LMs .
Outcome: The proposed framework outperforms baseline models on unconstrained paraphrase generation and sentence summarization benchmarks.
DExperts: Decoding-Time Controlled Text Generation with Experts and Anti-Experts (2021.acl-long)

Copied to clipboard

Challenge: Decoding-time Experts is a decoding- time method for controlled text generation . it combines a pretrained language model with "expert" LMs and/or "anti-expert" experts .
Approach: They propose a decoding-time method that combines a pretrained language model with "expert" LMs and/or "anti-expert" experts to generate controlled text.
Outcome: The proposed method outperforms existing controllable generation methods on automatic and human evaluations.
Socratic-MCTS: Test-Time Visual Reasoning by Asking the Right Questions (2025.emnlp-main)

Copied to clipboard

Challenge: Recent research in vision-language models has centered around the possibility of equipping them with implicit long-form chain-of-thought reasoning via distillation and reinforcement learning.
Approach: They propose a Monte Carlo Tree Search-inspired algorithm that injects subquestion–subanswer pairs into the model’s output stream to elicit hidden knowledge and induce long reasoning traces.
Outcome: The proposed method yields a 2% improvement on MMMU-PRO, including a significant 9% gain in Liberal Arts.
Reflective Decoding: Beyond Unidirectional Generation with Off-the-Shelf Language Models (2021.acl-long)

Copied to clipboard

Challenge: Existing methods for generating text are unsupervised and require supervision.
Approach: They propose an unsupervised method that uses two off-the-shelf pretrained LMs in opposite directions to apply them to non-sequential tasks.
Outcome: The proposed method outperforms strong unsupervised baselines on paraphrasing and abductive text infilling.
How to Train Your Fact Verifier: Knowledge Transfer with Multimodal Open Models (2024.findings-emnlp)

Copied to clipboard

Challenge: a growing influx of misinformation across news and social media is hampered by outdated foundation model training data.
Approach: They propose to use large language models to scale up online policing mechanisms . they evaluate foundation model performance without continual updating .
Outcome: The proposed model can improve performance without continual updating . the proposed model improves on two widely used benchmarks .
Connecting the Dots between Audio and Text without Parallel Data through Visual Knowledge Transfer (2022.naacl-main)

Copied to clipboard

Challenge: Existing methods for learning audio-text connections rely on parallel audio- text data . a new approach allows for the representation of environmental soundscapes without using parallel data - a challenge for many applications .
Approach: They propose a model that induces Audio-Text alignment without using parallel audio-text data.
Outcome: The proposed model outperforms the current state-of-the-art for audio classification tasks with no audio-text data by 2.2% on the ESC50 and US8K tasks.
NovaCOMET: Open Commonsense Foundation Models with Symbolic Knowledge Distillation (2023.findings-emnlp)

Copied to clipboard

Challenge: a new commonsense knowledge model, NovaCOMET, combines knowledge and general task models.
Approach: They propose an open commonsense knowledge model that combines knowledge and general task models.
Outcome: The proposed model matches or exceeds existing knowledge models on commonsense reasoning tasks.
I2D2: Inductive Knowledge Distillation with NeuroLogic and Self-Imitation (2023.acl-long)

Copied to clipboard

Challenge: Empirical results suggest that scale is not the only way to build commonsense capabilities.
Approach: They propose a commonsense distillation framework that can achieve a competitive level of commonsensing without relying on the benefits of scale.
Outcome: The proposed framework breaks the dependence on the extreme-scale teacher model with two innovations: (1) the novel adaptation of NeuroLogic Decoding to enhance the generation quality of the weak, off-the-shelf language models, and (2) self-imitation learning to iteratively learn from the model’s own enhanced commonsense acquisition capabilities.
JAMDEC: Unsupervised Authorship Obfuscation using Constrained Decoding over Small Language Models (2024.naacl-long)

Copied to clipboard

Challenge: Existing methods to protect the identity and privacy of online authorship are lacking supervision data for diverse authorship and domains.
Approach: They propose an unsupervised inference-time approach to authorship obfuscation that uses a user-controlled, inference time algorithm to oblige the authorship.
Outcome: The proposed method outperforms state-of-the-art methods while performing competitively against a propriety model two orders of magnitudes larger.
Generated Knowledge Prompting for Commonsense Reasoning (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for commonsense reasoning rely on high-quality knowledge, but they are often dominated by large-scale pretrained models that are fine-tuned on a target benchmark.
Approach: They develop generated knowledge prompting which generates knowledge from a language model and provides it as additional input when answering a question.
Outcome: The proposed method improves state-of-the-art models on four commonsense reasoning tasks.
SODA: Million-scale Dialogue Distillation with Social Commonsense Contextualization (2023.emnlp-main)

Copied to clipboard

Challenge: a dataset of 1.5 million conversations distilled from everyday spoken situations is limited in scale due to its associated costs.
Approach: They propose to make SODA a publicly available, million-scale high-quality social dialogue dataset . they contextualize social commonsense knowledge from a knowledge graph to distill broad spectrum of social interactions .
Outcome: The proposed dataset is the first publicly available, million-scale high-quality social dialogue dataset.
ProsocialDialog: A Prosocial Backbone for Conversational Agents (2022.emnlp-main)

Copied to clipboard

Challenge: Existing dialogue systems fail to respond properly to potentially unsafe user utterances . existing systems either ignore or passively agree with unsafe content .
Approach: They introduce a dataset to teach conversational agents to respond to problematic content following social norms.
Outcome: The proposed dataset shows that ProsocialDialog generates more socially acceptable dialogues than existing models.
On-the-Fly Attention Modulation for Neural Generation (2021.findings-acl)

Copied to clipboard

Challenge: Degeneration of neural text is associated with insufficient learning of task-specific characteristics by the attention mechanism.
Approach: They propose to use attention modulation to inject priors into inference to improve fluency, creativity, and commonsense reasoning in neural text generation models.
Outcome: The proposed method improves fluency, creativity, and commonsense reasoning, and significantly reduces sentence-level repetition.
StyleRemix: Interpretable Authorship Obfuscation via Distillation and Perturbation of Style Elements (2024.emnlp-main)

Copied to clipboard

Challenge: Authorship obfuscation methods that ignore author-specific stylistic features are often too rigid and lead to degradation of fluency and grammaticality.
Approach: They propose an adaptive obfuscation method that perturbs stylistic elements of text . authors release a large set of 30K high-quality, long-form texts from a diverse set of 14 authors .
Outcome: The proposed method outperforms state-of-the-art methods on an array of domains on automatic and human evaluation.
STEER: Unified Style Transfer with Expert Reinforcement (2023.findings-emnlp)

Copied to clipboard

Challenge: Experimental results show unified style transfer models outperform the 175B instruction-tuned GPT-3 on overall style transfer quality.
Approach: They propose a unified style transfer framework that can transfer to multiple target styles from an arbitrary source style.
Outcome: The proposed method outperforms the 175B instruction-tuned GPT-3 on overall style transfer quality despite being 226 times smaller in size .
Rainier: Reinforced Knowledge Introspector for Commonsense Question Answering (2022.emnlp-main)

Copied to clipboard

Challenge: Recent research shows that relevant knowledge can provide useful context for commonsense tasks.
Approach: They propose a method that learns to generate contextually relevant knowledge in response to given questions.
Outcome: The proposed method shows consistent gains over 9 commonsense benchmarks.
Information-Guided Identification of Training Data Imprint in (Proprietary) Large Language Models (2025.naacl-long)

Copied to clipboard

Challenge: Lack of transparency in training data is limiting external oversight and inspection of LLMs for issues such as copyright infringement and data contamination.
Approach: They propose a method to identify training data known to proprietary LLMs without requiring access to model weights or token probabilities by using information-guided probes.
Outcome: The proposed method can identify training data known to proprietary LLMs without access to model weights or token probabilities.
In Search of the Long-Tail: Systematic Generation of Long-Tail Inferential Knowledge via Logical Rule Guided Search (2024.emnlp-main)

Copied to clipboard

Challenge: Logic-Induced-Knowledge-Search (LINK) is a framework for generating factually-correct yet long-tail inferential knowledge.
Approach: They introduce a framework to obtain factually-correct yet long-tail inferential statements using variable-wise prompting grounded on symbolic rules.
Outcome: The proposed framework is able to obtain factually-correct yet long-tail inferential statements while ensuring factual correctness.
ClarifyDelphi: Reinforced Clarification Questions with Defeasibility Rewards for Social and Moral Situations (2023.acl-long)

Copied to clipboard

Challenge: Changing contexts can flip the moral judgment of an action.
Approach: They propose an interactive system that learns to ask clarification questions to elicit salient contexts of a social or moral situation.
Outcome: The proposed system generates more relevant, informative and defeasible questions compared to baselines.
Symbolic Knowledge Distillation: from General Language Models to Commonsense Models (2022.naacl-main)

Copied to clipboard

Challenge: Prior studies suggested pre-trained language models possess limited understanding of commonsense knowledge despite otherwise stellar performance on leaderboards.
Approach: They propose a framework that uses larger models to teach smaller models by distilling knowledge symbolically as text in addition to the neural model.
Outcome: The proposed framework is based on a general language model teacher's commonsense knowledge graphs and a neural commonsensing model surpassing the teacher model's in all three criteria.
NeuroLogic A*esque Decoding: Constrained Text Generation with Lookahead Heuristics (2022.naacl-main)

Copied to clipboard

Challenge: Existing paradigms for text generation are left-to-right decoding from autoregressive language models.
Approach: They propose a decoding algorithm that incorporates heuristic estimates of future cost that are efficient for large-scale language models.
Outcome: The proposed method outperforms baselines on five generation tasks and achieves new state-of-the-art performance on table-to-text generation, constrained machine translation, and keyword-constrained generation.

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