You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# GreaseLM: Graph REASoning Enhanced Language Models for Question Answering
2
2
3
-
This repo provides the source code & data of our paper [GreaseLM: Graph REASoning Enhanced Language Models for Question Answering](https://arxiv.org/abs/2201.08860) (ICLR 2022 spotlight).
3
+
This repo provides the source code & data of our paper [GreaseLM: Graph REASoning Enhanced Language Models for Question Answering](https://arxiv.org/abs/2201.08860) (ICLR 2022 spotlight). If you use any of our code, processed data or pretrained models, please cite:
4
+
```bib
5
+
@inproceedings{zhang2021greaselm,
6
+
title={GreaseLM: Graph REASoning Enhanced Language Models},
7
+
author={Zhang, Xikun and Bosselut, Antoine and Yasunaga, Michihiro and Ren, Hongyu and Liang, Percy and Manning, Christopher D and Leskovec, Jure},
8
+
booktitle={International Conference on Learning Representations},
9
+
year={2021}
10
+
}
11
+
```
4
12
5
13
<palign="center">
6
14
<imgsrc="./figs/greaselm.png"width="600"title="GreaseLM model architecture"alt="">
0 commit comments