Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<p align="center">
|
2 |
+
<br>
|
3 |
+
<img src="https://github.com/UBC-NLP/octopus/raw/main/images/octopus.jpg" width="70%" height="70%"/>
|
4 |
+
<br>
|
5 |
+
<p>
|
6 |
+
|
7 |
+
|
8 |
+
<img src="https://github.com/UBC-NLP/octopus/raw/main/images/octopus_tasks.png" alt="OCTOPUS" width="55%" height="55%" align="right"/>
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
Octopus is a neural machine generation toolkit for Arabic Natural Lnagauge Generation (NLG) that described in our ArabiNLP 2023 paper: OCTOPUS: A Multitask Model and Toolkit for Arabic Natural Language Generation.
|
13 |
+
|
14 |
+
Octopus designed for eight machine generation tasks, encompassing diacritization, grammatical error correction, news headlines generation, paraphrasing, question answering, question generation, and
|
15 |
+
transliteration. This comprehensive package includes a Python library along with associated command-line scripts.
|
16 |
+
|
17 |
+
**Github**: [https://github.com/UBC-NLP/octopus](https://github.com/UBC-NLP/octopus)
|
18 |
+
|
19 |
+
**Demo**: [https://demos.dlnlp.ai/octopus](https://demos.dlnlp.ai/octopus)
|
20 |
+
|
21 |
+
**Paper**: [https://arxiv.org/abs/2206.03933](https://arxiv.org/abs/2310.16127v1)
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
## License
|
26 |
+
octopus(-py) is Apache-2.0 licensed. The license applies to the pre-trained models as well.
|
27 |
+
|
28 |
+
## Citation
|
29 |
+
If you use TURJUMAN toolkit or the pre-trained models for your scientific publication, or if you find the resources in this repository useful, please cite our paper as follows (to be updated):
|
30 |
+
```
|
31 |
+
@misc{elmadany2023octopus,
|
32 |
+
title={Octopus: A Multitask Model and Toolkit for Arabic Natural Language Generation},
|
33 |
+
author={AbdelRahim Elmadany and El Moatez Billah Nagoudi and Muhammad Abdul-Mageed},
|
34 |
+
year={2023},
|
35 |
+
eprint={2310.16127},
|
36 |
+
archivePrefix={arXiv},
|
37 |
+
primaryClass={cs.CL}
|
38 |
+
}
|
39 |
+
```
|
40 |
+
|