Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,19 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|