Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,16 @@ It achieves a perplexity of **10.56** using a "sliding window" context, using th
|
|
| 10 |
|
| 11 |
This model was released as part of the paper ["Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval"](https://arxiv.org/pdf/2201.12431.pdf) (ICML'2022).
|
| 12 |
|
| 13 |
-
For more information, see: [https://github.com/neulab/knn-transformers](https://github.com/neulab/knn-transformers)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
This model was released as part of the paper ["Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval"](https://arxiv.org/pdf/2201.12431.pdf) (ICML'2022).
|
| 12 |
|
| 13 |
+
For more information, see: [https://github.com/neulab/knn-transformers](https://github.com/neulab/knn-transformers)
|
| 14 |
+
|
| 15 |
+
If you use this model, please cite:
|
| 16 |
+
```
|
| 17 |
+
@inproceedings{alon2022neuro,
|
| 18 |
+
title={Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval},
|
| 19 |
+
author={Alon, Uri and Xu, Frank and He, Junxian and Sengupta, Sudipta and Roth, Dan and Neubig, Graham},
|
| 20 |
+
booktitle={International Conference on Machine Learning},
|
| 21 |
+
pages={468--485},
|
| 22 |
+
year={2022},
|
| 23 |
+
organization={PMLR}
|
| 24 |
+
}
|
| 25 |
+
```
|