← Search

Shahram Khadivi

7 accepted papers

2025

ClusComp: A Simple Paradigm for Model Compression and Efficient Finetuning

ACL 2025finding

As large language models (LLMs) scale, model compression is crucial for edge deployment and accessibility. Weight-only quantization reduces model size but suffers from performance degradation at lower bit widths. Moreover, standard finetuning is incompatible with quantized models, and alternative me…

2025

Unilogit: Robust Machine Unlearning for LLMs Using Uniform-Target Self-Distillation

ACL 2025finding

This paper introduces Unilogit, a novel self-distillation method for machine unlearning in Large Language Models. Unilogit addresses the challenge of selectively forgetting specific information while maintaining overall model utility, a critical task in compliance with data privacy regulations like…

2024

ApiQ: Finetuning of 2-Bit Quantized Large Language Model

EMNLP 2024main

Memory-efficient finetuning of large language models (LLMs) has recently attracted huge attention with the increasing size of LLMs, primarily due to the constraints posed by GPU memory limitations and the effectiveness of these methods compared to full finetuning. Despite the advancements, current s…

2023

Energy-based Self-Training and Normalization for Unsupervised Domain Adaptation

ICCV 2023poster

We propose an Unsupervised Domain Adaptation (UDA) method by making use of Energy-Based Learning (EBL) and demonstrate 1. EBL can be used to improve the instance selection for a self-training task on the unlabelled target domain, and 2. alignment and normalizing energy scores can learn domain-invari…

Cited by 9PDFScholar
2023

Multi-armed bandits for resource efficient, online optimization of language model pre-training: the use case of dynamic masking

ACL 2023findings

We design and evaluate a Bayesian optimization framework for resource efficient pre-training of Transformer-based language models (TLMs). TLM pre-training requires high computational resources and introduces many unresolved design choices, such as selecting its pre-training hyperparameters.We propos…

2022

Domain Generalisation of NMT: Fusing Adapters with Leave-One-Domain-Out Training

ACL 2022findings

Generalising to unseen domains is under-explored and remains a challenge in neural machine translation. Inspired by recent research in parameter-efficient transfer learning from pretrained models, this paper proposes a fusion-based generalisation method that learns to combine domain-specific paramet…