arXiv:2509.07730cs.CL2025-09EMNLP

用大模型自动从无标注文本中找关系抽取训练样本。

M-BRe: Discovering Training Samples for Relation Extraction from Unlabeled Texts with Large Language Models

  • 分组+提取+决策三模块融合多分类与二分类优势。
  • 在多个数据集上发现的训练样本质量优于基线方法。
  • 适合需要大量标注数据但人力成本高的场景。

关系抽取(RE)的训练数据若依赖人工标注,成本可能过高,因为包含目标关系的句子往往稀少且难以定位。因此,开发一种高效方法,从无标注文本中自动提取训练实例,对训练RE模型具有重要意义。近年来,大语言模型(LLMs)在自然语言处理任务中表现突出,也推动了RE的发展。然而,在预定义关系类别下利用LLMs进行RE时,存在两个关键挑战:首先,在多分类设置中,LLMs常难以全面捕捉每种关系的语义,导致性能不佳;其次,虽可对每种关系单独采用二分类缓解此问题,但会带来显著计算开销,使实际应用中的时间复杂度不切实际。为此,本文提出M-BRe框架,用于从无标注文本中提取训练实例。该框架包含三个模块:关系分组、关系抽取和标签决策,融合了多分类与二分类方法的优势。大量实验验证了其在从无标注文本中发现高质量训练样本方面的卓越能力。

原文摘要 · Abstract (English)

For Relation Extraction (RE), the manual annotation of training data may be prohibitively expensive, since the sentences that contain the target relations in texts can be very scarce and difficult to find. It is therefore beneficial to develop an efficient method that can automatically extract training instances from unlabeled texts for training RE models. Recently, large language models (LLMs) have been adopted in various natural language processing tasks, with RE also benefiting from their advances. However, when leveraging LLMs for RE with predefined relation categories, two key challenges arise. First, in a multi-class classification setting, LLMs often struggle to comprehensively capture the semantics of every relation, leading to suboptimal results. Second, although employing binary classification for each relation individually can mitigate this issue, it introduces significant computational overhead, resulting in impractical time complexity for real-world applications. Therefore, this paper proposes a framework called M-BRe to extract training instances from unlabeled texts for RE. It utilizes three modules to combine the advantages of both of the above classification approaches: Relation Grouping, Relation Extraction, and Label Decision. Extensive experiments confirm its superior capability in discovering high-quality training samples from unlabeled texts for RE.

关系抽取大模型自动标注

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