开放域关系抽取:ReSel: N-ary Relation Extraction from Scientific Text and Tables by Learning to Retrieve and

本文提出了一种方法来处理多模态文本中的关系抽取问题,将其分解为高层组件检索和低层实体提取两个子任务。对于高层组件检索,使用基于特征的模型结合多级语义和词汇特征;对于低层实体提取,采用多视图架构融合图基结构关系和BERT语义信息。此外,利用五种关系类型的图进行实体关系分类,并构建了基于BERT嵌入和图注意力网络更新的边表示网络的分类器。
摘要由CSDN通过智能技术生成

整体而言,这篇文章做的是很贴近真实情景的,做的也比较细致

**未完**待续

从多模态文本中抽取出N维关系类型。模态可能是纯文本,可能是表格。
涉及到两个问题,一是关系所在位置定位;二关系分类。
在这里插入图片描述
RESEL将这一具有挑战性的任务分解为两个较简单的子任务:(1)高层次的组件检索,旨在找到最终目标实体所在的目标段落/表格,以及(2)低层次的实体提取,旨在从选定的组件中选择目标实体。

For high-level component retrieval, we propose a
simple but effective feature-based model that combines multi-level semantic and lexical features between queries and components; (3) For low-level
entity extraction, we propose a multi-view architecture, which fuses graph-based structural relations
with BERT-based semantic information
for extraction

Model

component 检索

Component-Level Semantic Features (CS).

(1) Embedding-Based Similarity: the cosine similarities fcs-1(Ci , Qj ) between component and query embeddings

Entailment-Based Score: the classification score fcs-2(Ci , Qj )
between Qj and Ci calculated by feeding them both into a BERT binary sequence classifier as a concatenated sequence

Entity-Level Semantic Features (ES)

entity-level cosine similarities fes(mi,b, ej,a) between the component entity embeddings h(mi,b) and the query elements embeddings h(ej,a). With all these similarity scores,we apply a max-pooling operation over all component entities mi,b, and use the obtained maximum fes(Ci
, ej,a) = maxmi,b∈Cifes(mi,b, ej,a) to represent the relation between the component Ci and one query element ej,a.

Entity-Level Lexical Features (EL)

three text similarities (Appendix A.2):

(1) Levenshtein Distance (Levenshtein et al., 1966); (2) the length of Longest Common Substring; (3) the length of Longest Common Subsequence.

实体关系分类

根据五种关系建议图:
(1)Co-occurence Edge测量两个实体节点vi和vj是否出现在同一个句子或相邻的句子中;(2)Coreference Edge提取两个实体节点vi和vj提及同一概念的关系信息;(3)Reference Edge用参考信息连接表格和文本(例如。“在表3中”);(4)表-结构边缘提取表的列和行的结构信息;(5)表-段落连接通过文本相似性加强表单元和段落实体之间的联系(详见附录A.3)。 有了这五种来自不同模式的边缘类型,几乎涵盖了文档中所有的隐藏关系,多模式实体关联图可以有效地模拟文档级信息。由于所有的边缘类型都在[0, 1]范围内,而且大多数都不重叠,所以我们对它们一视同仁,将图定义为无向同质图。

还有基于构建的图如何分类?

最后,是建立了两个分类器》(1) one classifier based on the concatenation of the entity nodes’ and query elements’ BERT embeddings, and (2) the other classifier based on the
GAT-updated BON features.

损失函数

在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

YingJingh

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值