kaiyuy commited on
Commit
df62b8c
1 Parent(s): 64f880e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: bsd-2-clause
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd-2-clause
3
  ---
4
+
5
+ Model for the paper:
6
+
7
+ [Strongly Incremental Constituency Parsing with Graph Neural Networks](https://arxiv.org/abs/2010.14568)
8
+ [Kaiyu Yang](https://www.cs.princeton.edu/~kaiyuy/) and [Jia Deng](https://www.cs.princeton.edu/~jiadeng/)
9
+ Neural Information Processing Systems (NeurIPS) 2020
10
+
11
+ ```bibtex
12
+ @inproceedings{yang2020attachjuxtapose,
13
+ title={Strongly Incremental Constituency Parsing with Graph Neural Networks},
14
+ author={Yang, Kaiyu and Deng, Jia},
15
+ booktitle={Neural Information Processing Systems (NeurIPS)},
16
+ year={2020}
17
+ }
18
+ ```
19
+
20
+ Please visit https://github.com/princeton-vl/attach-juxtapose-parser for details.