← Search

Sheng Zha

15 accepted papers

2025

Sequence-level Large Language Model Training with Contrastive Preference Optimization

NAACL 2025findings

The next token prediction loss is the dominant self-supervised training objective for large language models and has achieved promising results in a variety of downstream tasks. However, upon closer investigation of this objective, we find that it lacks an understanding of sequence-level signals, lea…

Cited by 0SourcePDFScholar
2024

DEM: Distribution Edited Model for Training with Mixed Data Distributions

EMNLP 2024main

Training with mixed data distributions is a common and important part of creating multi-task and instruction-following models. The diversity of the data distributions and cost of joint training makes the optimization procedure extremely challenging. Data mixing methods partially address this problem…

2024

Differentially Private Bias-Term Fine-tuning of Foundation Models

ICML 2024poster

We study the problem of differentially private (DP) fine-tuning of large pre-trained models — a recent privacy-preserving approach suitable for solving downstream tasks with sensitive data. Existing work has demonstrated that high accuracy is possible under strong privacy constraint, yet requires si…

2024

Extreme Miscalibration and the Illusion of Adversarial Robustness

ACL 2024long

Deep learning-based Natural Language Processing (NLP) models are vulnerable to adversarial attacks, where small perturbations can cause a model to misclassify. Adversarial Training (AT) is often used to increase model robustness. However, we have discovered an intriguing phenomenon: deliberately or…

Cited by 2SourcePDFScholar
2024

Fine-tuning Language Models for Joint Rewriting and Completion of Code with Potential Bugs

ACL 2024findings

Handling drafty partial code remains a notable challenge in real-time code suggestion applications. Previous work has demonstrated shortcomings of large language models of code (CodeLLMs) in completing partial code with potential bugs. In this study, we view partial code as implementation hints and…

Cited by 1SourcePDFScholar
2024

Pre-training Differentially Private Models with Limited Public Data

NeurIPS 2024poster

The superior performance of large foundation models can be attributed to the use of massive amounts of high-quality data. However, such datasets often contain sensitive, private and copyrighted material that requires formal protection. While differential privacy (DP) is a prominent method used to ga…

2023

Automatic Clipping: Differentially Private Deep Learning Made Easier and Stronger

NeurIPS 2023poster

Per-example gradient clipping is a key algorithmic step that enables practical differential private (DP) training for deep learning models. The choice of clipping threshold $R$, however, is vital for achieving high accuracy under DP. We propose an easy-to-use replacement, called automatic clipping,…

2023

Better Context Makes Better Code Language Models: A Case Study on Function Call Argument Completion

AAAI 2023technical

Pretrained code language models have enabled great progress towards program synthesis. However, common approaches only consider in-file local context and thus miss information and constraints imposed by other parts of the codebase and its external dependencies. Existing code completion benchmarks al…

2023

Differentially Private Optimization on Large Model at Small Cost

ICML 2023poster

Differentially private (DP) optimization is the standard paradigm to learn large neural networks that are accurate and privacy-preserving. The computational cost for DP deep learning, however, is notoriously heavy due to the per-sample gradient clipping. Existing DP implementations are 2$\sim$1000$…

2023

Efficient Long-Range Transformers: You Need to Attend More, but Not Necessarily at Every Layer

EMNLP 2023long findings

Pretrained transformer models have demonstrated remarkable performance across various natural language processing tasks. These models leverage the attention mechanism to capture long- and short-range dependencies in the sequence. However, the (full) attention mechanism incurs high computational cost…

Cited by 0SourceScholar
2023

HyTrel: Hypergraph-enhanced Tabular Data Representation Learning

NeurIPS 2023spotlight

Language models pretrained on large collections of tabular data have demonstrated their effectiveness in several downstream tasks. However, many of these models do not take into account the row/column permutation invariances, hierarchical structure, etc. that exist in tabular data. To alleviate thes…

2023

Large Language Models of Code Fail at Completing Code with Potential Bugs

NeurIPS 2023poster

Large language models of code (Code-LLMs) have recently brought tremendous advances to code completion, a fundamental feature of programming assistance and code intelligence. However, most existing works ignore the possible presence of bugs in the code context for generation, which are inevitable in…

2022

Exploring the Role of Task Transferability in Large-Scale Multi-Task Learning

NAACL 2022long

Recent work has found that multi-task training with a large number of diverse tasks can uniformly improve downstream performance on unseen target tasks. In contrast, literature on task transferability has established that the choice of intermediate tasks can heavily affect downstream task performanc…

Cited by 20SourcePDFScholar
2022

Meta-learning via Language Model In-context Tuning

ACL 2022long

The goal of meta-learning is to learn to adapt to a new task with only a few labeled examples. Inspired by the recent progress in large language models, we propose in-context tuning (ICT), which recasts task adaptation and prediction as a simple sequence prediction problem: to form the input sequenc…

2018

Question Type Guided Attention in Visual Question Answering

ECCV 2018poster

Visual Question Answering (VQA) requires integration of feature maps with drastically different structures and focus of the correct regions. Image descriptors have structures at multiple spatial scales, while lexical inputs inherently follow a temporal sequence and naturally cluster into semanticall…

Cited by 62SourcePDFScholar