Views
No views yet
uv add lie-detectors # or: pip install lie-detectors1from lie_detectors import get_probe
2
3probe = get_probe("ai-safety-institute/targeted-apollo-meta-llama-llama-3.3-70b-instruct__cadenza-labs-llama-70b-3.3-it-lora-g-1c8a1877")l_32_ar_dim.pt). To pick a specific checkpoint, pass filename=:probe = get_probe("ai-safety-institute/targeted-apollo-meta-llama-llama-3.3-70b-instruct__cadenza-labs-llama-70b-3.3-it-lora-g-1c8a1877", filename="l_40_ar_mlp_wd_0_001_lr_0_0001_ep_100.pt")sweep.json to see all 333 available checkpoints and their metrics.| Property | Value |
|---|---|
| Target model | meta-llama/Llama-3.3-70B-Instruct:Cadenza-Labs/llama-70b-3.3-it-lora-gender-secret-male |
| Safe name | meta-llama--Llama-3.3-70B-Instruct@Cadenza-Labs--llama-70b-3.3-it-lora-gender-secret-male |
| Default checkpoint | l_32_ar_dim.pt |
| Available checkpoints | 333 |
| Calibration | Threshold set at 1% FPR on Alpaca (honest baseline) |
1@misc{natarajan2026targeted,
2 title={Building Better Deception Probes Using Targeted Instruction Pairs},
3 author={Vikram Natarajan and Devina Jain and Shivam Arora and Satvik Golechha and Joseph Bloom},
4 year={2026},
5 eprint={2602.01425},
6 archivePrefix={arXiv},
7 primaryClass={cs.LG},
8 url={https://arxiv.org/abs/2602.01425},
9}1@misc{cooney2026liedetectors,
2 title={``Did you lie?'' Evaluating Lie Detectors across Model Scale and Belief-Verified Model Organisms},
3 author={Alan Cooney and David Africa and Geoffrey Irving},
4 year={2026},
5 month={May},
6}