Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ inference: false
|
|
6 |
---
|
7 |
# DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew
|
8 |
|
9 |
-
State-of-the-art language model for parsing Hebrew, released [
|
10 |
|
11 |
This is the fine-tuned model for the joint parsing of the following tasks:
|
12 |
|
@@ -566,7 +566,14 @@ If you use DictaBERT-large-parse in your research, please cite ```MRL Parsing wi
|
|
566 |
**BibTeX:**
|
567 |
|
568 |
```bibtex
|
569 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
570 |
```
|
571 |
|
572 |
|
|
|
6 |
---
|
7 |
# DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew
|
8 |
|
9 |
+
State-of-the-art language model for parsing Hebrew, released [here](https://arxiv.org/abs/2403.06970).
|
10 |
|
11 |
This is the fine-tuned model for the joint parsing of the following tasks:
|
12 |
|
|
|
566 |
**BibTeX:**
|
567 |
|
568 |
```bibtex
|
569 |
+
@misc{shmidman2024mrl,
|
570 |
+
title={MRL Parsing Without Tears: The Case of Hebrew},
|
571 |
+
author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel and Reut Tsarfaty},
|
572 |
+
year={2024},
|
573 |
+
eprint={2403.06970},
|
574 |
+
archivePrefix={arXiv},
|
575 |
+
primaryClass={cs.CL}
|
576 |
+
}
|
577 |
```
|
578 |
|
579 |
|