Add graph-ml task category and paper link
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,27 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
size_categories:
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
configs:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
---
|
| 19 |
|
| 20 |
# Lightning Network Gossip — Channel Closure Dataset
|
| 21 |
|
| 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
|
| 24 |
-
Channel Closures in the Lightning Network with Machine Learning
|
| 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.
|
|
@@ -63,4 +65,4 @@ public by design.
|
|
| 63 |
|
| 64 |
## Citation
|
| 65 |
|
| 66 |
-
A BibTeX entry will be added once the paper is published.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
size_categories:
|
| 6 |
+
- 100K<n<1M
|
| 7 |
+
pretty_name: Lightning Network Gossip Channel Closure Dataset
|
| 8 |
+
task_categories:
|
| 9 |
+
- graph-ml
|
| 10 |
tags:
|
| 11 |
+
- lightning-network
|
| 12 |
+
- bitcoin
|
| 13 |
+
- temporal-graph
|
| 14 |
+
- link-classification
|
| 15 |
configs:
|
| 16 |
+
- config_name: default
|
| 17 |
+
data_files:
|
| 18 |
+
- split: full
|
| 19 |
+
path: tgbl-ln_edgelist.csv
|
| 20 |
---
|
| 21 |
|
| 22 |
# Lightning Network Gossip — Channel Closure Dataset
|
| 23 |
|
| 24 |
Daily snapshots of the Lightning Network (LN) collected from gossip messages
|
| 25 |
+
between **2022-06-09** and **2024-10-14**. Used in the paper [Predicting
|
| 26 |
+
Channel Closures in the Lightning Network with Machine Learning](https://huggingface.co/papers/2605.12759) (Antonelli
|
| 27 |
et al., 2026, under review) and consumed by the
|
| 28 |
[ln-channel-closure-prediction](https://github.com/AmbossTech/ln-channel-closure-prediction)
|
| 29 |
codebase.
|
|
|
|
| 65 |
|
| 66 |
## Citation
|
| 67 |
|
| 68 |
+
A BibTeX entry will be added once the paper is published.
|