LoicDL commited on
Commit
29b29fa
1 Parent(s): 9d0b8e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -58,7 +58,20 @@ predictions = classifier(text_piece,
58
 
59
 
60
 
61
- ## Credits and citation
62
 
63
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
 
58
 
59
 
60
 
 
61
 
62
+ ### BibTeX entry and citation info
63
+
64
+ If you would like to use or cite our paper or model, feel free to use the following BibTeX code:
65
+
66
+ ```bibtex
67
+ @article{De Langhe_Maladry_Vanroy_De Bruyne_Singh_Lefever_2024,
68
+ title={Benchmarking Zero-Shot Text Classification for Dutch},
69
+ volume={13},
70
+ url={https://www.clinjournal.org/clinj/article/view/172},
71
+ journal={Computational Linguistics in the Netherlands Journal},
72
+ 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},
73
+ year={2024},
74
+ month={Mar.},
75
+ pages={63–90} }
76
+ ```
77