Shaltiel commited on
Commit
52db1c8
1 Parent(s): b18922b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
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 [update url].
10
 
11
  This is the fine-tuned model for the joint parsing of the following tasks:
12
 
@@ -558,7 +558,14 @@ If you use DictaBERT-parse in your research, please cite ```MRL Parsing without
558
  **BibTeX:**
559
 
560
  ```bibtex
561
- to add
 
 
 
 
 
 
 
562
  ```
563
 
564
 
 
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
 
 
558
  **BibTeX:**
559
 
560
  ```bibtex
561
+ @misc{shmidman2024mrl,
562
+ title={MRL Parsing Without Tears: The Case of Hebrew},
563
+ author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel and Reut Tsarfaty},
564
+ year={2024},
565
+ eprint={2403.06970},
566
+ archivePrefix={arXiv},
567
+ primaryClass={cs.CL}
568
+ }
569
  ```
570
 
571