1 / 7

Hierarchical Name Entity Recognition

Traditional NER assumes each entity type as an independent class. However, entities can have a hierarchical structure. Genia Corpus Models are based on MEMM classifier, offering Model 1 with ancestor types as features, Model 2 with a classifier at each level, and Model 3 with local and global weights in a tree structure for classification. Acknowledgements to David, Mihai, instructors, and TAs for their contributions.

holley
Download Presentation

Hierarchical Name Entity Recognition

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hierarchical Name Entity Recognition

  2. Motivation • Traditional NER assume that each entity type is an independent class. • However, they can have a hierarchical structure

  3. Genia Corpus

  4. Models • All models are based on MEMM classifier • Model 1 • Just take the ancestor types to be features • Model 2 • Train a classifier at each level • Do verterbi on paths in the tree

  5. Model 3 • Every node in the tree has a local weight and global weight • Global weight is for classification. • The sum of the local weights from the root to the node • Example

  6. Results

  7. Acknowledgement • Thanks David and Mihai for insightful discussions • Thanks instructors for excellent courses • Thanks TAs for hard work.

More Related