qolina / NNED

Neural event extraction on ACE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NNED

Neural event extraction

This is a version of baseline (Using purely Bi-lstm to encode sentence, then do trigger classification.) Could yield 66% f1 on liqi data. 58% on qin data. 70% on feng data.

Note: Could not yield 73% by adding cnn feature on feng data. Maybe needs tuning or code-checking.

About

Neural event extraction on ACE

License:MIT License


Languages

Language:Python 97.1%Language:Shell 2.9%