siantonelli commited on
Commit
1a7bdbb
·
verified ·
1 Parent(s): c7d710f

Add arXiv reference and BibTeX

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -22,7 +22,8 @@ configs:
22
  Daily snapshots of the Lightning Network (LN) collected from gossip messages
23
  between **2022-06-09** and **2024-10-14**. Used in the paper *Predicting
24
  Channel Closures in the Lightning Network with Machine Learning* (Antonelli
25
- et al., 2026, under review) and consumed by the
 
26
  [ln-channel-closure-prediction](https://github.com/AmbossTech/ln-channel-closure-prediction)
27
  codebase.
28
 
@@ -63,4 +64,14 @@ public by design.
63
 
64
  ## Citation
65
 
66
- A BibTeX entry will be added once the paper is published.
 
 
 
 
 
 
 
 
 
 
 
22
  Daily snapshots of the Lightning Network (LN) collected from gossip messages
23
  between **2022-06-09** and **2024-10-14**. Used in the paper *Predicting
24
  Channel Closures in the Lightning Network with Machine Learning* (Antonelli
25
+ et al., 2026; [arXiv:2605.12759](https://arxiv.org/abs/2605.12759)) and
26
+ consumed by the
27
  [ln-channel-closure-prediction](https://github.com/AmbossTech/ln-channel-closure-prediction)
28
  codebase.
29
 
 
64
 
65
  ## Citation
66
 
67
+ ```bibtex
68
+ @misc{antonelli2026predicting,
69
+ title={Predicting Channel Closures in the Lightning Network with Machine Learning},
70
+ author={Simone Antonelli and Vincent Davis and Harrison Rush and Anthony Potdevin and Jesse Shrader and Vikash Singh and Emanuele Rossi},
71
+ year={2026},
72
+ eprint={2605.12759},
73
+ archivePrefix={arXiv},
74
+ primaryClass={cs.LG},
75
+ url={https://arxiv.org/abs/2605.12759}
76
+ }
77
+ ```