Commit ·
a511e29
1
Parent(s): b04d08d
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language: gu
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
## Gujarati Summarization
|
| 7 |
+
|
| 8 |
+
A summarization model trained on the ISum dataset. <br>
|
| 9 |
+
More details can be found in our paper: https://arxiv.org/abs/2212.05702
|
| 10 |
+
|
| 11 |
+
Citing:
|
| 12 |
+
```
|
| 13 |
+
@article{tangsali2022implementing,
|
| 14 |
+
title={Implementing Deep Learning-Based Approaches for Article Summarization in Indian Languages},
|
| 15 |
+
author={Tangsali, Rahul and Pingle, Aabha and Vyawahare, Aditya and Joshi, Isha and Joshi, Raviraj},
|
| 16 |
+
journal={arXiv preprint arXiv:2212.05702},
|
| 17 |
+
year={2022}
|
| 18 |
+
}
|
| 19 |
+
```
|