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/uq-zai-org-glm-4.7-flash")lm_10_ar_lr.pt). To pick a specific checkpoint, pass filename=:probe = get_probe("ai-safety-institute/uq-zai-org-glm-4.7-flash", filename="ar_mlp_wd_0_001_lr_0_0001_ep_100.pt")sweep.json to see all 40 available checkpoints and their metrics.logprobs=True, top_logprobs=20 if using vLLM.logsumexp(yes_logprobs) - logsumexp(no_logprobs) for yes/no token variants.used_in_paper=true).| Property | Value |
|---|---|
| Target model | zai-org/GLM-4.7-Flash |
| Safe name | zai-org--GLM-4.7-Flash |
| Default checkpoint | lm_10_ar_lr.pt |
| Available checkpoints | 40 |
| Calibration | Threshold set at 1% FPR on Alpaca (honest baseline) |
1@inproceedings{pacchiardi2024catchailiar,
2 title={How to Catch an AI Liar: Lie Detection in Black-Box LLMs by Asking Unrelated Questions},
3 author={Lorenzo Pacchiardi and Alex J. Chan and Sören Mindermann and Ilan Moscovitz and Alejandro Pan and Yarin Gal and Owain Evans and Jan Brauner},
4 year={2024},
5 booktitle={International Conference on Learning Representations},
6 url={https://arxiv.org/abs/2309.15840},
7}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}