Datasets:

Modalities:
Text
Formats:
csv
Languages:
Hebrew
ArXiv:
Libraries:
Datasets
pandas
License:
vitvit commited on
Commit
940d1b3
1 Parent(s): 2d47d51

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - he
5
+ ---
6
+ ## MevakerConc
7
+ Conclusion extraction dataset.
8
+ Contains the context of the audit, the offsets of conclusions as marked by the auditors and the conclusions text contained within the offsets.
9
+ ### Citing
10
+
11
+ If you use MevakerConc 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
+ ```