Update README.md
Browse files
README.md
CHANGED
@@ -58,19 +58,23 @@ methods used for text summarization will be described indvidually in the followi
|
|
58 |
|
59 |
## Methods
|
60 |
|
|
|
|
|
|
|
|
|
61 |
| Method | Kind of ATS | Documentation | Source Article |
|
62 |
|:----------------------:|:-----------:|:---------------:|:--------------:|
|
63 |
| SumyRandom | Extractive | [Sumy GitHub](https://github.com/miso-belica/sumy/) | None (picks out random sentences from source text) |
|
64 |
-
| SumyLuhn | Extractive | Ibid. | (Luhn, 1958) |
|
65 |
| SumyLsa | Extractive | Ibid. | [(Steinberger et al., 2004)](http://www.kiv.zcu.cz/~jstein/publikace/isim2004.pdf) |
|
66 |
-
| SumyLexRank | Extractive | Ibid. | (Erkan and Radev, 2004) |
|
67 |
-
| SumyTextRank | Extractive | Ibid. | (Mihalcea and Tarau, 2004) |
|
68 |
-
| SumySumBasic | Extractive | Ibid. |
|
69 |
-
| SumyKL | Extractive | Ibid. | (Haghighi and Vanderwende, 2009) |
|
70 |
| SumyReduction | Extractive | Ibid. | None. |
|
71 |
-
| BART-Large CNN | Abstractive | [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) | (Lewis et al., 2019) |
|
72 |
-
| Pegasus-XSUM | Abstractive | [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) | (Zhang et al., 2020) |
|
73 |
-
| mT5 Multilingual XLSUM | Abstractive | [csebuetnlp/mT5_multilingual_XLSum](https://huggingface.co/csebuetnlp/mT5_multilingual_XLSum)| (Raffel et al., 2019) |
|
74 |
|
75 |
|
76 |
## Model variations
|
|
|
58 |
|
59 |
## Methods
|
60 |
|
61 |
+
Since there are many methods to choose from in order to perform the ATS task using this model, the following table presents useful information
|
62 |
+
regarding each of them, such as what kind of ATS the method produces (extractive or abstractive), where to find the documentation necessary for
|
63 |
+
its implementation and the article from which it originated.
|
64 |
+
|
65 |
| Method | Kind of ATS | Documentation | Source Article |
|
66 |
|:----------------------:|:-----------:|:---------------:|:--------------:|
|
67 |
| SumyRandom | Extractive | [Sumy GitHub](https://github.com/miso-belica/sumy/) | None (picks out random sentences from source text) |
|
68 |
+
| SumyLuhn | Extractive | Ibid. | [(Luhn, 1958)](http://www.di.ubi.pt/~jpaulo/competence/general/%281958%29Luhn.pdf) |
|
69 |
| SumyLsa | Extractive | Ibid. | [(Steinberger et al., 2004)](http://www.kiv.zcu.cz/~jstein/publikace/isim2004.pdf) |
|
70 |
+
| SumyLexRank | Extractive | Ibid. | [(Erkan and Radev, 2004)](http://tangra.si.umich.edu/~radev/lexrank/lexrank.pdf) |
|
71 |
+
| SumyTextRank | Extractive | Ibid. | [(Mihalcea and Tarau, 2004)](https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf) |
|
72 |
+
| SumySumBasic | Extractive | Ibid. | [(Vanderwende et. al, 2007)](http://www.cis.upenn.edu/~nenkova/papers/ipm.pdf) |
|
73 |
+
| SumyKL | Extractive | Ibid. | [(Haghighi and Vanderwende, 2009)](http://www.aclweb.org/anthology/N09-1041) |
|
74 |
| SumyReduction | Extractive | Ibid. | None. |
|
75 |
+
| BART-Large CNN | Abstractive | [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) | [(Lewis et al., 2019)](https://arxiv.org/pdf/1910.13461) |
|
76 |
+
| Pegasus-XSUM | Abstractive | [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) | [(Zhang et al., 2020)](http://proceedings.mlr.press/v119/zhang20ae/zhang20ae.pdf) |
|
77 |
+
| mT5 Multilingual XLSUM | Abstractive | [csebuetnlp/mT5_multilingual_XLSum](https://huggingface.co/csebuetnlp/mT5_multilingual_XLSum)| [(Raffel et al., 2019)](https://www.jmlr.org/papers/volume21/20-074/20-074.pdf?ref=https://githubhelp.com) |
|
78 |
|
79 |
|
80 |
## Model variations
|