Text Classification
Transformers
Safetensors
English
bert
text-embeddings-inference
walterhernandez commited on
Commit
604b31b
·
verified ·
1 Parent(s): 4ae6f60

Added citation to preprint

Browse files
Files changed (1) hide show
  1. README.md +8 -4
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
- @article{hernandez2025dlt-corpus,
230
- title={DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain},
231
- author={Hernandez Cruz, Walter and Devine, Peter and Vadgama, Nikhil and Tasca, Paolo and Xu, Jiahua},
232
- year={2025}
 
 
 
 
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