Datasets:

Modalities:
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
wolgraff commited on
Commit
488bd68
1 Parent(s): f93946d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -142,4 +142,20 @@ snapshot_download(repo_id="ai-lab/MBD")
142
 
143
  # By default dataset is saved in '~/.cache/huggingface/hub/datasets--ai-lab--MBD/snapshots/<hash>/'
144
  # To overwrite this behavior try to use local_dir
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  ```
 
142
 
143
  # By default dataset is saved in '~/.cache/huggingface/hub/datasets--ai-lab--MBD/snapshots/<hash>/'
144
  # To overwrite this behavior try to use local_dir
145
+ ```
146
+
147
+ # Citation
148
+ We have a [paper](https://arxiv.org/abs/2002.08232) you can cite it:
149
+ ```
150
+ @inproceedings{
151
+ Babaev_2022, series={SIGMOD/PODS ’22},
152
+ title={CoLES: Contrastive Learning for Event Sequences with Self-Supervision},
153
+ url={http://dx.doi.org/10.1145/3514221.3526129},
154
+ DOI={10.1145/3514221.3526129},
155
+ booktitle={Proceedings of the 2022 International Conference on Management of Data},
156
+ publisher={ACM},
157
+ author={Babaev, Dmitrii and Ovsov, Nikita and Kireev, Ivan and Ivanova, Maria and Gusev, Gleb and Nazarov, Ivan and Tuzhilin, Alexander},
158
+ year={2022},
159
+ month=jun, collection={SIGMOD/PODS ’22}
160
+ }
161
  ```