Changes between Version 25 and Version 26 of private/NlpInPracticeCourse/AnaphoraResolution


Ignore:
Timestamp:
Dec 1, 2022, 5:57:55 PM (17 months ago)
Author:
xmedved1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AnaphoraResolution

    v25 v26  
    1919
    2020 1. Anaphora Resolution, Studies in Language and Linguistics by Mitkov, R., 2014, Taylor & Francis
    21  1. Wikicrem: A large unsupervised corpus for coreference resolution, Kocijan, V., Camburu, O.-M., Cretu, A.-M., Yordanov, Y., Blunsom, P., and Lukasiewicz, T. (2019).
    22  1. A comprehensive review on feature set used for anaphora resolution, Lata, K., Singh, P., and Dutta, K. (2020).
    23  1. The referential reader: A recurrent entity network for anaphora resolution, Liu, F., Zettlemoyer, L., and Eisenstein, J. (2019).
    24  1. Petra: A sparsely supervised memory model for people tracking, Toshniwal, S., Ettinger, A., Gimpel, K., and Livescu, K. (2020).
    25 
     21 1. A neural entity coreference resolution review. Stylianou, N. and Vlahavas, I. (2021)
     22 1. A comprehensive review on feature set used for anaphora resolution. Lata, K., Singh, P., and Dutta, K. (2020).
     23 1. Efficient and interpretable neural models for entity tracking. Toshniwal, S. (2022)
    2624
    2725== Practical Session ==
     
    3735    in the terminal to install NLTK package. Faculty machines should have `nltk` already installed.
    3836 1. understand Hobbs' definition of anaphora resolution and replace `XXX` function calls with correct ones
    39  1. find 20 nontrivial sentences wit anaphora: 10 that Hobbs algorithm can recognize and 10 sentences it dos not. You
     37 1. find 20 nontrivial sentences with anaphora: 10 that Hobbs algorithm can recognize and 10 sentences it dos not. You
    4038 can use [https://nlp.fi.muni.cz/projekty/qa/parser/ the Stanford parser]
    4139 to test new sentences - copy the tree to one line and remove the ROOT tag.