avichr commited on
Commit
a2421b6
1 Parent(s): 8b2f61d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Our User Genrated Content (UGC) is comments written on articles collected from 3
13
  In order to valid the annotation, we search an agreement between raters to emotion in each sentence using krippendorff's alpha [(krippendorff, 1970)](https://journals.sagepub.com/doi/pdf/10.1177/001316447003000105). We left sentences that got alpha > 0.7. Note that while we found a general agreement between raters about emotion like happy, trust and disgust, there are few emotion with general disagreement about them, apparently given the complexity of finding them in the text (e.g. expectation and surprise).
14
 
15
  ### Performance
16
- #### sentiment analysis
17
  | | precision | recall | f1-score |
18
  |--------------|-----------|--------|----------|
19
  | natural | 0.83 | 0.56 | 0.67 |
@@ -29,3 +29,15 @@ We are still working on our model and will edit this page as we progress.<br>
29
  Note that we have released only sentiment analysis (polarity) at this point, emotion detection will be released later on.<br>
30
  our git: https://github.com/avichaychriqui/HeBERT
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  In order to valid the annotation, we search an agreement between raters to emotion in each sentence using krippendorff's alpha [(krippendorff, 1970)](https://journals.sagepub.com/doi/pdf/10.1177/001316447003000105). We left sentences that got alpha > 0.7. Note that while we found a general agreement between raters about emotion like happy, trust and disgust, there are few emotion with general disagreement about them, apparently given the complexity of finding them in the text (e.g. expectation and surprise).
14
 
15
  ### Performance
16
+ #### sentiment analysis \t\t\t\t
17
  | | precision | recall | f1-score |
18
  |--------------|-----------|--------|----------|
19
  | natural | 0.83 | 0.56 | 0.67 |
 
29
  Note that we have released only sentiment analysis (polarity) at this point, emotion detection will be released later on.<br>
30
  our git: https://github.com/avichaychriqui/HeBERT
31
 
32
+
33
+ ## If you used this model please cite us as :
34
+ Chriqui, A., & Yahav, I. (2021). HeBERT & HebEMO: a Hebrew BERT Model and a Tool for Polarity Analysis and Emotion Recognition. arXiv preprint arXiv:2102.01909.
35
+ ```
36
+ @article{chriqui2021hebert,
37
+ title={HeBERT \& HebEMO: a Hebrew BERT Model and a Tool for Polarity Analysis and Emotion Recognition},
38
+ author={Chriqui, Avihay and Yahav, Inbal},
39
+ journal={arXiv preprint arXiv:2102.01909},
40
+ year={2021}
41
+ }
42
+ ```
43
+