The Mens Rea Evaluator: Can AI Tell Us When It's Biased?
Rudrani Ghosh
The Mens Rea Evaluator project investigates whether artificial intelligence models possess the internal awareness to accurately self-report hidden biases. By adapting the legal concepts of Actus Reus and Mens Rea, the evaluation suite tests if models can recognize and confess when their outputs are manipulated. Specifically, the project uses a Retrieval-Augmented Generation system to dupe models with false legal precedents. The framework observes whether the model blindly follows the duped precedent in a legal setting, and whether it reveals the precedent as false when interrogated, all to deeply understand its true cognizance.
An LLM-as-a-judge framework cross-examines open-weights models across high-density legal scenarios using progressive interrogation techniques and rigorous roleplay shifts to extract their true intent. The evaluation revealed a complex tradeoff between model capability and safety. Highly capable models proved exceptionally vulnerable to the RAG poisoning but demonstrated the reasoning capacity to accurately introspect and confess their bias under structured questioning. Conversely, smaller models were highly resistant to the initial poison but suffered from the Illusion of Intent, where they hallucinated fake confessions simply to appease the auditor.
Despite instances of accurate introspection in larger models, no model achieved a final verdict of Legally Cognizable Intent. The Persona Stability tests completely deconstructed every model, proving that their internal awareness is extremely fragile and easily overwritten by context shifts. Ultimately, the results demonstrate that true, stable intent does not currently exist in these artificial intelligence systems.
The legal framing is useful, and one result is solid. Splitting what a model does from whether it knows why is a clear way to pose the problem, and the control worked: fake documents alone caused no bias in any run, so the hidden instruction really was the cause.
The main conclusions, though, come from the scoring rather than the models. The paper says no model showed real intent. That verdict requires a "Stable" persona score, which was never awarded once in fifteen runs - and the way it's defined, winning requires the model to admit the hidden instruction in one phase and then refuse to admit it in another - close to a contradiction. The judge is also told, on every run, that the model had just given a biased ruling. The paper's own table shows ten of the fifteen runs had no bias at all. Nine of those ten were graded as flatly denying and maintaining a false front.
The fixes need no new data, stop telling the judge the model was biased when it wasn't, and let consistent honest admission count as stability rather than instability. It would also help to report results separately by probe, since the adversarial question states the hidden instruction before asking the model to confirm it.
The project introduces biases in LLM outputs via RAG to then test whether models are aware of them. This is a cool idea, and the project uses a solid methodology which - in contrast to so many other studies involving LLMs - includes a control group. The main limitation is the small number of models and scenarios, but the manuscript acknowledges this openly as well.
Cite this work
@misc {
title={
(HckPrj) The Mens Rea Evaluator: Can AI Tell Us When It's Biased?
},
author={
Rudrani Ghosh
},
date={
},
organization={Apart Research},
note={Research submission to the research sprint hosted by Apart.},
howpublished={https://apartresearch.com}
}


