Add model card
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-classification
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# REVEAL: Reasoning-Aware AIGC Detection
|
| 7 |
+
|
| 8 |
+
REVEAL is a detection framework introduced in the paper "[Reasoning-Aware AIGC Detection via Alignment and Reinforcement](https://huggingface.co/papers/2604.19172)".
|
| 9 |
+
|
| 10 |
+
It is designed for reliable and interpretable AI-generated content (AIGC) detection. Unlike traditional classifiers, REVEAL generates interpretable reasoning chains before arriving at a final classification decision, providing transparency into the detection process.
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
- **Paper:** [Reasoning-Aware AIGC Detection via Alignment and Reinforcement](https://huggingface.co/papers/2604.19172)
|
| 15 |
+
- **Project Page:** [https://aka.ms/reveal](https://aka.ms/reveal)
|
| 16 |
+
- **Repository:** [Microsoft Anthropomorphic Intelligence](https://github.com/microsoft/AnthropomorphicIntelligence)
|
| 17 |
+
|
| 18 |
+
## Key Features
|
| 19 |
+
|
| 20 |
+
- **Reasoning-Aware:** Generates step-by-step reasoning chains before classification to reduce hallucinations and improve transparency.
|
| 21 |
+
- **Two-Stage Training:** Utilizes Supervised Fine-Tuning (SFT) to establish reasoning capabilities, followed by Reinforcement Learning (RL) to enhance accuracy and logical consistency.
|
| 22 |
+
- **Robust Performance:** Evaluated on the **AIGC-text-bank** dataset, achieving state-of-the-art performance across multiple benchmarks and LLM sources.
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
If you find this work useful, please cite:
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@article{reveal2024,
|
| 30 |
+
title={Reasoning-Aware AIGC Detection via Alignment and Reinforcement},
|
| 31 |
+
author={Authors of the paper},
|
| 32 |
+
journal={arXiv preprint arXiv:2604.19172},
|
| 33 |
+
year={2024}
|
| 34 |
+
}
|
| 35 |
+
```
|