Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Hebrew
ArXiv:
Libraries:
Datasets
pandas
License:
vitvit commited on
Commit
de5a2c5
1 Parent(s): 37803ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1 +1,19 @@
1
- MevakerConcSen: A sentence-level dataset which provides a label of conclusion/not conclusion (1/0 respectivly) for each sentence together with indexes of the sentence and their document of origin.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - he
5
+ ---
6
+ ## MevakerConcSen
7
+ A sentence-level dataset which provides a label of conclusion/not conclusion (1/0 respectivly) for each sentence
8
+ together with indexes of the sentence and their document of origin.
9
+ ### Citing
10
+
11
+ If you use MevakerConcSen in your research, please cite [HeRo: RoBERTa and Longformer Hebrew Language Models](http://arxiv.org/abs/2304.11077).
12
+ ```
13
+ @article{shalumov2023hero,
14
+ title={HeRo: RoBERTa and Longformer Hebrew Language Models},
15
+ author={Vitaly Shalumov and Harel Haskey},
16
+ year={2023},
17
+ journal={arXiv:2304.11077},
18
+ }
19
+ ```