User Tools

Site Tools


nlp:dependency_parsing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nlp:dependency_parsing [2021/04/23 04:14] – [Neural graph-based dependency parsing] jmflanignlp:dependency_parsing [2023/06/15 07:36] (current) – external edit 127.0.0.1
Line 9: Line 9:
  
 ==== Neural graph-based dependency parsing ==== ==== Neural graph-based dependency parsing ====
-  * [[https://www.aclweb.org/anthology/Q16-1023.pdf|Kiperwasser & Goldberg 2016 - Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations]]  First neural graph-based parser.  One of the early papers to advocate using BiLSTMs as features in NLP models.+  * [[https://aclanthology.org/P15-1031.pdf|Pei et al 2015 - An Effective Neural Network Model for Graph-based Dependency Parsing]] 
 +  * [[https://www.aclweb.org/anthology/Q16-1023.pdf|Kiperwasser & Goldberg 2016 - Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations]]  An early neural graph-based parser.  One of the early papers to advocate using BiLSTMs as features in NLP models.
   * [[https://arxiv.org/pdf/1606.01280.pdf|Zhang et al 2016 - Dependency Parsing as Head Selection]] Applies MST and Eisner's algorithm to a neural network trained to predict the head of each word.   * [[https://arxiv.org/pdf/1606.01280.pdf|Zhang et al 2016 - Dependency Parsing as Head Selection]] Applies MST and Eisner's algorithm to a neural network trained to predict the head of each word.
   * [[https://www.aclweb.org/anthology/P16-1218.pdf|Wang & Chang 2016 - Graph-based Dependency Parsing with Bidirectional LSTM]] Similar and concurrent (but slightly later) than Kiperwasser & Goldberg   * [[https://www.aclweb.org/anthology/P16-1218.pdf|Wang & Chang 2016 - Graph-based Dependency Parsing with Bidirectional LSTM]] Similar and concurrent (but slightly later) than Kiperwasser & Goldberg
Line 27: Line 28:
  
 ===== Unsupervised Dependency Parsing ====== ===== Unsupervised Dependency Parsing ======
-Concise summary of prior work in [[https://www.aclweb.org/anthology/2020.tacl-1.15.pdf|Nishida 2020]]. +  * **Overviews** 
-  * [[https://arxiv.org/pdf/2010.01535.pdf|Han et al 2020 - A Survey of Unsupervised Dependency Parsing]]+    * Concise summary of prior work in [[https://www.aclweb.org/anthology/2020.tacl-1.15.pdf|Nishida 2020]]. 
 +    * [[https://arxiv.org/pdf/2010.01535.pdf|Han et al 2020 - A Survey of Unsupervised Dependency Parsing]] 
 +  * **Key papers** 
 +    * [[https://www.aclweb.org/anthology/P04-1061.pdf|Klein & Manning 2001 - Corpus-Based Induction of Syntactic Structure: Models of Dependency and Constituency]] Dependency Model with Valence (DMV). What made Dan Klein famous 
 +    * [[https://jscholarship.library.jhu.edu/bitstream/handle/1774.2/938/smith.2sp.thesis06.pdf?sequence=1&isAllowed=y|Noah Smith 2006 - Novel Estimation Methods for Unsupervised Discovery of Latent Structure in Natural Language Text]] What made Noah Smith famous 
 +    * [[https://www.aclweb.org/anthology/N09-1009.pdf|Cohen & Smith 2009 - Shared Logistic Normal Distributions for Soft Parameter Tying in Unsupervised Grammar Induction]] What made Shay Cohen famous 
 + 
 +===== Software ===== 
 +  * [[https://stanfordnlp.github.io/stanza/|Stanza]] This parser is very good, better than Stanford Core NLP, NLTK, or other tools 
 + 
 +===== People ===== 
 +  * [[https://scholar.google.com/citations?user=faXAgZQAAAAJ&hl=en|Zhenghua Li]]
  
 ===== Related Pages ===== ===== Related Pages =====
   * [[Constituency Parsing]]   * [[Constituency Parsing]]
 +  * [[Semantic Dependencies]] (Semantic Dependency Parsing)
  
nlp/dependency_parsing.1619151297.txt.gz · Last modified: 2023/06/15 07:36 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki