LukasStankevicius commited on
Commit
80bfe91
1 Parent(s): 4c0e4f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -10
README.md CHANGED
@@ -10,7 +10,7 @@ license: apache-2.0
10
  ---
11
  This is *t5-base* transformer model trained on Lithuanian news summaries for 175 000 steps.
12
  It was created during the work [**Generating abstractive summaries of Lithuanian
13
- news articles using a transformer model**](https://arxiv.org/abs/2105.03279).
14
 
15
  ## Usage
16
  ```python
@@ -38,14 +38,22 @@ Output from above would be:
38
 
39
  Lietuvos krepšinio federacijos (LKF) prezidento Arvydo Sabonio rezultatyvumo vidurkis yra aukščiausias tarp visų Sovietų Sąjungos rinktinėje atstovavusių žaidėjų, skaičiuojant tuos, kurie sužaidė bent po 50 oficialių rungtynių.
40
 
41
- ### BibTeX entry and citation info
42
- ```bibtex
43
- @misc{stankevičius2021generating,
44
- title={Generating abstractive summaries of Lithuanian news articles using a transformer model},
45
- author={Lukas Stankevičius and Mantas Lukoševičius},
46
- year={2021},
47
- eprint={2105.03279},
48
- archivePrefix={arXiv},
49
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
50
  }
51
  ```
10
  ---
11
  This is *t5-base* transformer model trained on Lithuanian news summaries for 175 000 steps.
12
  It was created during the work [**Generating abstractive summaries of Lithuanian
13
+ news articles using a transformer model**](https://link.springer.com/chapter/10.1007/978-3-030-88304-1_27).
14
 
15
  ## Usage
16
  ```python
38
 
39
  Lietuvos krepšinio federacijos (LKF) prezidento Arvydo Sabonio rezultatyvumo vidurkis yra aukščiausias tarp visų Sovietų Sąjungos rinktinėje atstovavusių žaidėjų, skaičiuojant tuos, kurie sužaidė bent po 50 oficialių rungtynių.
40
 
41
+
42
+ If you find our work useful, please cite the following paper:
43
+ ``` latex
44
+ @InProceedings{10.1007/978-3-030-88304-1_27,
45
+ author="Stankevi{\v{c}}ius, Lukas
46
+ and Luko{\v{s}}evi{\v{c}}ius, Mantas",
47
+ editor="Lopata, Audrius
48
+ and Gudonien{\.{e}}, Daina
49
+ and Butkien{\.{e}}, Rita",
50
+ title="Generating Abstractive Summaries of Lithuanian News Articles Using a Transformer Model",
51
+ booktitle="Information and Software Technologies",
52
+ year="2021",
53
+ publisher="Springer International Publishing",
54
+ address="Cham",
55
+ pages="341--352",
56
+ abstract="In this work, we train the first monolingual Lithuanian transformer model on a relatively large corpus of Lithuanian news articles and compare various output decoding algorithms for abstractive news summarization. We achieve an average ROUGE-2 score 0.163, generated summaries are coherent and look impressive at first glance. However, some of them contain misleading information that is not so easy to spot. We describe all the technical details and share our trained model and accompanying code in an online open-source repository, as well as some characteristic samples of the generated summaries.",
57
+ isbn="978-3-030-88304-1"
58
  }
59
  ```