论文标题
架构意识参考作为提示改善数据有效的知识图构建
Schema-aware Reference as Prompt Improves Data-Efficient Knowledge Graph Construction
论文作者
论文摘要
随着预训练的语言模型的发展,已经提出并实现了许多基于数据有效的知识图构造的迅速方法。但是,现有的知识图构造基于及时的学习方法仍然容易受到几个潜在局限性:(i)使用预定义的模式之间的自然语言和输出结构化知识之间的语义差距,这意味着模型无法使用约束模板完全利用语义知识; (ii)在本地实例中进行的表示学习限制了特征不足的性能,而这些功能无法释放预训练的语言模型的潜在类似能力。在这些观察结果的推动下,我们提出了一种检索授权方法,该方法将架构意识参考作为提示(RAP)检索,以进行数据有效的知识图构造。它可以动态地利用从人类注销和弱监督的数据继承的架构和知识,作为每个样本的提示,每个样本是模型 - 不平衡的,并且可以插入广泛的现有方法中。实验结果表明,与RAP集成的先前方法可以在五个关系图三重提取和事件提取的知识图构造的五个数据集中获得令人印象深刻的性能提高。代码可在https://github.com/zjunlp/rap中找到。
With the development of pre-trained language models, many prompt-based approaches to data-efficient knowledge graph construction have been proposed and achieved impressive performance. However, existing prompt-based learning methods for knowledge graph construction are still susceptible to several potential limitations: (i) semantic gap between natural language and output structured knowledge with pre-defined schema, which means model cannot fully exploit semantic knowledge with the constrained templates; (ii) representation learning with locally individual instances limits the performance given the insufficient features, which are unable to unleash the potential analogical capability of pre-trained language models. Motivated by these observations, we propose a retrieval-augmented approach, which retrieves schema-aware Reference As Prompt (RAP), for data-efficient knowledge graph construction. It can dynamically leverage schema and knowledge inherited from human-annotated and weak-supervised data as a prompt for each sample, which is model-agnostic and can be plugged into widespread existing approaches. Experimental results demonstrate that previous methods integrated with RAP can achieve impressive performance gains in low-resource settings on five datasets of relational triple extraction and event extraction for knowledge graph construction. Code is available in https://github.com/zjunlp/RAP.