当前位置:网站首页>Event extraction and documentation (2018)
Event extraction and documentation (2018)
2022-07-29 00:12:00 【Andy Dennis】
Preface
Previously, I studied the field of event extraction (NLP A sub domain of small domain information extraction ), I have collated some documents before .
This article is about Event extraction and document sorting (2019) Subsequent to .
Event extraction and document sorting (2020-2021)
+
Event extraction and document sorting (2019)
+
Event extraction and document sorting (2018)
+
Event extraction and document sorting (2008-2017)
There is after the model title $ For code
The paper
### DCFEE
DCFEE: A Document-level Chinese Financial Event Extraction System based on Automatically Labeled Training Data (aclanthology.org)
No official source code , But there is a demonstration system , The front-end interface can be referred to
Document-level Chinese
chinese

Financial event knowledge base


Zeng et al.
Scale Up Event Extraction Learning via Automatic Training Data Generation
No official source code

Huang et al.
Zero-Shot Transfer Learning for Event Extraction (aclanthology.org)
Code wilburOne/ZeroShotEvent (github.com) be based on theno… It may be difficult to understand
AMR parse

DEEB-RNN
Document Embedding Enhanced Event Detection with Hierarchical and Supervised Attention (aclanthology.org)
No official source code

Only event trigger
Hierarchical and Supervised Attention
SELF
Self-regulation: Employing a Generative Adversarial Network to Improve Event Detection (aclanthology.org)
No official source code
Only event trigger

DBRNN
Jointly Extracting Event Triggers and Arguments by Dependency-Bridge RNN and Tensor-Based Argument Interaction (AAAI)
No official source code





JMEE $
Jointly Multiple Events Extraction via Attention-based Graph Information Aggregation (aclanthology.org)
Jointly Multiple Events Extraction via Attention-based Graph Information Aggregation (arxiv.org)
arXiv Version with source code link : lx865712528/EMNLP2018-JMEE (github.com)


Yes BiLSTM( Exactly DynamicLSTM, Long Short-Term Memory with Dynamic Skip Connections, Code : Lin-Youth/DynamicLSTM(github.com))
GCN The Internet
Highway layer ( It's not ordinary residual shortcut)
selfAttention layer
Ferguson et al.
Semi-Supervised Event Extraction with Paraphrase Clusters (aclanthology.org)
The project given in the paper has not been found


Only trigger word extraction is given ( Event type ) Result
This paper uses clustering

边栏推荐
- 1-7 解决类中方法的this指向问题
- Explanation of history and chemical properties of Worthington ribonuclease B
- Zibo station construction guide (aigler)
- Three years after graduation, write to you and me who may be confused [turn]
- feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
- Solution: direct local.Aar file dependencies are not supported when building an aar
- Worthington RNA determination detailed introduction
- 实时数仓:滴滴的实时数仓落地实践
- Servlet operation principle_ API details_ Advanced path of request response construction (servlet_2)
- PowerCLi 批量添加esxi到vCenter
猜你喜欢

VirtualLab基础实验教程-8.傅里叶变换(1)

Leetcode64. Minimum path sum

DevOps在物联网解决方案中的应用

Connection pool - return connection details (Part 2)

Have passed hcip and joined the company of your choice, and share the learning experience and experience of Huawei certification

Worthington RNA determination detailed introduction

How NAT configures address translation

How can Plato obtain premium income through elephant swap in a bear market?

Pycharm configuring the running environment

【C】喝汽水,找单身狗问题
随机推荐
Opencv macro definition
【MySQL 8】Generated Invisible Primary Keys(GIPK)
How NAT configures address translation
curl (7) Failed connect to localhost8080; Connection refused
ISO 13400(DoIP)标准解读
Oracle创建表空间和用户
SQL left connection, internal connection writing method "recommended collection"
Install MySQL using Yum for Linux
[detailed and super simple] how to use websocket links
熊市下PLATO如何通过Elephant Swap,获得溢价收益?
Leetcode64. Minimum path sum
CANoe应用案例之DoIP通信
#{}和${}的区别
Leetcode60. 排列序列
Real time data warehouse: meituan's implementation of real-time data warehouse construction based on Flink
EN 1873 assembly accessories for roofing - plastic single roof lamps - CE certification
Oracle超全SQL,细节狂魔
curl (7) Failed connect to localhost8080; Connection refused
mysql索引失效的常见9种原因详解
1-8 props的基础使用