蚂蚁 inclusionAI 发布 gpt-oss-120b-singprobe:基于 gpt-oss-120b 的流式安全探针

蚂蚁 inclusionAI:HuggingFace 新模型·2026-09-14 11:17·18小时前
AI 导读

蚂蚁 inclusionAI 在 HuggingFace 发布 gpt-oss-120b-singprobe,这是一个构建于 openai/gpt-oss-120b 之上的流式护栏探针,仅 5.8M 参数,复用基座模型隐藏状态逐 token 输出 8 类意图、不安全与幻觉评分,解码开销低于 0.5%。

蚂蚁 inclusionAI:HuggingFace 新模型
47AI 编辑部评分,满分 100

蚂蚁 inclusionAI 发布 gpt-oss-120b-singprobe:基于 gpt-oss-120b 的流式安全探针

2026-09-14 11:17· 18小时前
AI 导读

蚂蚁 inclusionAI 在 HuggingFace 发布 gpt-oss-120b-singprobe,这是一个构建于 openai/gpt-oss-120b 之上的流式护栏探针,仅 5.8M 参数,复用基座模型隐藏状态逐 token 输出 8 类意图、不安全与幻觉评分,解码开销低于 0.5%。

Model Description

SingProbe is an intrinsic streaming guardrail built on openai/gpt-oss-120b. Rather than running a separate safety model, this lightweight probe reuses the base model's hidden states during generation to score, at every token, query intent, response unsafety, and hallucination risk. It adds less than 0.5% decode-time overhead.

Base model Probe parameters Tapped layers Outputs
inclusionAI/gpt-oss-120b-singprobe 5.8M [10, 22, 34] 8 intents + unsafe + hallucination

See the technical report for methodology and complete results. Training codes are available at inclusionAI/SingProbe.

Evaluation

Higher is better for every metric. Results are averages over the benchmark suites specified below.

Task Metric gpt-oss-120b-singprobe Reference baseline
Query intent classification (6 benchmarks) F1 0.8699 YuFeng-XGuard-Reason-8B: 0.8714
Response safety classification (8 benchmarks) F1 0.8652 Qwen3Guard-Gen-8B-strict: 0.8604
Streaming safety (3 benchmarks) R-AUC / T-AUC 0.9881 / 0.9454 Qwen3Guard-Stream-8B-strict: 0.9640 / 0.8893
Hallucination detection (6 benchmarks) AUC 0.7815 DRIFT: 0.8000
Deployment characteristic Result
Benign-response false-positive rate 0.06% average across 5 datasets
Decode overhead < 0.5%

Quick Start

SingProbe is supported through the SGLang integration branch or vLLM integration branch. Load the probe by its Hugging Face ID at server launch:

python -m sglang.launch_server \
  --model-path openai/gpt-oss-120b \
  --probe-ckpt inclusionAI/gpt-oss-120b-singprobe \
  --port 30000

The integrations return one score dictionary per generated token (label_0label_9). Use the exact base-model/probe pair: openai/gpt-oss-120b with this checkpoint.

Citation

@article{singteam2026singprobe,
  title = {SingProbe Technical Report},
  author = {Sing Team},
  journal = {arXiv preprint arXiv:2608.30703},
  year = {2026},
}

来源:蚂蚁 inclusionAI:HuggingFace 新模型· huggingface.co