← Search

Raluca Ada Popa

3 accepted papers

2026

Auditing Black-Box LLM APIs with a Rank-Based Uniformity Test

ICLR 2026poster

As API access becomes a primary interface to large language models (LLMs), users often interact with black-box systems that offer little transparency into the deployed model. To reduce costs or maliciously alter model behaviors, API providers may discreetly serve quantized or fine-tuned variants, wh…

Cited by 0SourcecodeScholar
2026

GradShield: Alignment Preserving Finetuning

ICLR 2026poster

Large Language Models (LLMs) pose a significant risk of safety misalignment after finetuning, as models can be compromised by both explicitly and implicitly harmful data. Even some seemingly benign data can inadvertently steer a model towards unsafe behaviors. To address this, we introduce GradShiel…

Cited by 0SourceScholar
2024

LLoCO: Learning Long Contexts Offline

EMNLP 2024main

Processing long contexts remains a challenge for large language models (LLMs) due to the quadratic computational and memory overhead of the self-attention mechanism and the substantial KV cache sizes during generation. We propose LLoCO, a novel approach to address this problem by learning contexts o…