← Search

Rana Shahroz

6 accepted papers

2026

CAR-LoRA: Training Compression-Aware and Robust LoRA Adapters for Evolving LLMs

ICLR 2026poster

The deployment of large language models (LLMs) for specialized tasks on resource-constrained edge devices like smartphones and sensors presents a significant scalability problem. To run on such hardware, these massive models must be compressed using techniques like \emph{quantization or pruning} to…

Cited by 0SourceScholar
2026

The Quest for Efficient Reasoning: A Data-Centric Benchmark to CoT Distillation

ICLR 2026poster

Data-centric distillation, including data augmentation, selection, and mixing, offers a promising path to creating smaller, more efficient student Large Language Models (LLMs) that retain strong reasoning abilities. However, there still lacks a comprehensive benchmark to systematically assess the ef…

Cited by 0SourcecodeScholar
2025

Agents Under Siege: Breaking Pragmatic Multi-Agent LLM Systems with Optimized Prompt Attacks

ACL 2025long

Most discussions about Large Language Model (LLM) safety have focused on single-agent settings but multi-agent LLM systems now create novel adversarial risks because their behavior depends on communication between agents and decentralized reasoning. In this work, we innovatively focus on attacking p…

2025

ORAL: Prompting Your Large-Scale LoRAs via Conditional Recurrent Diffusion

EMNLP 2025

Parameter generation has emerged as a novel paradigm for neural network development, offering an alternative to traditional neural network training by synthesizing high-quality model weights directly. In the context of Low-Rank Adaptation (LoRA) for evolving ( i.e, constantly updated) large language

2025

PortLLM: Personalizing Evolving Large Language Models with Training-Free and Portable Model Patches

ICLR 2025poster

As large language models (LLMs) increasingly shape the AI landscape, fine-tuning pretrained models has become more popular than in the pre-LLM era for achieving optimal performance in domain-specific tasks. However, pretrained LLMs such as ChatGPT are periodically evolved (i.e., model parameters are…

Cited by 1SourcePDFScholar
2023

Linear optimal partial transport embedding

ICML 2023poster

Optimal transport (OT) has gained popularity due to its various applications in fields such as machine learning, statistics, and signal processing. However, the balanced mass requirement limits its performance in practical problems. To address these limitations, variants of the OT problem, including…