Shaltiel commited on
Commit
d23c5a4
1 Parent(s): bce919c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
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 syntax dependency tree parsing task.
12
 
@@ -145,6 +145,24 @@ If you use DictaBERT in your research, please cite ```DictaBERT: A State-of-the-
145
  }
146
  ```
147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  ## License
149
 
150
  Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
 
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 syntax dependency tree parsing task.
12
 
 
145
  }
146
  ```
147
 
148
+
149
+ ## Citation
150
+
151
+ If you use DictaBERT-syntax in your research, please cite ```MRL Parsing without Tears: The Case of Hebrew```
152
+
153
+ **BibTeX:**
154
+
155
+ ```bibtex
156
+ @misc{shmidman2024mrl,
157
+ title={MRL Parsing Without Tears: The Case of Hebrew},
158
+ author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel and Reut Tsarfaty},
159
+ year={2024},
160
+ eprint={2403.06970},
161
+ archivePrefix={arXiv},
162
+ primaryClass={cs.CL}
163
+ }
164
+ ```
165
+
166
  ## License
167
 
168
  Shield: [![CC BY 4.0][cc-by-shield]][cc-by]