Anaphora resolution
IA161 NLP in Practice Course, Course Guarantee: Aleš Horák
Prepared by: Marek Medveď
State of the Art
Anaphora resolution (or pronoun resolution) is the problem of resolving references to earlier or later items in the discourse.
Main approaches:
- Knowledge-rich approaches:
- Syntax-based approaches
- Discourse-Based Approaches
- Hybrid Approaches
- Corpus based Approaches
- Knowledge-poor Approaches:
- Machine learning techniques
References
- Anaphora Resolution, Studies in Language and Linguistics by Mitkov, R., 2014, Taylor & Francis
- Caw-coref: Conjunction-aware word-level coreference resolution. D’Oosterlinc at all. (2023)
- F-coref: Fast, accurate and easy to use coreference resolution. Otmazgin, S., Cattan, A., and Goldberg, Y. (2022)
- Efficient and interpretable neural models for entity tracking. Toshniwal, S. (2022)
- Coreference resolution through a seq2seq transition-based system. Bohnet, B., Alberti, C., and Collins, M. (2022)
Practical Session
Student has to understand Hobbs' definition of anaphora resolution and according to it implement the main function of Hobbs' algorithm in the proposed python script that contains all necessary functions. According to real data (syntactic trees) students test their adjusted program and evaluate it. At the end of the session students hand in the results to prove completing the task. An additional task is to find sentence structures that are not covered by Hobbs' algorithm.
The task:
- Open Google Colab notebook IA161-AnaphoraResolution.ipynb.
- understand Hobbs' definition of anaphora resolution and replace
XXX
function calls with correct ones - find 20 nontrivial sentences with anaphora: 10 that Hobbs algorithm can recognize and 10 sentences it dos not.
- submit your
hobbs.py
script with 10 examples that are correctly recognized withhobbs.py
and 10 examples that are not correctly recognized byhobbs.py
in the homework vault. For each unrecognized example write an explanation into a separate file namedunrecognized_notes.txt
(first column: example id, second column: explanation).
Commands:
- execute Hobbs script:
python3 ./hobbs.py demosents.txt He