Update README.md

This commit is contained in:
missQian 2020-10-04 10:46:48 +08:00 committed by GitHub
parent 4fa39f07a6
commit a71c31d470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,6 +213,8 @@ One common application of text mining is event extraction,which encompasses dedu
(<a href="https://link.zhihu.com/?target=https%3A//github.com/231sm/Low_Resource_KBP">Github</a>)</summary><blockquote><p align="justify">
动机在最近的工作中当确定事件类型触发器分类大多数方法要么是仅基于模式pattern要么是仅基于特征。此外以往的工作在识别和文类论元的时候忽略了论元之间的关系只是孤立的考虑每个候选论元。
![image](https://github.com/xiaoqian19940510/text-classification-surveys/blob/master/picture1.png)
![image](https://github.com/xiaoqian19940510/Event-Extraction/blob/master/figure1.png)
主要思想:在本文中,我们同时使用‘模式’和‘特征’来识别和分类‘事件触发器’。 此外,我们使用正则化方法对候选自变量之间的关系进行建模,以提高自变量识别的性能。 我们的方法称为基于正则化的模式平衡方法。