Changes between Initial Version and Version 1 of en/AdvancedNlpCourse2017/AnaphoraResolution


Ignore:
Timestamp:
Sep 14, 2018, 11:54:28 AM (6 years ago)
Author:
Ales Horak
Comment:

copied from private/AdvancedNlpCourse/AnaphoraResolution

Legend:

Unmodified
Added
Removed
Modified
  • en/AdvancedNlpCourse2017/AnaphoraResolution

    v1 v1  
     1= Anaphora resolution =
     2
     3[[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/AdvancedNlpCourse|Advanced NLP Course]], Course Guarantee: Aleš Horák
     4
     5Prepared by: Marek Medveď
     6
     7== State of the Art ==
     8
     9Anaphora resolution (or pronoun resolution) is the problem of resolving references to earlier or later items in the discourse. [[BR]]
     10Main approaches:
     111. Knowledge-rich approaches:
     12     1. Syntax-based approaches
     13     2. Discourse-Based Approaches
     14     3. Hybrid Approaches
     15     4. Corpus based Approaches
     161. Knowledge-poor Approaches:
     17     1. Machine learning techniques
     18=== References ===
     19
     20 1. Anaphora Resolution, Studies in Language and Linguistics by Mitkov, R., 2014, Taylor & Francis, ISBN 9781317881810
     21 1. Anaphora resolution: the state of the art, Ruslan Mitkov,1999, Citeseer
     22 1. Strategies of anaphora resolution, Tanya Reinhart, 2006, North Holland, [[http://dspace.library.uu.nl/handle/1874/17181|Source]]
     23 1. Discriminative Approach to Predicate-argument Structure Analysis with Zero-anaphora Resolution, Kenji Imamura and Kuniko Saito  and Tomoko Izumi, 2009, Association for Computational Linguistics, ACMID 1667611, [[http://dl.acm.org/citation.cfm?id=1667583.1667611| Source]]
     24 1. The Influence of Minimum Edit Distance on Reference Resolution, Michael Strube and Stefan Rapp and Christoph Muller, EMNLP 2002, Association for Computational Linguistics, ACMID 1118733, [[http://dx.doi.org/10.3115/1118693.1118733|Source]]
     25 1. Combining Sample Selection and Error-driven Pruning for Machine Learning of Coreference Rules, Vincent Ng and Claire Cardie, EMNLP 2002, Association for Computational Linguistics, ACMID 1118701, [[http://dx.doi.org/10.3115/1118693.1118701|Source]]
     26
     27== Practical Session ==
     28
     29Student has to understand Hobbs' definition of anaphora resolution and according to it implement the main function of Hobbs' algorithm in proposed python script that contains all necessary functions. According to real data (syntactic trees) student tests his program and evaluate it. At the and of the session student has to hand the results to prove completing the task. If the student finishes early the additional task is to find sentence structures that are not covered by Hobbs' algorithm.
     30
     31The task:
     32 1. download script with data is available [[attachment:hobbs-ward-IA161.zip|here]]
     33 1. understand Hobbs' definition of anaphora resolution and replace 'XXX' function call with correct one
     34 1. try to find senteces that can not be resolved by Hobbs' algorithm. You
     35 can use [http://nlp.stanford.edu:8080/parser/index.jsp the Stanford parser]
     36 to test new sentences - copy the tree to one line and remove the ROOT tag.
     37 1. submit hobbs.py script to homework vault
     38
     39Important commands (aisa):
     40 1. python with nltk (version 3.0.2.): /home/xmedved1/nlp/python-env/bin/python
     41 1. copy /home/xmedved1/nltk_data/ to your home directory
     42 1. execute Hobbs script: /home/xmedved1/nlp/python-env/bin/python ./hobbs.py demosents.txt He