【论文】2019年各大顶会神经关系抽取(NRE)优质论文整理分享

2020 年 1 月 31 日 深度学习自然语言处理

点击上方,选择星标置顶,每天给你送干货

阅读大概需要12分钟

跟随小博主,每天进步一丢丢


整理:深度学习与NLP


本资源整理了2019年ACL, EMNLP, COLING, NAACL, AAAI, IJCAI等各类AI顶会中,一些神经网络关系提取(Neural Relation Extraction)相关的优质论文,文末根据关键词分类。

    关键词列表:|NRC | DSRE | PGM | Combining Direct Supervision | GNN | new perspective | new dataset | joint extraction of relations and entities | few shot | BERT | path | imbalance | trick | KBE | RL | cross bag | ML | GAN | false negative | BERT


    资源整理自网络,源地址:https://github.com/WindChimeRan/NREPapers2019


arxiv

    1.⭐️ A Novel Hierarchical Binary Tagging Framework for Joint Extraction of Entities and Relations Zhepei Wei. Jianlin Su, Yue Wang, Yuan Tian, Yi Chang


NAACL 2019

    1.Structured Minimally Supervised Learning for Neural Relation Extraction Fan Bai and Alan Ritter NAACL 2019  

    | PGM | DSRE |


    2.Combining Distant and Direct Supervision for Neural Relation Extraction Iz Beltagy, Kyle Lo and Waleed AmmarNAACL 2019  

    | Combining Direct Supervision | DSRE |


    3.Distant Supervision Relation Extraction with Intra-Bag and Inter-Bag Attentions Ye, Zhi-Xiu and Ling, Zhen-HuaNAACL 2019  

    | DSRE | cross bag |


    4.A Richer-but-Smarter Shortest Dependency Path with Attentive Augmentation for Relation Extraction Duy-Cat Can, Hoang-Quynh Le, Quang-Thuy Ha, Nigel Collier NAACL 2019 

    | path | NRC |


    5.Connecting Language and Knowledge with Heterogeneous Representations for Neural Relation Extraction Peng Xu and Denilson Barbosa NAACL 2019  

    | KBE | DSRE |


    6.⭐️ GAN Driven Semi-distant Supervision for Relation Extraction Pengshuai Li, Xinsong Zhang, Weijia Jia, Hai ZhaoNAACL2019  

    | GAN | DSRE | false negative |


    7.Exploiting Noisy Data in Distant Supervision Relation Classification Kaijia Yang, Liang He, Xin-yu Dai, Shujian Huang, Jiajun Chen NAACL2019 

    | DSRE | RL | false negative |


    8.⭐️ Long-tail Relation Extraction via Knowledge Graph Embeddings and Graph Convolution Networks Ningyu Zhang, Shumin Deng, Zhanlin Sun,Guanying Wang, Xi Chen, Wei Zhang, Huajun Chen∗ 

    | long tail | DSRE | GCN |


ACL 2019

    1.⭐️ Graph Neural Networks with Generated Parameters for Relation Hao Zhu and Yankai Lin and Zhiyuan Liu, Jie Fu, Tat-seng Chua, Maosong Sun ACL 2019  

    | GNN | new task | new perspective


    2.⭐️ Entity-Relation Extraction as Multi-turn Question Answering Xiaoya Li, Fan Yin, Zijun Sun, Xiayu Li Arianna Yuan, Duo Chai, Mingxin Zhou and Jiwei Li ACL2019 

    | new dataset | new perspective| joint extraction of relations and entities


    3.⭐️ Matching the Blanks: Distributional Similarity for Relation Learning Livio Baldini Soares, Nicholas FitzGerald, Jeffrey Ling, Tom Kwiatkowski ACL2019 

    | few shot | sota | BERT |


    4.Exploiting Entity BIO Tag Embeddings and Multi-task Learning for Relation Extraction with Imbalanced Data Wei Ye1*, Bo Li*, Rui Xie, Zhonghao Sheng, Long Chen and Shikun Zhang1 ACL2019  

    | NRC | imbalance | trick | ranking loss |


    5.GraphRel: Modeling Text as Relational Graphs for Joint Entity and Relation Extraction Tsu-Jui Fu, Peng-Hsuan Li and Wei-Yun Ma ACL2019  

    | joint extraction of relations and entities |


    6.⭐️ DocRED: A Large-Scale Document-Level Relation Extraction Dataset Yuan Yao, Deming Ye, Peng Li, Xu Han, Yankai Lin, Zhenghao Liu, Zhiyuan Liu, Lixin Huang, Jie Zhou, Maosong Sun ACL2019 

    | document level re | new task |


    7.Attention Guided Graph Convolutional Networks for Relation Extraction Zhijiang Guo*, Yan Zhang* and Wei Lu

    | GCN | cross sentence re |


    8.Neural Relation Extraction for Knowledge Base Enrichment Bayu Distiawan Trisedya, Gerhard Weikum, Jianzhong Qi, Rui Zhang

    | KB enrichment |


    9.Joint Type Inference on Entities and Relations via Graph Convolutional Networks Changzhi Sun, Yeyun Gong, Yuanbin Wu, Ming Gong, Daxin Jiang, Man Lan, Shiliang Sun, Nan Duan

    | GCN | joint extraction of relations and entities |


