gregyoung14 commited on
Commit
7450246
·
verified ·
1 Parent(s): d061c4c

Link dataset to arXiv paper 2607.26245

Browse files

Add the arXiv metadata field, paper link, and canonical paper BibTeX citation.

Files changed (1) hide show
  1. README.md +24 -5
README.md CHANGED
@@ -11,6 +11,7 @@ tags:
11
  - market-microstructure
12
  - high-frequency-data
13
  pretty_name: OpenMarket BTC Polymarket
 
14
  size_categories:
15
  - 100M<n<1B
16
  ---
@@ -25,8 +26,31 @@ The dataset is released to support reproducible prediction-market
25
  research, feature engineering, market microstructure analysis, and
26
  backtesting.
27
 
 
 
 
 
 
 
28
  ## How to Cite
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ```bibtex
31
  @misc{openmarket_dataset_2026,
32
  title = {{OpenMarket BTC Polymarket}: Synchronized High-Frequency Corpus},
@@ -298,8 +322,3 @@ Models: huggingface.co/gregyoung14/openmarket-models
298
  Model version: v0.2.1 (recommended; walk-forward logistic on unified step3)
299
  v0.2 / v0.1 (historical)
300
  ```
301
-
302
- ## Citation
303
-
304
- If you use OpenMarket, cite the GitHub repository and the dataset
305
- version used in your experiment.
 
11
  - market-microstructure
12
  - high-frequency-data
13
  pretty_name: OpenMarket BTC Polymarket
14
+ arxiv: "2607.26245"
15
  size_categories:
16
  - 100M<n<1B
17
  ---
 
26
  research, feature engineering, market microstructure analysis, and
27
  backtesting.
28
 
29
+ ## Paper
30
+
31
+ This dataset accompanies [*OpenMarket: A Synchronized Polymarket-Binance
32
+ Dataset for High-Frequency Prediction-Market
33
+ Research*](https://arxiv.org/abs/2607.26245) (arXiv:2607.26245).
34
+
35
  ## How to Cite
36
 
37
+ If you use OpenMarket, cite the paper and report the dataset version and
38
+ Hugging Face revision used in your experiment.
39
+
40
+ ```bibtex
41
+ @misc{young2026openmarketsynchronizedpolymarketbinancedataset,
42
+ title = {OpenMarket: A Synchronized Polymarket-Binance Dataset for High-Frequency Prediction-Market Research},
43
+ author = {Gregory Young},
44
+ year = {2026},
45
+ eprint = {2607.26245},
46
+ archivePrefix = {arXiv},
47
+ primaryClass = {q-fin.TR},
48
+ url = {https://arxiv.org/abs/2607.26245}
49
+ }
50
+ ```
51
+
52
+ Dataset-specific citation:
53
+
54
  ```bibtex
55
  @misc{openmarket_dataset_2026,
56
  title = {{OpenMarket BTC Polymarket}: Synchronized High-Frequency Corpus},
 
322
  Model version: v0.2.1 (recommended; walk-forward logistic on unified step3)
323
  v0.2 / v0.1 (historical)
324
  ```