Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,9 @@ widget:
|
|
16 |
# An Arabic abstractive text summarization model
|
17 |
A BERT2BERT-based model whose parameters are initialized with AraBERT weights and which has been fine-tuned on a dataset of 84,764 paragraph-summary pairs.
|
18 |
|
19 |
-
|
|
|
|
|
20 |
|
21 |
The model can be used as follows:
|
22 |
```python
|
|
|
16 |
# An Arabic abstractive text summarization model
|
17 |
A BERT2BERT-based model whose parameters are initialized with AraBERT weights and which has been fine-tuned on a dataset of 84,764 paragraph-summary pairs.
|
18 |
|
19 |
+
Paper: [Arabic abstractive text summarization using RNN-based and transformer-based architectures](https://www.sciencedirect.com/science/article/abs/pii/S0306457322003284).
|
20 |
+
|
21 |
+
Dataset: [link](https://data.mendeley.com/datasets/7kr75c9h24/1).
|
22 |
|
23 |
The model can be used as follows:
|
24 |
```python
|