OyvindTafjord commited on
Commit
7bbef96
·
1 Parent(s): 3703efe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -41,6 +41,11 @@ output = model.generate(input_ids, max_length=200)
41
  ### BibTeX entry and citation info
42
 
43
  ```bibtex
44
- {TBA
 
 
 
 
 
45
  }
46
  ```
 
41
  ### BibTeX entry and citation info
42
 
43
  ```bibtex
44
+ @article{Tafjord2021Macaw,
45
+ title={General-Purpose Question-Answering with {M}acaw},
46
+ author={Oyvind Tafjord and Peter Clark},
47
+ journal={ArXiv},
48
+ year={2021},
49
+ volume={abs/2109.02593}
50
  }
51
  ```