REVEAL_fast_2class

REVEAL-fast-2class is a high-speed AI-Generated Content (AIGC) detection model based on Qwen3-8B. Designed for fast, document-level or block-wise scanning, this variant bypasses the reasoning generation step (<think>) and outputs the classification directly, enabling significantly lower inference latency.

This model is introduced in the paper: Reasoning-Aware AIGC Detection via Alignment and Reinforcement.

πŸ”— Project Homepage & Code: https://aka.ms/reveal
πŸ“š Associated Dataset: AIGC-text-bank

🌟 Model Overview

This model discriminates between two categories:

  • Human: Authentic human-authored text.
  • AI: Machine-generated text (includes both fully AI-generated content and human drafts polished by AI).

Note: For applications requiring interpretable evidence and logical chain-of-thought analysis, please refer to our think variant (REVEAL_think_2class).

πŸš€ How to Use

To run inference, simply use the fast.py script provided in our GitHub repository. It handles prompt formatting, vLLM acceleration, and automatically extracts the final prediction along with continuous confidence scores.

python fast.py \
    --model_path "bmbgsj/REVEAL_fast_2class" \
    --text "The rapid advancement of Large Language Models has ushered in an era where AI-generated content is increasingly pervasive..."

πŸ“– Citation

If you use this model in your research, please cite:

@misc{wang2026reasoningawareaigcdetectionalignment,
      title={Reasoning-Aware AIGC Detection via Alignment and Reinforcement}, 
      author={Zhao Wang and Max Xiong and Jianxun Lian and Zhicheng Dou},
      year={2026},
      eprint={2604.19172},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2604.19172}, 
}
Downloads last month
34
Safetensors
Model size
8B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for bmbgsj/REVEAL_fast_2class

Finetuned
Qwen/Qwen3-8B
Finetuned
(1557)
this model

Collection including bmbgsj/REVEAL_fast_2class

Paper for bmbgsj/REVEAL_fast_2class