Research Papers 论文研究 3h ago Updated 1h ago 更新于 1小时前 46

SCOPE and SCION: A Benchmark and an Auditable Reference Pipeline for Schema Induction and Fusion from Text SCOPE和SCION:一个用于从文本中进行模式诱导和融合的基准和可审计参考管道

Introduces SCOPE, a new benchmark for schema induction and fusion from raw text, built from 24 public information extraction sources. Presents SCION, an auditable reference pipeline for schema construction that operates under strict JSON contracts and focuses on candidate space construction. SCION-lite achieves the highest F1 scores on the SCOPE core suite compared to various baselines, including Text2Onto-style and LLM-only approaches. The SCION-RL variant reduces reliance on proprietary LLM sc 提出SCOPE基准,用于从纯文本中诱导模式(Schema)并支持可选的模式融合,解决信息抽取上游瓶颈问题。 构建SCION管道,作为可审计的参考流程,通过候选空间生成与严格JSON约束实现命名、合并、过滤、验证和保守融合。 SCION-lite在多种评估指标下优于现有基线,SCION-RL则降低对专有LLM的依赖,推动开源与透明化研究。

65
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces SCOPE, a new benchmark for schema induction and fusion from raw text, built from 24 public information extraction sources.
  • Presents SCION, an auditable reference pipeline for schema construction that operates under strict JSON contracts and focuses on candidate space construction.
  • SCION-lite achieves the highest F1 scores on the SCOPE core suite compared to various baselines, including Text2Onto-style and LLM-only approaches.
  • The SCION-RL variant reduces reliance on proprietary LLM schema engineers, offering a more compact and open-model solution.
  • The work emphasizes normalized typed-edge targets rather than claiming induced schemas surpass human ontology design.

Why It Matters

This research addresses a critical bottleneck in schema-grounded information extraction and knowledge graph construction by providing a benchmark and auditable pipeline for schema induction from raw text. It offers a practical solution for practitioners and researchers to evaluate and improve schema induction processes, reducing dependency on proprietary tools and enhancing transparency in schema construction.

Technical Details

  • SCOPE is a train-text-only benchmark for corpus-to-schema induction and optional schema fusion, built from 24 public information extraction sources (15 RE and 9 EE) normalized into evaluation-only gold schema graphs.
  • SCION constructs candidate spaces from train text and restricts naming, merging, filtering, validation, and conservative fusion to candidate-linked evidence under strict JSON contracts.
  • SCION-lite attains the highest F1 scores on the SCOPE core suite across Literal, Fuzzy, Continuous, and Graph schema-graph metrics.
  • The SCION-RL variant is a compact open-model approach that reduces reliance on proprietary LLM schema engineers.
  • The release includes evidence-linked outputs, parse/fallback logs, candidate retention/merging logs, run manifests, code, and benchmark packages.

Industry Insight

  • The introduction of SCOPE and SCION provides a standardized framework for evaluating schema induction and fusion, which can drive further advancements in information extraction and knowledge graph construction.
  • The auditable nature of SCION and its reliance on strict JSON contracts can enhance transparency and reproducibility in schema induction processes, making it easier for practitioners to adopt and adapt these methods.
  • The SCION-RL variant's reduced reliance on proprietary LLM schema engineers can lower costs and increase accessibility for smaller organizations and researchers, fostering broader adoption of schema induction techniques.

TL;DR

  • 提出SCOPE基准,用于从纯文本中诱导模式(Schema)并支持可选的模式融合,解决信息抽取上游瓶颈问题。
  • 构建SCION管道,作为可审计的参考流程,通过候选空间生成与严格JSON约束实现命名、合并、过滤、验证和保守融合。
  • SCION-lite在多种评估指标下优于现有基线,SCION-RL则降低对专有LLM的依赖,推动开源与透明化研究。

为什么值得看

该工作填补了从原始文本自动构建知识图谱模式这一关键空白,为信息抽取和知识工程提供了标准化评估框架与可复现的参考实现,对提升系统可解释性与工业落地具有重要价值。

技术解析

  • SCOPE基准基于24个公开信息抽取源(15个关系抽取、9个事件抽取)构建,统一归一化为仅用于评估的黄金模式图,核心聚焦事件类型、事件内论元角色及事件间链接。
  • SCION管道不提出新模型架构,而是设计一套可审计的流程:从训练文本生成候选集合,并在严格JSON契约下执行命名、合并、过滤、验证与保守融合,所有操作均关联证据。
  • 评估采用Literal、Fuzzy、Continuous和Graph四类模式图指标,SCION-lite在SCOPE核心套件上取得最高F1,显著优于源模式参考、Text2Onto风格、纯LLM及抽取后聚合基线。
  • SCION-RL为紧凑开源变体,通过强化学习优化候选选择,减少对商业LLM的依赖,同时保持高准确率与可审计性。
  • 所有输出均附带证据链接、解析/回退日志、候选保留/合并日志、运行清单、代码及基准包,确保全流程透明可追溯。

行业启示

  • 模式诱导将成为知识图谱构建中的标准化前置步骤,企业应建立自动化模式生成与融合机制,降低对人工本体设计的依赖。
  • 可审计性与证据链接是工业级信息抽取系统的核心需求,SCION提供的管道设计范式可作为构建合规、可解释AI系统的参考模板。
  • 开源与轻量模型(如SCION-RL)的兴起表明,高性能模式诱导无需完全依赖大语言模型,中小机构可通过高效架构实现同等效果,推动技术民主化。

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

Evaluation 评测 Benchmark 基准测试 Research 科学研究