Shaltiel commited on
Commit
9a6c2b2
·
verified ·
1 Parent(s): 95abb46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -5,7 +5,7 @@ language:
5
  ---
6
  # OtoBERT: Identifying Suffixed Verbal Forms in Modern Hebrew Literature
7
 
8
- New language model for Hebrew designed specifically for identifying suffixed verbal forms in Modern Hebrew, released [here](tbd).
9
 
10
  This is the base model pretrained with the masked-language-modeling objective.
11
 
@@ -39,7 +39,27 @@ If you use OtoBERT in your research, please cite ```OtoBERT: Identifying Suffixe
39
  **BibTeX:**
40
 
41
  ```bibtex
42
- tbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ```
44
 
45
  ## License
 
5
  ---
6
  # OtoBERT: Identifying Suffixed Verbal Forms in Modern Hebrew Literature
7
 
8
+ New language model for Hebrew designed specifically for identifying suffixed verbal forms in Modern Hebrew, released [here](https://aclanthology.org/2024.tsar-1.2/).
9
 
10
  This is the base model pretrained with the masked-language-modeling objective.
11
 
 
39
  **BibTeX:**
40
 
41
  ```bibtex
42
+ @inproceedings{shmidman-shmidman-2024-otobert,
43
+ title = "{O}to{BERT}: Identifying Suffixed Verbal Forms in {M}odern {H}ebrew Literature",
44
+ author = "Shmidman, Avi and
45
+ Shmidman, Shaltiel",
46
+ editor = "Shardlow, Matthew and
47
+ Saggion, Horacio and
48
+ Alva-Manchego, Fernando and
49
+ Zampieri, Marcos and
50
+ North, Kai and
51
+ {\v{S}}tajner, Sanja and
52
+ Stodden, Regina",
53
+ booktitle = "Proceedings of the Third Workshop on Text Simplification, Accessibility and Readability (TSAR 2024)",
54
+ month = nov,
55
+ year = "2024",
56
+ address = "Miami, Florida, USA",
57
+ publisher = "Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/2024.tsar-1.2",
59
+ doi = "10.18653/v1/2024.tsar-1.2",
60
+ pages = "12--19",
61
+ abstract = "We provide a solution for a specific morphological obstacle which often makes Hebrew literature difficult to parse for the younger generation. The morphologically-rich nature of the Hebrew language allows pronominal direct objects to be realized as bound morphemes, suffixed to the verb. Although such suffixes are often utilized in Biblical Hebrew, their use has all but disappeared in modern Hebrew. Nevertheless, authors of modern Hebrew literature, in their search for literary flair, do make use of such forms. These unusual forms are notorious for alienating young readers from Hebrew literature, especially because these rare suffixed forms are often orthographically identical to common Hebrew words with different meanings. Upon encountering such words, readers naturally select the usual analysis of the word; yet, upon completing the sentence, they find themselves confounded. Young readers end up feeling {``}tricked{''}, and this in turn contributes to their alienation from the text. In order to address this challenge, we pretrained a new BERT model specifically geared to identify such forms, so that they may be automatically simplified and/or flagged. We release this new BERT model to the public for unrestricted use.",
62
+ }
63
  ```
64
 
65
  ## License