Update README.md
Browse files
README.md
CHANGED
|
@@ -60,10 +60,12 @@ tokenized_dataset = raw_dataset_window.map(tokenize_and_align_labels, batched=Fa
|
|
| 60 |
|
| 61 |
If you use HeConE in your research, please cite [HeRo: RoBERTa and Longformer Hebrew Language Models](http://arxiv.org/abs/2304.11077).
|
| 62 |
```
|
| 63 |
-
@article{
|
| 64 |
-
title={
|
| 65 |
-
author={Vitaly Shalumov and Harel Haskey},
|
| 66 |
-
year={
|
| 67 |
-
|
|
|
|
|
|
|
| 68 |
}
|
| 69 |
```
|
|
|
|
| 60 |
|
| 61 |
If you use HeConE in your research, please cite [HeRo: RoBERTa and Longformer Hebrew Language Models](http://arxiv.org/abs/2304.11077).
|
| 62 |
```
|
| 63 |
+
@article{shalumov2024mevaker,
|
| 64 |
+
title={Mevaker: Conclusion Extraction and Allocation Resources for the Hebrew Language},
|
| 65 |
+
author={Vitaly Shalumov and Harel Haskey and Yuval Solaz},
|
| 66 |
+
year={2024},
|
| 67 |
+
eprint={2403.09719},
|
| 68 |
+
archivePrefix={arXiv},
|
| 69 |
+
primaryClass={cs.CL}
|
| 70 |
}
|
| 71 |
```
|