Coreference Resolution Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - " ↵" to " ")
m (Text replacement - ". ↵" to ". ")
 
Line 28: Line 28:
* (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Coreference#Coreference_resolution Retrieved:2019-3-15.
* (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Coreference#Coreference_resolution Retrieved:2019-3-15.
** In [[computational linguistics]], coreference resolution is a well-studied problem in [[discourse]]. To derive the correct interpretation of a text, or even to estimate the relative importance of various mentioned subjects, pronouns and other [[referring expression]]s must be connected to the right individuals. Algorithms intended to resolve coreferences commonly look first for the nearest preceding individual that is compatible with the referring expression. For example, ''she'' might attach to a preceding expression such as ''the woman'' or ''Anne'', but not to ''Bill''. Pronouns such as ''himself'' have much stricter constraints. Algorithms for resolving coreference tend to have accuracy in the 75% range. As with many linguistic tasks, there is a tradeoff between [[precision and recall]].        <P>        A classic problem for coreference resolution in English is the pronoun ''it'', which has many uses. ''It'' can refer much like ''he'' and ''she'', except that it generally refers to inanimate objects (the rules are actually more complex: animals may be any of ''it'', ''he'', or ''she''; ships are traditionally ''she''; hurricanes are usually ''it'' despite having gendered names). ''It'' can also refer to abstractions rather than beings: "He was paid minimum wage, but didn't seem to mind it." Finally, ''it'' also has [[pleonastic]] uses, which do not refer to anything specific:
** In [[computational linguistics]], coreference resolution is a well-studied problem in [[discourse]]. To derive the correct interpretation of a text, or even to estimate the relative importance of various mentioned subjects, pronouns and other [[referring expression]]s must be connected to the right individuals. Algorithms intended to resolve coreferences commonly look first for the nearest preceding individual that is compatible with the referring expression. For example, ''she'' might attach to a preceding expression such as ''the woman'' or ''Anne'', but not to ''Bill''. Pronouns such as ''himself'' have much stricter constraints. Algorithms for resolving coreference tend to have accuracy in the 75% range. As with many linguistic tasks, there is a tradeoff between [[precision and recall]].        <P>        A classic problem for coreference resolution in English is the pronoun ''it'', which has many uses. ''It'' can refer much like ''he'' and ''she'', except that it generally refers to inanimate objects (the rules are actually more complex: animals may be any of ''it'', ''he'', or ''she''; ships are traditionally ''she''; hurricanes are usually ''it'' despite having gendered names). ''It'' can also refer to abstractions rather than beings: "He was paid minimum wage, but didn't seem to mind it." Finally, ''it'' also has [[pleonastic]] uses, which do not refer to anything specific:
::: a. '''It''''s raining.  
::: a. '''It''''s raining.
::: b. '''It''''s really a shame.
::: b. '''It''''s really a shame.
::: c. '''It''' takes a lot of work to succeed.  
::: c. '''It''' takes a lot of work to succeed.  
::: d. Sometimes '''it''''s the loudest who have the most influence.  
::: d. Sometimes '''it''''s the loudest who have the most influence.
:: Pleonastic uses are not considered referential, and so are not part of coreference. <ref> Li et al. (2009) have demonstrated high accuracy in sorting out pleonastic ''it'', and this success promises to improve the accuracy of coreference resolution overall. </ref><references/>
:: Pleonastic uses are not considered referential, and so are not part of coreference. <ref> Li et al. (2009) have demonstrated high accuracy in sorting out pleonastic ''it'', and this success promises to improve the accuracy of coreference resolution overall. </ref><references/>



Latest revision as of 01:46, 28 January 2024

A Coreference Resolution Algorithm is a classification algorithm that can be implemented into a Coreference Resolution System (to solve a Coreference Resolution Task.



References

2019

  • (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Coreference#Coreference_resolution Retrieved:2019-3-15.
    • In computational linguistics, coreference resolution is a well-studied problem in discourse. To derive the correct interpretation of a text, or even to estimate the relative importance of various mentioned subjects, pronouns and other referring expressions must be connected to the right individuals. Algorithms intended to resolve coreferences commonly look first for the nearest preceding individual that is compatible with the referring expression. For example, she might attach to a preceding expression such as the woman or Anne, but not to Bill. Pronouns such as himself have much stricter constraints. Algorithms for resolving coreference tend to have accuracy in the 75% range. As with many linguistic tasks, there is a tradeoff between precision and recall.

      A classic problem for coreference resolution in English is the pronoun it, which has many uses. It can refer much like he and she, except that it generally refers to inanimate objects (the rules are actually more complex: animals may be any of it, he, or she; ships are traditionally she; hurricanes are usually it despite having gendered names). It can also refer to abstractions rather than beings: "He was paid minimum wage, but didn't seem to mind it." Finally, it also has pleonastic uses, which do not refer to anything specific:

a. It's raining.
b. It's really a shame.
c. It takes a lot of work to succeed.
d. Sometimes it's the loudest who have the most influence.
Pleonastic uses are not considered referential, and so are not part of coreference. [1]
  1. Li et al. (2009) have demonstrated high accuracy in sorting out pleonastic it, and this success promises to improve the accuracy of coreference resolution overall.
  2. 2001