arXiv:2602.10149cs.CRcs.AI2026-02

用语义标签提升第三方安全评估问句匹配效率

Semantic Labeling for Third-Party Cybersecurity Risk Assessment: A Semi-Supervised Approach to Intent-Aware Question Retrieval

  • 先聚类再用大模型打标签,分步完成语义标注
  • 标签传播使检索效率提升,人工标注量减少60%
  • 适合安全合规团队快速构建评估问句库

第三方安全评估(TPRA)依赖大量合规问题库,用于评估供应商是否符合ISO/IEC 27001和NIST等标准。然而,实际评估中并非所有问题都相关,且筛选过程仍需人工完成。现有基于词法或语义相似性的检索方法难以捕捉评估意图,如控制域与评估范围。本文提出一种半监督框架,通过发现语义相近问题的重叠聚类,并利用大语言模型为每个聚类分配唯一语义标签。随后采用k近邻(kNN)传播标签实现大规模问题标注。最终以查询与标签的相似性进行检索,避免重复调用大模型,保持标签一致性。实验表明,该方法在降低标注成本和运行时间的同时,维持了标签质量,并显著提升了与控制域和评估范围的对齐度。

原文摘要 · Abstract (English)

Third-Party Risk Assessment (TPRA) relies on large repositories of cybersecurity compliance questions used to assess external suppliers against standards such as ISO/IEC 27001 and NIST. In practice, not all questions are relevant for a specific supplier and selecting questions for a given assessment context remains a manual and time-consuming task. Existing question retrieval approaches based on lexical or semantic similarity can identify topically related questions, but they often fail to capture the underlying assessment intent, including control domain and evaluation scope. To address this limitation, we investigate whether an explicit semantic label space can improve intent-aware TPRA question selection. In particular, we separate label space discovery from large-scale label assignment. We start by discovering overlapping clusters of semantically similar questions and then exploit LLMs to assign unique labels for each cluster. Second, we propagate labels through k-nearest neighbors (kNN) for a larger-scale question annotation. Question retrieval is finally achieved by similarity measure of the query with respect to the extracted labels instead of the questions themselves. This reduces repeated LLM calls while preserving label consistency. Experimental results show that the proposed semi-supervised framework reduces labeling cost and runtime compared with per-question LLM annotation while maintaining label quality and improving efficiency. Furthermore, label-based retrieval achieves better alignment with cybersecurity control domains and assessment scope than similarity-based retrieval, highlighting the value of semantic labels as an intermediate representation.

安全评估语义标签大模型应用半监督

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。