RECAP: Regression evaluation for continual adaptation of prompts
A benchmark that measures continual-learning phenomena at the constraint level for prompt-level adaptation methods.
Instruction-following benchmarks present the full constraint set at once, but deployed systems face evolving constraints that arrive incrementally and are rarely documented explicitly. Prompt-level adaptation methods exhibit forgetting and regression when constraints change over time. We introduce \methodname, a benchmark that measures continual-learning phenomena (forgetting, regression, and forward transfer) at the constraint level for prompt-level adaptation methods that keep model weights frozen. Built on the \recast dataset, \methodname applies typed add, edit, and delete operations under a proactive \emph{adapt-then-test} protocol: methods receive only the constraint specification and must integrate new requirements before seeing any test data, mirroring high-stakes deployment scenarios where systems must comply from the first interaction. We propose a decomposed evaluation framework with orthogonal metrics for regression (peak forgetting, collateral damage), edit uptake (four-case analysis, edit switch), and deletion (Unlearning Fidelity with three temporal variants). We evaluate six methods spanning no-adaptation baselines to evolutionary and Bayesian prompt optimizers across four LLMs (8B -- 120B parameters) and find that while such adaptation methods are helpful for offline settings or reactive online settings, they are not sufficient for the proactive, near real-time demands of production agentic systems where the first post-change interaction must already be compliant.
Latest publications
GRAID: Synthetic data generation with geometric constraints and multi-agentic reflection for harmful content detection
A novel pipeline that leverages Large Language Models (LLMs) for dataset augmentation.
EMNLPT1-Bench: Benchmarking multi-scenario agents in large-scale real-world domains
A benchmark for evaluating agentic LLMs in realistic multi-domain environments with interconnected scenarios.
EMNLPMEMGUARD: Preventing memory contamination in long-term memory-augmented large language models
A type-aware memory framework that preserves functional memory boundaries during memory construction and retrieval.
EMNLP