Abstract Anaphora Resolution [Source Code]
Beschreibung
The folder Silver Data contains the code for processing the silver training data described in Marasović et al. (2017). For more information read Silver Data/README.
The folder Gold Data contains the code for processing the gold training and evaluation data. Use Gold Data/process_aar_data.py to prepare the ASN corpus (Kolhatkar et al, 2013) and the CoNLL-12 shared task data (Jauhar et al, 2015). Read arrau_csn/instructions_arrau_construction.txt for processing of the ARRAU corpus (Poesio et al, 2018).
The implementation for training and evaluating models presented in Marasović et al. (2017) maybe be found in the folder EMNLP 2017. The readme contains the information on how to run the training and evaluation scripts.
The implementation for training and evaluating models presented in the thesis may be found in the Thesis folder.