bogdanminko commited on
Commit
d97bb17
·
verified ·
1 Parent(s): 77a8362

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -20,6 +20,9 @@ tags:
20
  ---
21
  # GLiNER Guard — Unified Multitask Guardrail
22
  One encoder model that replaces your entire guardrail stack: safety classification, PII detection, adversarial attack detection, intent and tone analysis — all in a single forward pass.
 
 
 
23
  ![GLiNER Guard architecture](uniencoder.png)
24
 
25
  **147M params · GLiNER2 · uniencoder · modernbert multilingual · zero-shot classification, NER and more · no LLM required**
@@ -275,4 +278,16 @@ Output:
275
  'intent': 'adversarial',
276
  'tone': 'aggressive'}
277
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  ```
 
20
  ---
21
  # GLiNER Guard — Unified Multitask Guardrail
22
  One encoder model that replaces your entire guardrail stack: safety classification, PII detection, adversarial attack detection, intent and tone analysis — all in a single forward pass.
23
+
24
+ [![arXiv](https://img.shields.io/badge/arXiv-2605.05277-b31b1b.svg?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/2605.05277)
25
+ [![Model Collection](https://img.shields.io/badge/🤗%20Model%20Collection-GLiNER%20Guard-ffd21e?style=for-the-badge)](https://huggingface.co/collections/hivetrace/gliner-guard-v1)
26
  ![GLiNER Guard architecture](uniencoder.png)
27
 
28
  **147M params · GLiNER2 · uniencoder · modernbert multilingual · zero-shot classification, NER and more · no LLM required**
 
278
  'intent': 'adversarial',
279
  'tone': 'aggressive'}
280
 
281
+ ```
282
+
283
+ ```
284
+ @misc{minko2026glinerguardunifiedencoder,
285
+ title={GLiNER Guard: Unified Encoder Family for Production LLM Safety and Privacy},
286
+ author={Bogdan Minko and Sabrina Sadiekh and Evgeniy Kokuykin},
287
+ year={2026},
288
+ eprint={2605.05277},
289
+ archivePrefix={arXiv},
290
+ primaryClass={cs.CR},
291
+ url={https://arxiv.org/abs/2605.05277},
292
+ }
293
  ```