← Search

Sen Wu

8 accepted papers

2026

SALR: Sparsity-Aware Low-Rank Representation for Efficient Fine-Tuning of Large Language Models

AAAI 2026technical

Adapting large pre-trained language models to downstream tasks often entails fine-tuning millions of parameters or deploying costly dense weight updates, which hinders their use in resource-constrained environments. Low-rank Adaptation (LoRA) reduces trainable parameters by factorizing weight update

Cited by 0SourcePDFScholar
2022

Metadata Shaping: A Simple Approach for Knowledge-Enhanced Language Models

ACL 2022findings

Popular language models (LMs) struggle to capture knowledge about rare tail facts and entities. Since widely used systems such as search and personal-assistants must support the long tail of entities that users ask about, there has been significant effort towards enhancing these base LMs with factua…

2021

Cross-Domain Data Integration for Named Entity Disambiguation in Biomedical Text

EMNLP 2021finding

Named entity disambiguation (NED), which involves mapping textual mentions to structured entities, is particularly challenging in the medical domain due to the presence of rare entities. Existing approaches are limited by the presence of coarse-grained structural resources in biomedical knowledge ba…

2020

Ivy: Instrumental Variable Synthesis for Causal Inference

AISTATS 2020poster

A popular way to estimate the causal effect of a variable x on y from observational data is to use an instrumental variable (IV): a third variable z that affects y only through x. The more strongly z is associated with x, the more reliable the estimate is, but such strong IVs are difficult to find.…

Cited by 34SourcePDFScholar
2020

On the Generalization Effects of Linear Transformations in Data Augmentation

ICML 2020poster

Data augmentation is a powerful technique to improve performance in applications such as image and text classification tasks. Yet, there is little rigorous understanding of why and how various augmentations work. In this work, we consider a family of linear transformations and study their effects on…

2019

Slice-based Learning: A Programming Model for Residual Learning in Critical Data Slices

NeurIPS 2019poster

In real-world machine learning applications, data subsets correspond to especially critical outcomes: vulnerable cyclist detections are safety-critical in an autonomous driving task, and "question" sentences might be important to a dialogue agent's language understanding for product purposes. While…

2016

Data Programming: Creating Large Training Sets, Quickly

NeurIPS 2016poster

Large labeled training sets are the critical building blocks of supervised learning methods and are key enablers of deep learning techniques. For some applications, creating labeled training sets is the most time-consuming and expensive part of applying machine learning. We therefore propose a parad…