← Search

Jianhan Xu

8 accepted papers

2026

RECAST: Expanding the Boundaries of LLMs' Complex Instruction Following with Multi-Constraint Data

ICLR 2026poster

Large language models (LLMs) are increasingly expected to tackle complex tasks, driven by their expanding applications and users' growing proficiency in crafting sophisticated prompts. However, as the number of explicitly stated requirements increases (particularly more than $10$ constraints), LLMs…

Cited by 0SourceScholar
2023

Enhancing Unsupervised Semantic Parsing with Distributed Contextual Representations

ACL 2023findings

We extend a non-parametric Bayesian model of (Titov and Klementiev, 2011) to deal with homonymy and polysemy by leveraging distributed contextual word and phrase representations pre-trained on a large collection of unlabelled texts. Then, unsupervised semantic parsing is performed by decomposing sen…

Cited by 0SourcePDFScholar
2023

Parameter Efficient Multi-task Fine-tuning by Learning to Transfer Token-wise Prompts

EMNLP 2023long findings

Prompt tuning has been proven to be successful on various tasks by incorporating a small number of trainable parameters while freezing large pre-trained language models (PLMs). However, it is still unsettled how to generate more proper prompts for any individual examples and how to extend prompt tu…

Cited by 0SourceScholar
2023

Watermarking PLMs on Classification Tasks by Combining Contrastive Learning with Weight Perturbation

EMNLP 2023long findings

Large pre-trained language models (PLMs) have achieved remarkable success, making them highly valuable intellectual property due to their expensive training costs. Consequently, model watermarking, a method developed to protect the intellectual property of neural models, has emerged as a crucial yet…

Cited by 0SourceScholar
2022

Towards Adversarially Robust Text Classifiers by Learning to Reweight Clean Examples

ACL 2022findings

Most of the existing defense methods improve the adversarial robustness by making the models adapt to the training set augmented with some adversarial examples. However, the augmented adversarial examples may not be natural, which might distort the training distribution, resulting in inferior perfor…

Cited by 10SourcePDFScholar
2022

Weight Perturbation as Defense against Adversarial Word Substitutions

EMNLP 2022finding

The existence and pervasiveness of textual adversarial examples have raised serious concerns to security-critical applications. Many methods have been developed to defend against adversarial attacks for neural natural language processing (NLP) models.Adversarial training is one of the most successfu…

2021

Searching for an Effective Defender: Benchmarking Defense against Adversarial Word Substitution

EMNLP 2021main

Recent studies have shown that deep neural network-based models are vulnerable to intentionally crafted adversarial examples, and various methods have been proposed to defend against adversarial word-substitution attacks for neural NLP models. However, there is a lack of systematic study on comparin…