Papers by Shuzi Niu
Hierarchical Region Learning for Nested Named Entity Recognition (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods to recognize entities recursively from innermost to outermost are based on brute force and two-stage paradigms, often leading to cascaded errors. |
| Approach: | They propose a hierarchical region learning framework to automatically generate a tree hierarchy of candidate regions with nearly linear complexity and incorporate structure information into the region representation for better classification. |
| Outcome: | Experiments on benchmark datasets ACE-2005, GENIA and JNLPBA show that the proposed framework performs better than state-of-the-art models. |