pronoun resolution
**Pronoun Resolution** is a **subset of coreference resolution specifically focused on resolving pronominal mentions (he, she, it, they, this, that) to their nominal antecedents** — usually the most frequent and ambiguous type of coreference.
**Challenges**
- **Gender/Number**: "Alice" -> "She". "Boys" -> "They". (Constraint checking).
- **Pleonastic "It"**: "It is raining." ("It" refers to nothing/weather, not a previous noun).
- **Ambiguity**: "The trophy didn't fit in the suitcase because *it* was too big." (It = trophy). "...because *it* was too small." (It = suitcase). (Winograd Schema).
**Why It Matters**
- **Machine Translation**: "It" translates to "Il" (masc) or "Elle" (fem) in French depending on what "It" refers to. Resolution is mandatory for correct translation.
- **Information Extraction**: Extracting relations usually ignores pronouns; resolving them first brings more facts to light.
**Pronoun Resolution** is **de-anonymizing language** — figuring out exactly who "he", "she", or "it" is talking about.