LoicDL commited on
Commit
b84f56c
1 Parent(s): 397ee19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -58,6 +58,19 @@ predictions = classifier(text_piece,
58
 
59
 
60
 
61
- ## Credits and citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
- TBD
 
58
 
59
 
60
 
61
+ ### BibTeX entry and citation info
62
+
63
+ If you would like to use or cite our paper or model, feel free to use the following BibTeX code:
64
+
65
+ ```bibtex
66
+ @article{De Langhe_Maladry_Vanroy_De Bruyne_Singh_Lefever_2024,
67
+ title={Benchmarking Zero-Shot Text Classification for Dutch},
68
+ volume={13},
69
+ url={https://www.clinjournal.org/clinj/article/view/172},
70
+ journal={Computational Linguistics in the Netherlands Journal},
71
+ author={De Langhe, Loic and Maladry, Aaron and Vanroy, Bram and De Bruyne, Luna and Singh, Pranaydeep and Lefever, Els and De Clercq, Orphée},
72
+ year={2024},
73
+ month={Mar.},
74
+ pages={63–90} }
75
+ ```
76