
事件抽取
byn12345
好好学习,天天向上
展开
-
【论文解读IJCAI 2019】Extracting Entities and Events as a Single Task Using a Transition-Based NeuralModel
论文题目:Extracting Entities and Events as a Single Task Using a Transition-Based Neural Model论文来源:IJCAI 2019 武汉大学, 东华大学, 西湖大学论文链接:https://www.ijcai.org/Proceedings/2019/753代码链接:https://github.com/z...原创 2020-04-24 23:01:00 · 1069 阅读 · 0 评论 -
【论文解读 WWW 2019 | FBMA】Event Detection using Hierarchical Multi-Aspect Attention
论文题目:Event Detection using Hierarchical Multi-Aspect Attention论文来源:WWW 2019 乔治梅森大学,弗吉尼亚理工大学论文链接:https://doi.org/10.1145/3308558.3313659代码链接:https://github.com/sumehta/FBMA关键词:分层注意力,多角度注意力,事件检测,...原创 2020-04-23 23:59:11 · 1417 阅读 · 0 评论 -
【论文解读 EMNLP 2019】Joint Event and Temporal RE with Shared Representations and Structured Prediction
论文题目:Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction论文来源:EMNLP 2019 南加利福尼亚大学,伊利诺伊大学香槟分校论文链接:https://www.aclweb.org/anthology/D19-1041/关键词:联合学习,...原创 2020-04-22 23:50:49 · 978 阅读 · 1 评论 -
【论文解读 EMNLP 2019 | DyGIE++】Entity, Relation, and EE with Contextualized Span Representations
论文题目:Entity, Relation, and Event Extraction with Contextualized Span Representations论文来源:EMNLP 2019 华盛顿大学, Google AI Language论文链接:https://www.aclweb.org/anthology/D19-1585/代码链接:https://github.c...原创 2020-04-21 14:10:16 · 4876 阅读 · 0 评论 -
【论文解读 EMNLP 2019 | HMEAE】Hierarchical Modular Event Argument Extraction
论文题目:HMEAE: Hierarchical Modular Event Argument Extraction论文来源:EMNLP 2019 清华、微信AI论文链接:https://www.aclweb.org/anthology/D19-1584/代码链接:https://github.com/thunlp/HMEAE关键词:事件元素抽取(EAE),概念层次,attention...原创 2020-04-20 17:44:19 · 2781 阅读 · 2 评论 -
【论文解读 EMNLP 2019 | TLNN】Event Detection with Trigger-Aware Lattice Neural Network
论文题目:Event Detection with Trigger-Aware Lattice Neural Network论文来源:EMNLP 2019 清华论文链接:https://www.aclweb.org/anthology/D19-1033/代码链接:https://github.com/thunlp/TLNN关键词:事件检测,word-trigger不匹配,trigger...原创 2020-04-19 18:59:50 · 1967 阅读 · 3 评论 -
【论文解读 ACL 2019 | PLMEE】Exploring Pre-trained Language Models for Event Extraction and Generation
论文题目:Exploring Pre-trained Language Models for Event Extraction and Generation论文来源:ACL 2019 国防科技大学论文链接:https://www.aclweb.org/anthology/P19-1522/关键词:事件抽取,预训练语言模型,事件生成,角色重叠,训练数据不足文章目录1 摘要2 引言3 ...原创 2020-04-15 12:49:42 · 6609 阅读 · 13 评论 -
【论文解读 EMNLP 2019 | MOGANED】ED with Multi-Order Graph Convolution and Aggregated Attention
论文题目:Event Detection with Multi-Order Graph Convolution and Aggregated Attention论文来源:EMNLP 2019论文链接:https://www.aclweb.org/anthology/D19-1582/代码链接(非官方):https://github.com/wzq016/MOGANED-Implementa...原创 2020-04-11 14:42:45 · 2330 阅读 · 1 评论 -
【论文解读 EMNLP 2018 | JMEE】Jointly Multiple EE via Attention-based Graph Information Aggregation
论文题目:Jointly Multiple Events Extraction via Attention-based Graph Information Aggregation论文来源:EMNLP 2018论文链接:https://arxiv.org/abs/1809.09078代码链接:https://github.com/lx865712528/EMNLP2018-JMEE关键词:...原创 2020-04-09 15:36:27 · 4355 阅读 · 1 评论 -
【论文解读 AAAI 2018|GCN-ED】Graph Convolutional Networks with Argument-Aware Pooling for Event Detection
论文题目:Graph Convolutional Networks with Argument-Aware Pooling for Event Detection论文来源:AAAI 2018论文链接:https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16329/16155关键词:事件检测,GCN,句法依存结构文章目录1 ...原创 2020-04-08 17:22:07 · 2848 阅读 · 0 评论 -
【论文解读 arXiv 2020 | RA-GCN】Event Detection with Relation-Aware Graph Convolutional Networks
论文题目:Event Detection with Relation-Aware Graph Convolutional Networks论文来源:arXiv 2020.02.25论文链接:https://arxiv.org/abs/2002.10757关键词:事件检测(ED),图卷积神经网络(GCN),句法关系标签文章目录1 摘要2 引言3 相关工作4 方法4.1 Prelimina...原创 2020-04-07 21:10:41 · 4430 阅读 · 7 评论 -
【转载】关系抽取之远程监督算法
本文转自:https://www.cnblogs.com/Luv-GEM/p/11598294.html目录一、关系抽取综述二、远程监督关系抽取算法的滥觞三、多实例学习和分段最大池化四、句子级别的注意力机制一、关系抽取综述 信息抽取是自然语言处理中非常重要的一块内容,包括实体抽取(命名实体识别,Named Entity Recognition)、关系抽取(Relati...转载 2020-03-26 23:09:16 · 2510 阅读 · 0 评论