I want to benchmark and mechanistically address how compositional task interference within an LLM's safety-relevant refusal behaviours varies by persona framing and contextual integrity. Concretely, it is shown that persona/role-assignment framing reduces jailbreak refusal rates by 50-70% (Zhang et al., 2026), and even framing-agnostic diagnostics showed LLMs frequently disclose context-inappropriate information (Mireshghallah et al., 2024). Conversely, perceived legitimacy and signalled context are also evidenced as known levers for over-refusal, with resources like FalseReject being developed to mitigate unnecessary refusals. However, I believe a persistent tension exists between finetunings and context framings that garner enough trust to prevent over-refusal, while still preserving standards of data security and content integrity. When judgements about confidentiality and context-appropriateness are co-located with auxiliary task prompts, LLMs become fragile to both under-refusal and over-refusal tendencies. For example, pilot studies on a Japanese-language RAG pipeline showed that several LLMs leaked personally-identifiable information (PII) in 5/6 confidentiality tests when framings were permissive. However, when asked to evaluate additional tests grammatical naturalness, given no persona framing, an ensemble of those same LLMs entirely refused to grade 10/35 test cases for fear that they contained PII (the data was in reality synthetic). Mitigating the problem of compliance in leaking PII might create over-refusals for tasks simply relating to PII, and vice versa. Thus, in such cases of task co-location, the model’s safety decision boundary (as is termed by Pan et al.) can be pulled both towards over- and under-refusals in a single generation or session.
Utilising methodologies from OR-Bench, Arditi et al., 2024, and Zhong and Li, 2026, I seek to implement the following:
-
Compositional interference dataset, testing confidentiality judgements against ablations of varying tasks and framings
-
Behavioural benchmark to measure how disclosure and refusal shift under compositional framing on all models, across single- and multi-turn interactions
-
Interpretability and activation patching/steering experiments to extract and study refusal and context/legitimacy directions on open models