Views
No views yet
[context] [SEP] [response] and labels each response token supported or
hallucinated, then a response is flagged when it contains a hallucinated span.
Response/claim-level NLI grounding cannot isolate the short "baseless addition"
spans that dominate RAGTruth; a token classifier learns them directly.| approach | example F1 | balanced acc | FPR | precision |
|---|---|---|---|---|
| NLI / claim-decompose | 0.366 | — | 0.347 | — |
| this model | 0.763 | 0.814 | 0.071 | 0.841 |
1from transformers import AutoModelForTokenClassification, AutoTokenizer
2tok = AutoTokenizer.from_pretrained("anulum/director-ragtruth-token-modernbert")
3model = AutoModelForTokenClassification.from_pretrained(
4 "anulum/director-ragtruth-token-modernbert")
5# index 1 = hallucinated