Shaltiel commited on
Commit
2cb5334
1 Parent(s): 255556f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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 Hebrew, released [here](https://arxiv.org/abs/2308.16687).
10
 
11
  This is the fine-tuned model for the lemmatization task.
12
 
@@ -109,16 +109,16 @@ Output:
109
 
110
  ## Citation
111
 
112
- If you use DictaBERT in your research, please cite ```DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew```
113
 
114
  **BibTeX:**
115
 
116
  ```bibtex
117
- @misc{shmidman2023dictabert,
118
- title={DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew},
119
- author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel},
120
- year={2023},
121
- eprint={2308.16687},
122
  archivePrefix={arXiv},
123
  primaryClass={cs.CL}
124
  }
 
6
  ---
7
  # DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew
8
 
9
+ State-of-the-art language model for Hebrew, released [here](https://arxiv.org/abs/2403.06970).
10
 
11
  This is the fine-tuned model for the lemmatization task.
12
 
 
109
 
110
  ## Citation
111
 
112
+ If you use DictaBERT-lex in your research, please cite ```MRL Parsing without Tears: The Case of Hebrew```
113
 
114
  **BibTeX:**
115
 
116
  ```bibtex
117
+ @misc{shmidman2024mrl,
118
+ title={MRL Parsing Without Tears: The Case of Hebrew},
119
+ author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel and Reut Tsarfaty},
120
+ year={2024},
121
+ eprint={2403.06970},
122
  archivePrefix={arXiv},
123
  primaryClass={cs.CL}
124
  }