TajaKuzman commited on
Commit
7762356
·
verified ·
1 Parent(s): baf40ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -314,15 +314,14 @@ model_args ={
314
 
315
  ## Citation
316
 
317
- Paper with the details on the model is currently under work. If you use the model, please cite this repository:
318
 
319
  ```
320
- @misc{iptc_model,
321
- author={Kuzman, Taja and Ljube{\v{s}}i{\'c}, Nikola},
322
- title = {Multilingual IPTC Media Topic Classifier},
323
- year = 2024,
324
- url = { https://huggingface.co/classla/multilingual-IPTC-news-topic-classifier},
325
- publisher = { Hugging Face }
326
  }
327
  ```
328
 
 
314
 
315
  ## Citation
316
 
317
+ Paper with the details on the model is currently in submission. If you use the model, please cite [this paper](https://arxiv.org/abs/2411.19638):
318
 
319
  ```
320
+ @article{kuzman2024llmteacherstudent,
321
+ title={{LLM Teacher-Student Framework for Text Classification With No Manually Annotated Data: A Case Study in IPTC News Topic Classification}},
322
+ author={Kuzman, Taja and Ljube{\v{s}}i{\'c}, Nikola},
323
+ journal={arXiv preprint arXiv:2411.19638},
324
+ year={2024}
 
325
  }
326
  ```
327