Mention Coreference Resolution Algorithm

From GM-RKB
Jump to navigation Jump to search

A Mention Coreference Resolution Algorithm is a coreference resolution algorithm that can solve an Entity Mention Coreference Resolution Task and be implemented into an Entity Mention Coreference Resolution System.



References

2008

2007

  • (Ng, 2007) ⇒ Vincent Ng. (2007). “Semantic Class Induction And Coreference Resolution.” In: Proceedings of ACL-2007.
    • QUOTE: This paper examines whether a learning based coreference resolver can be improved using semantic class knowledge that is automatically acquired from a version of the Penn Treebank in which the noun phrases are labeled with their semantic classes. Experiments on the ACE test data show that a resolver that employs such induced semantic class knowledge yields a statistically significant improvement of 2% in F-measure over one that exploits heuristically computed semantic class knowledge. In addition, the induced knowledge improves the accuracy of common noun resolution by 2-6%.



  • (Culotta et al., 2007) ⇒ Aron Culotta, Michael Wick, Robert Hall, and Andrew McCallum. (2007). “First-order probabilistic models for coreference resolution.” In: Proceedings of the Human Language Technology Conference of the North American Chapter of the Association of Computational Linguistics (HLT-NAACL 2007).
    • QUOTE: Noun phrase coreference resolution is the problem of clustering noun phrases into anaphoric sets. A standard machine learning approach is to perform a set of independent binary classifications of the form “Is mention a coreferent with mention b?” This approach of decomposing the problem into pairwise decisions presents at least two related difficulties. First, it is not clear how best to convert the set of pairwise classifications into a disjoint clustering of noun phrases. The problem stems from the transitivity constraints of coreference: If a and b are coreferent, and b and c are coreferent, then a and c must be coreferent.

2006

  • Andrew McCallum. (2006). Information extraction, Data Mining and Joint Inference. KDD-2006. notes.
    • QUOTE: Traditionally in NLP co-reference has been performed by making independent coreference decisions on each pair of entity mentions. An Affinity Matrix CRF jointly makes all coreference decisions together, accounting for multiple constraints.”
  • (McCallum, 2006) ⇒ Andrew McCallum. (2006). “Information Extraction: Coreference and Relation Extraction. Lecture #20, Computational Linguistics, CMPSCI 591N, Spring 2006 http://www.cs.umass.edu/~mccallum/courses/inlp2007/lect20-coref.ppt.pdf
    • QUOTE: Why is Coreference Resolution Hard
Many sources of information play a role
– head noun matches
* IBM executives = the executives
– syntactic constraints
* John helped himself to...
* John helped him to…
– number and gender agreement
– discourse focus, recency, syntactic parallelism, semantic class, world knowledge, …
** No single source is a completely reliable indicator
– number agreement
* the assassination = these murders
* Identifying each of these features automatically, accurately, and in context, is hard
* Coreference resolution subsumes the problem of pronoun resolution…

2005

2004

2003

2002

  • Bansal, Blum, Chawla, 2002
  • V. Ng and C. Cardie. (2002). Improving machine learning approaches to coreference resolution. In: Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics (ACL), pages 104–111, Philadelphia.

2001

1999

1995

TBd

  • (Aone & Bennett, 1995) ⇒ C. Aone and S. W. Bennett. (1995). “Evaluating Automated and Manual Acquisition of Anaphora Resolution Strategies.” In: Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics (ACL), pages 122–129.


  • Andrew McCallum. Conditional Models of Identity Uncertainty with Application to Noun Coreference


  • Nanda Kambhatla, "Combining Lexical, Syntactic, and Semantic Features with Maximum Entropy Models for Extracting Relations"
    • A maximum entropy approach to extract relations using lexical, syntactic and semantic features

@inproceedings{Luo:2005:crp,
 author = {Luo, Xiaoqiang},
 title = {On Coreference Resolution Performance Metrics},
 booktitle = {Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing},
 publisher = {Association for Computational Linguistics},
 address = {Vancouver, British Columbia, Canada},
 year = {2005},
 url = {http://www.aclweb.org/anthology/H/H05/H05-1004}
}