Added citation to preprint
Browse files
README.md
CHANGED
|
@@ -226,10 +226,14 @@ for entry in feed.entries[:5]: # Process first 5 entries
|
|
| 226 |
If you use LedgerBERT-Market-Sentiment in your research, please cite:
|
| 227 |
|
| 228 |
```bibtex
|
| 229 |
-
@
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
}
|
| 234 |
```
|
| 235 |
|
|
|
|
| 226 |
If you use LedgerBERT-Market-Sentiment in your research, please cite:
|
| 227 |
|
| 228 |
```bibtex
|
| 229 |
+
@misc{hernandez2026dlt-corpus,
|
| 230 |
+
title={DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain},
|
| 231 |
+
author={Walter Hernandez Cruz and Peter Devine and Nikhil Vadgama and Paolo Tasca and Jiahua Xu},
|
| 232 |
+
year={2026},
|
| 233 |
+
eprint={2602.22045},
|
| 234 |
+
archivePrefix={arXiv},
|
| 235 |
+
primaryClass={cs.CL},
|
| 236 |
+
url={https://arxiv.org/abs/2602.22045},
|
| 237 |
}
|
| 238 |
```
|
| 239 |
|