当前位置:网站首页>Event extraction and documentation (2008-2017)
Event extraction and documentation (2008-2017)
2022-07-29 00:14: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
2017
DMCNN-MIL
Automatically Labeled Data Generation for Large Scale Event Extraction
No official source code
Only data is given acl2017submission/event-data (github.com) To our knowledge, it is the first work to automatically label data for large scale EE via world knowledge and linguistic knowledge. All the labeled data in this paper have been released and can be downloaded freely.
This github There is only... In the warehouse readme.md file


Liu et al.
Exploiting Argument Information to Improve Event Detection via Supervised Attention Mechanisms
No official source code
In this work, we use the events published by Liu et al. (2016a) 5 as extra training data.
Only trigger word extraction , No argument extraction 
word embedding, entity type embedding, attention mechanism
2016
HMM
A Language-Independent Neural Network for Event Detection (aclanthology.org)
No official source code



NC-CNN
Modeling Skip-Grams for Event Detection with Convolutional Neural Networks (nyu.edu)
No official source code
RBPB
Java
RBPB: Regularization-Based Pattern Balancing Method for Event Extraction (aclanthology.org)
No official source code

There are related concepts :

JRNN
Joint Event Extraction via Recurrent Neural Networks (aclanthology.org)
No official source code


JOINTEVENTENTITY
Joint Extraction of Events and Entities within a Document Context (aclanthology.org)
cpp Source code : bishanyang/EventEntityExtractor (github.com)
Example :


Characteristic source :


BDLSTM-TNNs
Event Extraction via Bidirectional Long Short-Term Memory Tensor Neural Networks
No official source code
Learn from dynamic pooling




Hsi et al.
Leveraging Multilingual Training for Limited Resource Event Extraction (aclanthology.org)
No official source code
ACE 2005 statistics :


frame :

Characteristic source :

Bilingual parallel corpus
Average performance
Chinese ACE 2005

2015
DMCNN
Event Extraction via Dynamic Multi-Pooling Convolutional Neural Networks (aclanthology.org)
No official source code
Event Trigger: 69.1
Arg role: 53.5

2013
Joint
Joint Event Extraction via Structured Prediction with Global Features (aclanthology.org)
No official source code
Feature source table :


Nguyen et al.
Event Detection and Domain Adaptation with Convolutional Neural Networks (aclanthology.org)
No official source code

2011
Hong et al.
Using Cross-Entity Inference to Improve Event Extraction (aclanthology.org)
No official source code

2010
Liao et al.
Using document level cross-event inference to improve event extraction (acm.org)
No official source code

2008
Ji et al.
Refining Event Extraction through Cross-Document Inference (aclanthology.org)
No official source code

边栏推荐
- Connection pool - return connection details (Part 2)
- "Method not allowed", 405 problem analysis and solution
- Leetcode61. 旋转链表
- 1-8 props的基础使用
- Exchange 2013 SSL certificate installation document
- Intelligent trash can (VII) -- Introduction and use of sg90 steering gear (Pico implementation of raspberry pie)
- Sword finger offer 41. median in data flow
- Compilation principle research study topic 2 -- recursive descent syntax analysis design principle and Implementation
- Classification and determination method of Worthington stemxyme
- VS2005 accesses the setting method "recommended collection" of vss2005 through sourceoffsite
猜你喜欢

EN 1935 building hardware. Single axis hinge - CE certification

实时数仓:美团基于Flink的实时数仓建设实施
![[MySQL series] MySQL database foundation](/img/50/cc75b2cdf6e52714c1d492fa1ae2c4.png)
[MySQL series] MySQL database foundation

Sword finger offer 41. median in data flow

Android studio connects to MySQL and completes simple login and registration functions

Is the declarative code of compose so concise?

Plato farm is expected to further expand its ecosystem through elephant swap

Virtual lab basic experiment tutorial -8. Fourier transform (1)

GhostNets on Heterogeneous Devices via Cheap Operations

Pycharm configuring the running environment
随机推荐
"Method not allowed", 405 problem analysis and solution
Please briefly describe the respective characteristics of list, set and map type sets (briefly describe three different inheritance methods)
Pycharm configuring the running environment
1-8 props的基础使用
Sword finger offer 64. find 1+2+... +n, logical operator short circuit effect
With the help of rpa+lcap, the enterprise treasurer management can be upgraded digitally
Do you know any formal part-time platforms?
CMake 基础学习
Interpretation of ISO 13400 (doip) standard
What do you need to bring with you for the NPDP exam? Stationery carrying instructions
The failure rate is as high as 80%. How to correctly complete the strategic planning of digital transformation?
Intelligent trash can (VII) -- Introduction and use of sg90 steering gear (Pico implementation of raspberry pie)
Everything you have learned will come in handy at some point in your life (turn)
【C】 Replace spaces and realize binary parity bit exchange of integers by macros
AutoCAD -- import excel tables into CAD and merge CAD
NAT如何配置地址转换
Js判断数据类型的4种⽅式
Tyrosine decarboxylase -- characteristics of tyrosine decarboxylase of Streptococcus faecalis in Worthington
Is the declarative code of compose so concise?
Leetcode60. permutation sequence