Datasets:

Tasks:
Other
Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
5939c41
·
verified ·
1 Parent(s): 92fa4f9

Add task category, link to paper

Browse files

This PR ensures the dataset can be found at https://huggingface.co/papers/2505.11239.

I also add a `task_categories` field so that the dataset can be found in the relevant category.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -84,6 +84,8 @@ configs:
84
  path: tabular/validation-*
85
  - split: test
86
  path: tabular/test-*
 
 
87
  ---
88
 
89
  # Massive-STEPS-Moscow
@@ -91,7 +93,7 @@ configs:
91
  <div align="center">
92
 
93
  [![huggingface](https://img.shields.io/badge/%F0%9F%A4%97-Hugging_Face_Collections-yellow)](https://huggingface.co/collections/w11wo/massive-steps-point-of-interest-check-in-dataset-67edf6dbb60e30eac9a9af1b)
94
- [![arXiv](https://img.shields.io/badge/arXiv-2505.11239-b31b1b.svg)](https://arxiv.org/abs/2505.11239)
95
  [![GitHub](https://img.shields.io/badge/github-%23121011.svg?logo=github&logoColor=white)](https://github.com/w11wo/Massive-STEPS)
96
 
97
  </div>
@@ -204,7 +206,7 @@ If you find this repository useful for your research, please consider citing our
204
  eprint = {2505.11239},
205
  archiveprefix = {arXiv},
206
  primaryclass = {cs.LG},
207
- url = {https://arxiv.org/abs/2505.11239}
208
  }
209
  ```
210
 
 
84
  path: tabular/validation-*
85
  - split: test
86
  path: tabular/test-*
87
+ task_categories:
88
+ - other
89
  ---
90
 
91
  # Massive-STEPS-Moscow
 
93
  <div align="center">
94
 
95
  [![huggingface](https://img.shields.io/badge/%F0%9F%A4%97-Hugging_Face_Collections-yellow)](https://huggingface.co/collections/w11wo/massive-steps-point-of-interest-check-in-dataset-67edf6dbb60e30eac9a9af1b)
96
+ [![arXiv](https://img.shields.io/badge/arXiv-2505.11239-b31b1b.svg)](https://huggingface.co/papers/2505.11239)
97
  [![GitHub](https://img.shields.io/badge/github-%23121011.svg?logo=github&logoColor=white)](https://github.com/w11wo/Massive-STEPS)
98
 
99
  </div>
 
206
  eprint = {2505.11239},
207
  archiveprefix = {arXiv},
208
  primaryclass = {cs.LG},
209
+ url = {https://huggingface.co/papers/2505.11239}
210
  }
211
  ```
212