Difference between revisions of "Lin and Wu. 2009. Phrase Clustering for Discriminative Learning."

From Cohen Courses
Jump to navigationJump to search
m
Line 1: Line 1:
 +
== Under construction ==
 +
 
{{MyCiteconference | booktitle = Proceedings of the Annual Meeting of the Association for Computational Linguistics and the International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing| coauthors = X. Wu| date = 2009| first = D.| last = Lin| title = Phrase clustering for discriminative learning| url = http://www.aclweb.org/anthology/P/P09/P09-1116.pdf }}
 
{{MyCiteconference | booktitle = Proceedings of the Annual Meeting of the Association for Computational Linguistics and the International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing| coauthors = X. Wu| date = 2009| first = D.| last = Lin| title = Phrase clustering for discriminative learning| url = http://www.aclweb.org/anthology/P/P09/P09-1116.pdf }}
  
 
This [[Category::Paper]] is available online [http://www.aclweb.org/anthology/P/P09/P09-1116.pdf].
 
This [[Category::Paper]] is available online [http://www.aclweb.org/anthology/P/P09/P09-1116.pdf].
  
== Reviews of this paper ==
+
== Summary ==
{{#ask: [[reviewed paper::lin_2009_phrase_clustering_for_discriminative_learning]] | ?reviewer}}
+
 
 +
This paper focuses on a variant of the [[AddressesProblem::Named Entity Recognition]] problem. They present a method for identifying nested named entities using a discriminative constituency [[UsesMethod::Parsing|parser]].
 +
 
 +
== Brief description of the method ==
 +
 
 +
The authors model each sentence as a constituent tree. Each named entity would correspond to a phrase in the tree (i.e a subtree). A root node would connect the entire sentence. In addition, the [[POS]] tags of non-entities are also modeled. The diagram above is one such example of a "named entity tree".
 +
 
 +
 
 +
== Experimental Result ==
 +
 
 +
The authors performed experiments on the [[UsesDataset::GENIA_dataset | GENIA Corpus]], [[UsesDataset::JNLPBA]] corpus and [[UsesDataset::Ancora]].
 +
 
 +
[[Image:GENIA_results.png]]
 +
 
 +
Their system achieve significant performance gains over similar flat model [[RelatedPaper::Sarawagi_and_Cohen_NIPS_2004|semi-CRF]] NER system.
 +
 
 +
[[Image:JNLPBA_results.png]]
 +
 
 +
[[Image:Ancora_results.png]]
 +
 
 +
The author's system are generally perform better than flat models when evaluated on all the entities as compared to just on top-level entities. It demonstrates the relevance of modeling named entities hierarchy in an [[NER]] system.
 +
 
 +
== Related Papers ==

Revision as of 21:06, 24 September 2011

Under construction

Phrase clustering for discriminative learning, by D. Lin, X. Wu. In Proceedings of the Annual Meeting of the Association for Computational Linguistics and the International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing, 2009.

This Paper is available online [1].

Summary

This paper focuses on a variant of the Named Entity Recognition problem. They present a method for identifying nested named entities using a discriminative constituency parser.

Brief description of the method

The authors model each sentence as a constituent tree. Each named entity would correspond to a phrase in the tree (i.e a subtree). A root node would connect the entire sentence. In addition, the POS tags of non-entities are also modeled. The diagram above is one such example of a "named entity tree".


Experimental Result

The authors performed experiments on the GENIA Corpus, JNLPBA corpus and Ancora.

GENIA results.png

Their system achieve significant performance gains over similar flat model semi-CRF NER system.

JNLPBA results.png

Ancora results.png

The author's system are generally perform better than flat models when evaluated on all the entities as compared to just on top-level entities. It demonstrates the relevance of modeling named entities hierarchy in an NER system.

Related Papers