vitvit commited on
Commit
9e974a5
·
verified ·
1 Parent(s): 3f9c808

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -58,10 +58,12 @@ tokenized_data = raw_dataset_window.map(tokenize_function, batched=True)
58
 
59
  If you use HeConEspc in your research, please cite [HeRo: RoBERTa and Longformer Hebrew Language Models](http://arxiv.org/abs/2304.11077).
60
  ```
61
- @article{shalumov2023hero,
62
- title={HeRo: RoBERTa and Longformer Hebrew Language Models},
63
- author={Vitaly Shalumov and Harel Haskey},
64
- year={2023},
65
- journal={arXiv:2304.11077},
 
 
66
  }
67
  ```
 
58
 
59
  If you use HeConEspc in your research, please cite [HeRo: RoBERTa and Longformer Hebrew Language Models](http://arxiv.org/abs/2304.11077).
60
  ```
61
+ @article{shalumov2024mevaker,
62
+ title={Mevaker: Conclusion Extraction and Allocation Resources for the Hebrew Language},
63
+ author={Vitaly Shalumov and Harel Haskey and Yuval Solaz},
64
+ year={2024},
65
+ eprint={2403.09719},
66
+ archivePrefix={arXiv},
67
+ primaryClass={cs.CL}
68
  }
69
  ```