ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
8.5.Introduction
2
15.5.Background on parsing & NNs, by need
3
22.5.Grammar as a foreign languageVinyals et al. NIPS 2015Schulz
http://papers.nips.cc/paper/5635-grammar-as-a-foreign-language
4
29.5.Recurrent NN GrammarsDyer et al. NAACL 2016Volz
https://arxiv.org/abs/1602.07776
5
5.6.Span-based parsing with self-attentionKitaev & Klein 2018Lindemann
http://nlp.cs.berkeley.edu/pubs/Kitaev-Klein_2018_SelfAttentiveParser_paper.pdf
6
12.6. (AK not in SB?)Dependency parsingKiperwasser & Goldberg TACL 2016(Weber)
https://www.mitpressjournals.org/doi/pdfplus/10.1162/tacl_a_00101
7
19.6.SyntaxNetAndor et al. ACL 2016Weißenhorn
https://arxiv.org/pdf/1603.06042.pdf
8
26.6.Neural parsing for CCGLewis et al. NAACL 2016Sander
https://www.aclweb.org/anthology/N16-1026
9
3.7.Dependency parsingDozat & Manning ICLR 2017(Solovieva)
https://arxiv.org/pdf/1611.01734.pdf
10
10.7.Dependency parsingMa et al. ACL 2018Lapp
https://www.aclweb.org/anthology/P18-1130/
11
17.7.(What do neural parsers learn about syntax?)Fried et al. ACL 2019
http://nlp.cs.berkeley.edu/pubs/Fried-Kitaev-Klein_2019_ParserGeneralization_paper.pdf
12
Gaddy et al. 2018
http://nlp.cs.berkeley.edu/pubs/Gaddy-Stern-Klein_2018_WhatsGoingOn_paper.pdf
13
Blevins et al. 2018
https://arxiv.org/pdf/1805.04218.pdf
14
Kuncoro et al. EACL 2017
https://arxiv.org/abs/1611.05774
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100