Skip to content

Commit 47a70f0

Browse files
committed
Update refs
1 parent 0d5471e commit 47a70f0

File tree

3 files changed

+117
-53
lines changed

3 files changed

+117
-53
lines changed

docs/source/refs.bib

Lines changed: 115 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
@inproceedings{mcdonald-etal-2005-non,
22
title = {Non-Projective Dependency Parsing using Spanning Tree Algorithms},
33
author = {McDonald, Ryan and
4-
Pereira, Fernando and
5-
Ribarov, Kiril and
6-
Haji{\v{c}}, Jan},
4+
Pereira, Fernando and
5+
Ribarov, Kiril and
6+
Haji{\v{c}}, Jan},
77
booktitle = {Proceedings of EMNLP},
88
year = {2005},
99
url = {https://www.aclweb.org/anthology/H05-1066},
10+
address = {Vancouver, British Columbia, Canada},
11+
publisher = {Association for Computational Linguistics},
1012
pages = {523--530}
1113
}
1214

@@ -16,6 +18,8 @@ @inproceedings{mcdonald-etal-2005-online
1618
booktitle = {Proceedings of ACL},
1719
year = {2005},
1820
url = {https://www.aclweb.org/anthology/P05-1012},
21+
address = {Ann Arbor, Michigan},
22+
publisher = {Association for Computational Linguistics},
1923
pages = {91--98}
2024
}
2125

@@ -25,27 +29,34 @@ @inproceedings{mcdonald-pereira-2006-online
2529
booktitle = {Proceedings of EACL},
2630
year = {2006},
2731
url = {https://www.aclweb.org/anthology/E06-1011},
32+
address = {Trento, Italy},
33+
publisher = {Association for Computational Linguistics},
2834
pages = {81--88}
2935
}
3036

3137
@inproceedings{buchholz-marsi-2006-conll,
3238
title = {{C}o{NLL}-{X} Shared Task on Multilingual Dependency Parsing},
33-
author = {Buchholz, Sabine and Marsi, Erwin},
39+
author = {Buchholz, Sabine and
40+
Marsi, Erwin},
3441
booktitle = {Proceedings of CoNLL},
3542
year = {2006},
36-
url = {https://www.aclweb.org/anthology/W06-2920},
43+
address = {New York City},
44+
publisher = {Association for Computational Linguistics},
45+
url = {https://aclanthology.org/W06-2920},
3746
pages = {149--164}
3847
}
3948

4049
@inproceedings{koo-etal-2007-structured,
4150
title = {Structured Prediction Models via the Matrix-Tree Theorem},
4251
author = {Koo, Terry and
43-
Globerson, Amir and
44-
Carreras, Xavier and
45-
Collins, Michael},
52+
Globerson, Amir and
53+
Carreras, Xavier and
54+
Collins, Michael},
4655
booktitle = {Proceedings of EMNLP},
4756
year = {2007},
4857
url = {https://www.aclweb.org/anthology/D07-1015},
58+
address = {Prague, Czech Republic},
59+
publisher = {Association for Computational Linguistics},
4960
pages = {141--150}
5061
}
5162

@@ -55,71 +66,86 @@ @inproceedings{smith-eisner-2008-dependency
5566
booktitle = {Proceedings of EMNLP},
5667
year = {2008},
5768
address = {Honolulu, Hawaii},
58-
url = {https://www.aclweb.org/anthology/D08-1016},
69+
publisher = {Association for Computational Linguistics},
70+
url = {https://aclanthology.org/D08-1016},
5971
pages = {145--156}
6072
}
6173

6274
@inproceedings{yarin-etal-2016-dropout,
6375
title = {Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning},
64-
author = {Yarin Gal and Zoubin Ghahramani},
65-
booktitle = {Proceedings of ICML},
76+
author = {Gal, Yarin and Ghahramani, Zoubin},
6677
year = {2016},
78+
booktitle = {Proceedings of ICML},
79+
address = {New York, New York, USA},
80+
publisher = {PMLR},
6781
url = {http://proceedings.mlr.press/v48/gal16.html},
68-
pages = {1050-1059}
82+
pages = {10501059}
6983
}
7084

7185
@inproceedings{dozat-etal-2017-biaffine,
7286
title = {Deep Biaffine Attention for Neural Dependency Parsing},
73-
author = {Dozat, Timothy and Manning, Christopher D.},
87+
author = {Dozat, Timothy and Manning, Christopher D.},
7488
booktitle = {Proceedings of ICLR},
89+
url = {https://openreview.net/forum?id=Hk95PK9le},
7590
year = {2017},
76-
url = {https://openreview.net/forum?id=Hk95PK9le}
91+
address = {Toulon, France},
92+
publisher = {OpenReview.net}
7793
}
7894

79-
@inproceedings{dozat-etal-2018-simpler,
95+
@inproceedings{dozat-manning-2018-simpler,
8096
title = {Simpler but More Accurate Semantic Dependency Parsing},
81-
author = {Dozat, Timothy and Manning, Christopher D.},
97+
author = {Dozat, Timothy and
98+
Manning, Christopher D.},
8299
booktitle = {Proceedings of ACL},
83-
year = {2017},
84-
url = {https://www.aclweb.org/anthology/P18-2077},
100+
year = {2018},
101+
address = {Melbourne, Australia},
102+
publisher = {Association for Computational Linguistics},
103+
url = {https://aclanthology.org/P18-2077},
85104
pages = {484--490}
86105
}
87106

88107
@inproceedings{peters-etal-2018-deep,
89108
title = {Deep Contextualized Word Representations},
90-
author = {Peters, Matthew E. and
91-
Neumann, Mark and
92-
Iyyer, Mohit and
93-
Gardner, Matt and
94-
Clark, Christopher and
95-
Lee, Kenton and
96-
Zettlemoyer, Luke},
109+
author = {Peters, Matthew and
110+
Neumann, Mark and
111+
Iyyer, Mohit and
112+
Gardner, Matt and
113+
Clark, Christopher and
114+
Lee, Kenton and
115+
Zettlemoyer, Luke},
97116
booktitle = {Proceedings of NAACL},
98117
year = {2018},
99-
url = {https://aclanthology.org/N18-1202},
118+
url = {https://www.aclweb.org/anthology/W18-6202},
119+
address = {New Orleans, Louisiana},
120+
publisher = {Association for Computational Linguistics},
100121
pages = {2227--2237}
101122
}
102123

103124
@inproceedings{ma-hovy-2017-neural,
104125
title = {Neural Probabilistic Model for Non-projective {MST} Parsing},
105-
author = {Ma, Xuezhe and Hovy, Eduard},
126+
author = {Ma, Xuezhe and
127+
Hovy, Eduard},
106128
booktitle = {Proceedings of IJCNLP},
107129
year = {2017},
108-
url = {https://www.aclweb.org/anthology/I17-1007},
130+
address = {Taipei, Taiwan},
131+
publisher = {Asian Federation of Natural Language Processing},
132+
url = {https://aclanthology.org/I17-1007},
109133
pages = {59--69}
110134
}
111135

112136
@inproceedings{ma-etal-2018-stack,
113137
title = {Stack-Pointer Networks for Dependency Parsing},
114138
author = {Ma, Xuezhe and
115-
Hu, Zecong and
116-
Liu, Jingzhou and
117-
Peng, Nanyun and
118-
Neubig, Graham and
119-
Hovy, Eduard},
139+
Hu, Zecong and
140+
Liu, Jingzhou and
141+
Peng, Nanyun and
142+
Neubig, Graham and
143+
Hovy, Eduard},
120144
booktitle = {Proceedings of ACL},
121145
year = {2018},
122-
url = {https://www.aclweb.org/anthology/P18-1130},
146+
address = {Melbourne, Australia},
147+
publisher = {Association for Computational Linguistics},
148+
url = {https://aclanthology.org/P18-1130},
123149
pages = {1403--1414}
124150
}
125151

@@ -129,6 +155,8 @@ @inproceedings{wang-etal-2019-second
129155
booktitle = {Proceedings of ACL},
130156
year = {2019},
131157
url = {https://www.aclweb.org/anthology/P19-1454},
158+
address = {Florence, Italy},
159+
publisher = {Association for Computational Linguistics},
132160
pages = {4609--4618}
133161
}
134162

@@ -138,45 +166,81 @@ @inproceedings{ji-etal-2019-graph
138166
booktitle = {Proceedings of ACL},
139167
year = {2019},
140168
url = {https://www.aclweb.org/anthology/P19-1237},
169+
address = {Florence, Italy},
170+
publisher = {Association for Computational Linguistics},
141171
pages = {2475--2485}
142172
}
143173

144174
@inproceedings{wang-tu-2020-second,
145175
title = {Second-Order Neural Dependency Parsing with Message Passing and End-to-End Training},
146-
author = {Wang, Xinyu and Tu, Kewei},
176+
author = {Wang, Xinyu and
177+
Tu, Kewei},
147178
booktitle = {Proceedings of AACL},
148179
year = {2020},
149-
url = {https://www.aclweb.org/anthology/2020.aacl-main.12},
180+
address = {Suzhou, China},
181+
publisher = {Association for Computational Linguistics},
182+
url = {https://aclanthology.org/2020.aacl-main.12},
150183
pages = {93--99}
151184
}
152185

153186
@inproceedings{zhang-etal-2020-efficient,
154-
title = {Efficient Second-Order {TreeCRF} for Neural Dependency Parsing},
155-
author = {Zhang, Yu and Li, Zhenghua and Zhang Min},
187+
title = {Efficient Second-Order {T}ree{CRF} for Neural Dependency Parsing},
188+
author = {Zhang, Yu and
189+
Li, Zhenghua and
190+
Zhang, Min},
156191
booktitle = {Proceedings of ACL},
157192
year = {2020},
158-
url = {https://www.aclweb.org/anthology/2020.acl-main.302/},
159-
pages = {3295–3305}
193+
address = {Online},
194+
publisher = {Association for Computational Linguistics},
195+
url = {https://aclanthology.org/2020.acl-main.302},
196+
pages = {3295--3305}
160197
}
161198

162199
@inproceedings{zhang-etal-2020-fast,
163200
title = {Fast and Accurate Neural CRF Constituency Parsing},
164201
author = {Zhang, Yu and Zhou, houquan and Li, Zhenghua},
165202
booktitle = {Proceedings of IJCAI},
166203
year = {2020},
204+
address = {Online},
205+
publisher = {International Joint Conferences on Artificial Intelligence Organization},
167206
url = {https://www.ijcai.org/Proceedings/2020/560/},
168207
pages = {4046-4053}
169208
}
170209

171-
@inproceedings{li-etal-2020-high,
172-
title = {High-order Semantic Role Labeling},
173-
author = {Li, Zuchao and
174-
Zhao, Hai and
175-
Wang, Rui and
176-
Parnow, Kevin},
177-
booktitle = {Findings of EMNLP},
178-
year = {2020},
179-
address = {Online},
180-
url = {https://www.aclweb.org/anthology/2020.findings-emnlp.102},
181-
pages = {1134--1151}
210+
@inproceedings{devlin-etal-2019-bert,
211+
title = {{BERT}: Pre-training of Deep Bidirectional Transformers for Language Understanding},
212+
author = {Devlin, Jacob and
213+
Chang, Ming-Wei and
214+
Lee, Kenton and
215+
Toutanova, Kristina},
216+
booktitle = {Proceedings of NAACL},
217+
year = {2019},
218+
url = {https://www.aclweb.org/anthology/N19-1423},
219+
address = {Minneapolis, Minnesota},
220+
publisher = {Association for Computational Linguistics},
221+
pages = {4171--4186}
222+
}
223+
224+
@inproceedings{lafferty-etal-2001-crf,
225+
title = {Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data},
226+
author = {Lafferty, John D. and McCallum, Andrew and Pereira, Fernando C. N.},
227+
booktitle = {Proceedings of ICML},
228+
year = {2001},
229+
address = {Williams College, Williamstown, MA, USA},
230+
publisher = {Morgan Kaufmann},
231+
url = {http://www.aladdin.cs.cmu.edu/papers/pdfs/y2001/crf.pdf},
232+
pages = {282–289}
233+
}
234+
235+
@inbook{eisner-2000-bilexical,
236+
author = {Eisner, Jason},
237+
editor = {Bunt, Harry
238+
and Nijholt, Anton},
239+
title = {Bilexical Grammars and their Cubic-Time Parsing Algorithms},
240+
booktitle = {Advances in Probabilistic and Other Parsing Technologies},
241+
year = {2000},
242+
publisher = {Springer Netherlands},
243+
address = {Dordrecht},
244+
pages = {29--61},
245+
url = {https://link.springer.com/chapter/10.1007%2F978-94-015-9470-7_3}
182246
}

supar/models/sdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class BiaffineSemanticDependencyModel(Model):
1111
r"""
12-
The implementation of Biaffine Semantic Dependency Parser :cite:`dozat-etal-2018-simpler`.
12+
The implementation of Biaffine Semantic Dependency Parser :cite:`dozat-manning-2018-simpler`.
1313
1414
Args:
1515
n_words (int):

supar/parsers/sdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class BiaffineSemanticDependencyParser(Parser):
2121
r"""
22-
The implementation of Biaffine Semantic Dependency Parser :cite:`dozat-etal-2018-simpler`.
22+
The implementation of Biaffine Semantic Dependency Parser :cite:`dozat-manning-2018-simpler`.
2323
"""
2424

2525
NAME = 'biaffine-semantic-dependency'

0 commit comments

Comments
 (0)