Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 44

Benchmarking Classical and Transformer-Based Models for Document Sensitivity Classification 经典模型与Transformer模型在文档敏感性分类中的基准测试

Introduces Strategic 16K, a leakage-controlled corpus of 16,000 diplomatic cables from WikiLeaks PlusD for document sensitivity classification Identifies and eliminates three categories of residual classification markers (label leakage) embedded within document bodies that inflate performance estimates BERT achieves the strongest performance on the clean benchmark (Accuracy = 89.14%, F1 = 89.33%), followed by ELECTRA (Accuracy = 88.57%, F1 = 88.90%) TF-IDF with Logistic Regression emerges as the 提出Strategic 16K数据集,包含16,000条来自WikiLeaks PlusD的外交电报,专门用于文档敏感性分类的基准测试 首次系统性地解决标签泄漏问题,识别并消除文档中残留的三类分类标记,防止模型利用表面捷径 BERT在干净基准上达到最高性能(准确率89.14%,F1=89.33%),ELECTRA次之(准确率88.57%,F1=88.90%) TF-IDF结合Logistic Regression在经典机器学习模型中表现最佳,且计算成本显著更低 这是首个在显式泄漏控制条件下构建的可复现敏感性分类基准

58
Hot 热度
70
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces Strategic 16K, a leakage-controlled corpus of 16,000 diplomatic cables from WikiLeaks PlusD for document sensitivity classification
  • Identifies and eliminates three categories of residual classification markers (label leakage) embedded within document bodies that inflate performance estimates
  • BERT achieves the strongest performance on the clean benchmark (Accuracy = 89.14%, F1 = 89.33%), followed by ELECTRA (Accuracy = 88.57%, F1 = 88.90%)
  • TF-IDF with Logistic Regression emerges as the best classical model, delivering strong results at significantly lower computational cost
  • Establishes the first fully reproducible sensitivity classification benchmark constructed under explicit leakage-controlled conditions

Why It Matters

This research directly addresses a critical reliability gap in AI-driven document classification systems used in organizational and government contexts, where misclassification can lead to regulatory violations or security breaches. By exposing and mitigating label leakage—a pervasive but underreported issue—the study provides a more honest assessment of model capabilities, preventing overconfidence in systems that may fail in production. For practitioners building classification pipelines, it serves as a cautionary benchmark emphasizing data integrity over raw model architecture choices.

Technical Details

  • Dataset: Strategic 16K comprises 16,000 diplomatic cables sourced from the WikiLeaks Public Library of US Diplomacy (PlusD), constructed with an extended leakage removal protocol that identifies and eliminates three categories of residual classification markers embedded within document bodies
  • Model architectures evaluated: Six models spanning classical machine learning and transformer-based approaches, including BERT, ELECTRA, TF-IDF with Logistic Regression, and others
  • Performance on clean benchmark: BERT leads with 89.14% accuracy and 89.33% F1; ELECTRA follows at 88.57% accuracy and 88.90% F1; TF-IDF with Logistic Regression achieves the strongest classical results at significantly lower computational cost
  • Methodology: Systematic benchmark comparing classical ML and transformer architectures under explicit leakage-controlled conditions, ensuring performance estimates reflect genuine content-based sensitivity signal learning rather than surface shortcuts
  • arXiv reference: 2608.16928 [cs.LG], submitted 5 Aug 2026

Industry Insight

  • Organizations deploying AI for document classification should prioritize data auditing and leakage detection before model selection; even state-of-the-art transformers can produce inflated metrics on contaminated datasets, leading to false confidence in production deployments
  • Classical models like TF-IDF with Logistic Regression remain highly competitive for sensitivity classification tasks, offering a cost-effective alternative that may be preferable in resource-constrained environments or when interpretability is valued
  • The Strategic 16K benchmark and its leakage removal protocol should be adopted as a standard evaluation practice in the field, encouraging the community to report performance on cleaned data rather than raw, potentially contaminated corpora

TL;DR

  • 提出Strategic 16K数据集,包含16,000条来自WikiLeaks PlusD的外交电报,专门用于文档敏感性分类的基准测试
  • 首次系统性地解决标签泄漏问题,识别并消除文档中残留的三类分类标记,防止模型利用表面捷径
  • BERT在干净基准上达到最高性能(准确率89.14%,F1=89.33%),ELECTRA次之(准确率88.57%,F1=88.90%)
  • TF-IDF结合Logistic Regression在经典机器学习模型中表现最佳,且计算成本显著更低
  • 这是首个在显式泄漏控制条件下构建的可复现敏感性分类基准

为什么值得看

本文揭示了文档分类领域一个普遍但被忽视的标签泄漏问题,对AI系统可靠性评估具有重要警示意义。研究提供了首个经过严格泄漏控制的基准数据集和评估协议,为后续研究建立了可复现的标准。

技术解析

  • 数据集构建:Strategic 16K包含16,000条外交电报,来源为WikiLeaks Public Library of US Diplomacy (PlusD),经过严格的泄漏控制处理
  • 泄漏去除协议:识别并消除三类残留分类标记,确保模型学习真实的内容特征而非表面捷径
  • 模型评估:系统比较了6种模型架构,涵盖经典机器学习(TF-IDF+Logistic Regression等)和Transformer-based方法(BERT、ELECTRA等)
  • 性能基准:在干净数据上,BERT达到89.14%准确率和89.33% F1,ELECTRA达到88.57%准确率和88.90% F1,TF-IDF+Logistic Regression在经典模型中表现最优

行业启示

  • 数据质量比模型复杂度更重要:即使是最先进的Transformer模型,在存在标签泄漏的数据上也会产生虚高的性能估计
  • 建立可复现的基准测试至关重要:该研究为文档分类领域提供了首个泄漏控制的基准,推动了更可靠的评估标准
  • 成本效益考量:TF-IDF+Logistic Regression在保持较高性能的同时显著降低计算成本,为实际部署提供了实用选择

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Benchmark 基准测试 Evaluation 评测 Research 科学研究 Dataset 数据集 LLM 大模型