Relation Classification with Entity Type Restriction

这是一篇ACL Findings的论文,idea很简单,但却非常奏效。

关系分类旨在预测句子中两个实体间的关系,这篇论文通过实体类型来限制关系的搜索范围。例如两个实体类型都是person,那么他们的关系就可以排除出生地,这样就能减少候选关系的数量:

example

模型结构

model

算法流程

algorithm

R ( t s , t o ) = { r ∈ R ∣ ( s , o ) ∈ D r } = { r ∈ R ∣ t s ∈ S ( r )  and  to  ∈ O ( r ) } \begin{aligned} R_{(t s, t o)} &=\left\{r \in R \mid(s, o) \in D_{r}\right\} \\ &=\{r \in R \mid t s \in S(r) \text { and } \text { to } \in O(r)\} \end{aligned} R(ts,to)={rR(s,o)Dr}={rRtsS(r) and  to O(r)}

  1. 首先根据句子中实体的类型将句子归好组
  2. 对于每一组,收集所有关系组成一个集合 R ( t s , t o ) R_{(t s, t o)} R(ts,to)
  3. 针对该关系集合学习一个分类器 f g f_g fg

实验结果

由于该方法是模型无关的,所以作者在两个代表性模型上做了实验:

result

RECENT 分别比 GCNSpanBERT 高了6.9和4.4,提升还是非常明显的。


Cite

@inproceedings{lyu-chen-2021-relation,
    title = "Relation Classification with Entity Type Restriction",
    author = "Lyu, Shengfei and Chen, Huanhuan",
    booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.findings-acl.34",
    doi = "10.18653/v1/2021.findings-acl.34",
    pages = "390--395",
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值