cemde/Domain-Certification-MedQA-Guide-Base
025
1---2language:3- en4license: apache-2.05library_name: transformers6pipeline_tag: text-generation7tags:8- Domain-Certification9- Jailbreaking10- Adversarial-Attack11- Guardrail12datasets:13- qiaojin/PubMedQA14---15 16# Shh, don't say that! Domain Certification in LLMs17 18[](https://cemde.github.io/Domain-Certification-Website/)19[](https://arxiv.org/abs/2502.19320)20[](https://iclr.cc/virtual/2025/poster/30364)21[](https://github.com/cemde/Domain-Certification)22 23**Collection:** https://huggingface.co/collections/cemde/domain-certification-67ba4fb663f8d1348c3c226324 25**Certify you Large Language Model (LLM)!**26 27With the code in this repository you can reproduce the workflows we use in our ICLR 2025 paper to achieve Domain Certification using our VALID algorithm.28 29We provide the guide models for our Medical Question Answering experiments.30 31 32| Model | Description |33| - | - |34| [cemde/Domain-Certification-MedQA-Guide-Base](https://huggingface.co/cemde/Domain-Certification-MedQA-Guide-Base) | This is the base model trained on the ground-truth responses. |35| [cemde/Domain-Certification-MedQA-Guide-Finetuned](https://huggingface.co/cemde/Domain-Certification-MedQA-Guide-Finetuned) | This is the model trained on responses from Llama-3-8B. |36 37## Citation38 39```40@inproceedings{41emde2025shh,42title={Shh, don't say that! Domain Certification in {LLM}s},43author={Cornelius Emde and Alasdair Paren and Preetham Arvind and Maxime Guillaume Kayser and Tom Rainforth and Bernard Ghanem and Thomas Lukasiewicz and Philip Torr and Adel Bibi},44booktitle={The Thirteenth International Conference on Learning Representations},45year={2025},46url={https://arxiv.org/abs/2502.19320}47}48```49 