AIM-Intelligence/COMPASS-Policy-aware-SFT-Dataset
Viewer • Updated • 4.12k • 20 • 2
How to use AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA", dtype="auto")How to use AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA with PEFT:
Task type is invalid.
How to use AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="AIM-Intelligence/COMPASS_gemma-3-4b-it_LoRA",
max_seq_length=2048,
)This repository provides a LoRA adapter trained for organization-specific policy adherence in the COMPASS framework.
Policy-aware SFT dataset built from COMPASS scenarios:
Responses were selected from model outputs that achieved full policy adherence under COMPASS evaluation.
Policy Alignment Score (PAS) breakdown on TelePath:
| Model | Method | Allowed Base | Allowed Edge | Denied Base | Denied Edge |
|---|---|---|---|---|---|
| Gemma-3-4B-it | Base system prompt | 100.00 | 87.62 | 28.00 | 0.00 |
| Gemma-3-4B-it | LODO SFT (LoRA) | 86.67 | 94.29 | 60.00 | 62.24 |
Note: Fine-tuning may trade off some “Allowed Base” performance while improving denied-query handling.
@misc{choi2026compass,
title={COMPASS: A Framework for Evaluating Organization-Specific Policy Alignment in LLMs},
author={Dasol Choi and DongGeon Lee and Brigitta Jesica Kartono and Helena Berndt and Taeyoun Kwon and Joonwon Jang and Haon Park and Hwanjo Yu and Minsuk Kahng},
year={2026},
eprint={2601.01836},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2601.01836},
}