nihalnayak commited on
Commit
5b324db
1 Parent(s): 6b6741c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -146,14 +146,16 @@ All the datasets are sourced from the datasets library.
146
  - super_glue/wsc.fixed
147
 
148
 
149
- ## Citation [optional]
150
 
151
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
152
 
153
  **BibTeX:**
154
 
155
- {{ citation_bibtex | default("[More Information Needed]", true)}}
156
-
157
- **APA:**
158
-
159
- {{ citation_apa | default("[More Information Needed]", true)}}
 
 
 
146
  - super_glue/wsc.fixed
147
 
148
 
149
+ ## Citation
150
 
151
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
152
 
153
  **BibTeX:**
154
 
155
+ ```
156
+ @article{bonito:arxiv24,
157
+ Author = {Nihal V. Nayak and Yiyang Nan and Avi Trost and Stephen H. Bach},
158
+ Title = {Learning to Generate Instruction Tuning Datasets for Zero-Shot Task Adaptation},
159
+ Volume = {arXiv:2402.18334 [cs.CL]},
160
+ Year = {2024}}
161
+ ```