Coreference Clustering Task: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
en>Jlerner
(Convert to redirect)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[Coreference_Resolution_Task]]
A [[Coreference Clustering Task]] is a [[clustering task]] where all [[referencer]]s must be grouped into [[coreference cluster]]s (that share a [[coreference relation]]).
* <B>AKA:</B> [[Coreference Resolution]].
* <B>Context</U>:</B>
** <B>[[Task Input|input]]:</B> A [[Referencer Set]] (with some [[reference information]]).
*** [[Optional Task Input|optional]]: [[Background Knowledge]], such as a [[canonical entity database]].
** <B>[[Task Output|output]]:</B> A [[set]] of [[Coreference Cluster]]s.
** It can range from (typically) being an [[Entity Reference Clustering Task]] to being a [[Relation Reference Clustering Task]].
** It can be solved by a [[Coreference Resolution System]] that implements a [[Coreference Resolution Algorithm]].
** It can range from being a [[Heuristic Coreference Resolution Task]] to being a [[Data-Driven Coreference Resolution Task]].
** It can support a [[Reference Grounding Task]].
* <B>Example(s):</B>
** a [[Coreferent Mention Resolution Task]]s, such as a [[person mention coreference resolution task]].
** a [[Record Coreference Resolution Task]]s, such as a [[Person Record Coreference Resolution Task]].
** an [[Ontology Merging Task]].
* <B>Counter-Example(s):</B>
** a [[Referencer Classification Task]].
** a [[Reference Grounding Task]] (to a [[Canonical Referencer]]).
* <B>See:</B>  [[Coreference Chain]], [[Coreferential Expression Set]], [[Ontology]], [[Word Mention Clustering Task]].
----
----
==References ==
 
=== 2014 ===
* http://cogcomp.cs.illinois.edu/page/demos/
** QUOTE: A given [[entity]] - representing a person, a location, or an organization - may be mentioned in text in multiple, ambiguous ways. [[Understanding natural language]] and [[supporting]] [[intelligent access to textual information]] requires identifying whether different entity mentions are actually referencing the same entity. The Coreference Resolution Demo processes unannotated text, detecting mentions of entities and showing which mentions are coreferential.
 
=== 2009===
* ([[2009_AnEntityBasedModelForCorefResolution|Wick et al., 2009]]) &rArr; [[Michael Wick]], [[Aron Culotta]], Khashayar Rohanimanesh, and [[Andrew McCallum]]. ([[2009]]). "[http://maroo.cs.umass.edu/pub/web/getpdf.php?id=862 An Entity Based Model for Coreference Resolution]." In: Proceedings of the SIAM International Conference on Data Mining (SDM 2009).
** QUOTE: [[Coreference Resolution Task|Coreference resolution]] is the [[clustering task|problem of clustering]] [[referencer|mentions (or records)]] into [[set]]s [[reference relation|referring]] to the same [[referent entity|underlying entity]] (e.g., [[person]], [[place]]s, [[organization]]s). Over the past several years, increasingly powerful [[supervised machine learning technique]]s have been developed to solve [[this problem]]. Initial solutions treated it as a set of [[independent]] [[binary classification]]s, one for each [[mention pair|pair of mentions]] [1, 2]. Next, relational probability models were developed to capture the dependency between each of these classifications [3, 4]; however the parameterization of these methods still consists of features over [[mention pair|pairs of mention]]s. Finally, methods have been developed to enable arbitrary features over entire [[mention cluster|clusters of mentions]] [5, 6, 7].
 
===2006===
* ([[2006_ApproximateInfTechForIdentUnc|Pasula, 2006]]) &rArr; Hanna Pasula. ([[2006]]). "[http://www.researchchannel.org/prog/displayevent.aspx?fID=569&rID=5176 Approximate Inference Techniques for Identity Uncertainty]." Lecture
** QUOTE: Many interesting tasks, such as [[vehicle tracking]], [[data association]], and [[mapping]], involve [[reasoning]] about the [[objects present in a domain]]. However, the observations on which this reasoning is to be based frequently fail to explicitly describe these [[object]]s' [[identiti]]es, [[properti]]es, or even their [[count|number]], and may in addition be [[noisy data|noisy]] or [[nondeterministic data|nondeterministic]]. When this is the case, [[identifying the set of objects present]] becomes an important aspect of the whole task.
 
----
 
__NOTOC__
[[Category:Concept]]

Revision as of 03:30, 24 July 2015

A Coreference Clustering Task is a clustering task where all referencers must be grouped into coreference clusters (that share a coreference relation).



References

2014

2009

2006