simarora commited on
Commit
27f0223
1 Parent(s): 6cf6343

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -28,4 +28,15 @@ task_categories:
28
  ---
29
 
30
  This dataset is adapted from the paper [Language Models Enable Simple Systems for Generating
31
- Structured Views of Heterogeneous Data Lakes](https://www.vldb.org/pvldb/vol17/p92-arora.pdf). You can learn more about the data collection process there.
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  This dataset is adapted from the paper [Language Models Enable Simple Systems for Generating
31
+ Structured Views of Heterogeneous Data Lakes](https://www.vldb.org/pvldb/vol17/p92-arora.pdf). You can learn more about the data collection process there.
32
+
33
+
34
+ Please consider citing the following if you use this task in your work:
35
+ ```
36
+ @article{arora2024simple,
37
+ title={Simple linear attention language models balance the recall-throughput tradeoff},
38
+ author={Arora, Simran and Eyuboglu, Sabri and Zhang, Michael and Timalsina, Aman and Alberti, Silas and Zinsley, Dylan and Zou, James and Rudra, Atri and Ré, Christopher},
39
+ journal={arXiv:2402.18668},
40
+ year={2024}
41
+ }
42
+ ```