AAAI 2019

    1.Hybrid Attention-based Prototypical Networks for Noisy Few-Shot Relation Classification Tianyu Gao*, Xu Han*, Zhiyuan Liu, Maosong Sun. (* means equal contribution) AAAI2019  

    | few shot |


    2.A Hierarchical Framework for Relation Extraction with Reinforcement Learning Takanobu, Ryuichi and Zhang, Tianyang and Liu, Jiexi and Huang, Minlie AAAI2019 

    | joint extraction of relations and entities | RL |


    3.Kernelized Hashcode Representations for Biomedical Relation Extraction Sahil Garg, Aram Galstyan, Greg Ver Steeg Irina Rish, Guillermo Cecchi, Shuyang Gao AAAI2019 

    | ML |


    4.Cross-relation Cross-bag Attention for Distantly-supervised Relation Extraction Yujin Yuan, Liyuan Liu, Siliang Tang, Zhongfei Zhang, Yueting Zhuang, Shiliang Pu, Fei Wu, Xiang Ren AAAI2019  

    | DSRE | cross bag |


EMNLP 2019

    1.⭐️ Self-Attention Enhanced CNNs and Collaborative Curriculum Learning for Distantly Supervised Relation Extraction Yuyun Huang, Jinhua Du EMNLP2019  



方便交流学习,备注: 昵称-学校(公司)-方向,进入DL&NLP交流群。
方向有很多: 机器学习、深度学习,python,情感分析、意见挖掘、句法分析、机器翻译、人机对话、知识图谱、语音识别等
记得备注呦


推荐阅读:
【ACL 2019】腾讯AI Lab解读三大前沿方向及20篇入选论文
【一分钟论文】IJCAI2019 | Self-attentive Biaffine Dependency  Parsing
【一分钟论文】 NAACL2019-使用感知句法词表示的句法增强神经机器翻译
【一分钟论文】Semi-supervised Sequence Learning半监督序列学习
【一分钟论文】Deep Biaffine Attention for Neural Dependency Parsing
详解Transition-based Dependency parser基于转移的依存句法解析器
经验 | 初入NLP领域的一些小建议
学术 | 如何写一篇合格的NLP论文
干货 | 那些高产的学者都是怎样工作的?
一个简单有效的联合模型
近年来NLP在法律领域的相关研究工作




让更多的人知道你“在看”
登录查看更多
3

相关内容

计算语言学协会(ACL)第57届年会于2019年7月28日至8月2日在意大利佛罗伦萨的' Fortezza da Basso '举行。会议日程包括海报发布会,教程,讲习班和除主要会议外的示威活动。ACL是计算语言学领域的主要会议,涵盖了与自然语言的计算方法有关的广泛的不同研究领域。
专知会员服务
60+阅读 · 2020年3月19日
专知会员服务
109+阅读 · 2020年3月12日
近期必读的5篇AI顶会CVPR 2020 GNN (图神经网络) 相关论文
专知会员服务
78+阅读 · 2020年3月3日
抢鲜看!13篇CVPR2020论文链接/开源代码/解读
专知会员服务
49+阅读 · 2020年2月26日
最新BERT相关论文清单,BERT-related Papers
专知会员服务
52+阅读 · 2019年9月29日
【ACL2020放榜!】事件抽取、关系抽取、NER、Few-Shot 相关论文整理
深度学习自然语言处理
18+阅读 · 2020年5月22日
【荟萃】知识图谱论文与笔记
专知
71+阅读 · 2019年3月25日
【NIPS2018】接收论文列表
专知
5+阅读 · 2018年9月10日
自然语言处理顶会EMNLP2018接受论文列表!
专知
87+阅读 · 2018年8月26日
COLING 2018-最新论文最全分类-整理分享
深度学习与NLP
6+阅读 · 2018年7月6日
(精品干货)ACL 2018最新论文归类(最全最细)分享
深度学习与NLP
19+阅读 · 2018年5月14日
Tutorial on NLP-Inspired Network Embedding
Arxiv
7+阅读 · 2019年10月16日
Knowledge Flow: Improve Upon Your Teachers
Arxiv
5+阅读 · 2019年4月11日
Arxiv
22+阅读 · 2018年8月30日
Arxiv
5+阅读 · 2018年6月5日
Arxiv
10+阅读 · 2018年4月19日
VIP会员
相关VIP内容
专知会员服务
60+阅读 · 2020年3月19日
专知会员服务
109+阅读 · 2020年3月12日
近期必读的5篇AI顶会CVPR 2020 GNN (图神经网络) 相关论文
专知会员服务
78+阅读 · 2020年3月3日
抢鲜看!13篇CVPR2020论文链接/开源代码/解读
专知会员服务
49+阅读 · 2020年2月26日
最新BERT相关论文清单,BERT-related Papers
专知会员服务
52+阅读 · 2019年9月29日
相关论文
Tutorial on NLP-Inspired Network Embedding
Arxiv
7+阅读 · 2019年10月16日
Knowledge Flow: Improve Upon Your Teachers
Arxiv
5+阅读 · 2019年4月11日
Arxiv
22+阅读 · 2018年8月30日
Arxiv
5+阅读 · 2018年6月5日
Arxiv
10+阅读 · 2018年4月19日
Top
微信扫码咨询专知VIP会员