GiliGold commited on
Commit
734a07c
·
verified ·
1 Parent(s): c1357ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  - worth-checking
14
  - checkable
15
  ---
16
- Paper:
17
 
18
  This model is based on [Knesset-dictaBERT](https://huggingface.co/GiliGold/Knesset-DictaBERT) and was trained to classify a Hebrew sentence for checkworthiness.
19
 
@@ -24,4 +24,22 @@ It was trained on a train-set of ~5000 manually annotated sentences from the [Kn
24
 
25
  The train set is available [here](https://github.com/HaifaCLG/Factuality).
26
 
27
- The Knesset Corpus automatically annotated for checkworthiness by [knesset-dicta-checkworthiness](https://huggingface.co/GiliGold/knesset-dicta-checkworthiness) is available [here](https://huggingface.co/datasets/GiliGold/Knesset_check_worthiness)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - worth-checking
14
  - checkable
15
  ---
16
+
17
 
18
  This model is based on [Knesset-dictaBERT](https://huggingface.co/GiliGold/Knesset-DictaBERT) and was trained to classify a Hebrew sentence for checkworthiness.
19
 
 
24
 
25
  The train set is available [here](https://github.com/HaifaCLG/Factuality).
26
 
27
+ The Knesset Corpus automatically annotated for checkworthiness by [knesset-dicta-checkworthiness](https://huggingface.co/GiliGold/knesset-dicta-checkworthiness) is available [here](https://huggingface.co/datasets/GiliGold/Knesset_check_worthiness)
28
+
29
+ Paper:
30
+ [ArXiv paper](https://arxiv.org/abs/2509.26406)
31
+
32
+ - Citation:
33
+
34
+ @InProceedings{goldin-EtAl:2025:RANLP,
35
+ author = {Goldin, Gili and Wigderson, Shira and Rabinovich, Ella and Wintner, Shuly},
36
+ title = {An Annotation Scheme for Factuality and Its Application to Parliamentary Proceedings},
37
+ booktitle = {Proceedings of the 15th International Conference on Recent Advances in Natural Language Processing - Natural Language Processing in the Generative AI era},
38
+ month = {September},
39
+ year = {2025},
40
+ address = {Varna, Bulgaria},
41
+ publisher = {INCOMA Ltd., Shoumen, Bulgaria},
42
+ pages = {403--412},
43
+ abstract = {Factuality assesses the extent to which a language utterance relates to real-world information; it determines whether utterances correspond to facts, possibilities, or imaginary situations, and as such, it is instrumental for fact checking. Factuality is a complex notion that relies on multiple linguistic signals, and has been studied in various disciplines. We present a complex, multi-faceted annotation scheme of factuality that combines concepts from a variety of previous works. We developed the scheme for Hebrew, but we trust that it can be adapted to other languages. We also present a set of almost 5,000 sentences in the domain of parliamentary discourse that we manually annotated according to this scheme. We report on inter-annotator agreement, and experiment with various approaches to automatically predict (some features of) the scheme, in order to extend the annotation to a large corpus.},
44
+ url = {https://aclanthology.org/2025.ranlp-1.49}
45
+ }