paper-with-me

Papers

Fine-tuning GPT-3 for Russian Text Summarization

2021-08-07 · Alexandr Nikolich, Arina Puchkova

Automatic summarization techniques aim to shorten and generalize information given in the text while preserving its core message and the most relevant ideas. This task can be approached and treated with a variety of methods, however, not many attempts have been made to produce solutions specifically for the Russian language despite existing localizations of the state-of-the-art models. In this paper, we aim to showcase ruGPT3 ability to summarize texts, fine-tuning it on the corpora of Russian news with their corresponding human-generated summaries. Additionally, we employ hyperparameter tuning so that the model's output becomes less random and more tied to the original text. We evaluate the resulting texts with a set of metrics, showing that our solution can surpass the state-of-the-art model's performance without additional changes in architecture or loss function. Despite being able to produce sensible summaries, our model still suffers from a number of flaws, namely, it is prone to altering Named Entities present in the original text (such as surnames, places, dates), deviating from facts stated in the given document, and repeating the information in the summary.

📄 PDF Abstract BibTeX arXiv:2108.03502

Code (0)

등록된 구현이 없습니다.

Tasks

Text Summarization

Similar Papers 제목 키워드 기반

Dataset for Automatic Summarization of Russian News

2020-06-19 · Ilya Gusev

Automatic text summarization has been studied in a variety of domains and languages. However, this does not hold for the Russian language. To overcome this issue, we present Gazeta, the first dataset for summarization of…

Text Summarizationvalid

Cross-lingual Fine-tuning for Abstractive Arabic Text Summarization

2021-09-01 · RANLP 2021 9 · Mram Kahla, Zijian Győző Yang, Attila Novák

While abstractive summarization in certain languages, like English, has already reached fairly good results due to the availability of trend-setting resources, like the CNN/Daily Mail dataset, and considerable progress i…

Abstractive Text SummarizationExtractive SummarizationText SummarizationTransfer Learning

Russian-Language Multimodal Dataset for Automatic Summarization of Scientific Papers

2024-05-13 · Alena Tsanda, Elena Bruches

The paper discusses the creation of a multimodal dataset of Russian-language scientific papers and testing of existing language models for the task of automatic text summarization. A feature of the dataset is its multimo…

Text Summarization

Exploring Fine-tuned Generative Models for Keyphrase Selection: A Case Study for Russian

2024-09-16 · Anna Glazkova, Dmitry Morozov

Keyphrase selection plays a pivotal role within the domain of scholarly texts, facilitating efficient information retrieval, summarization, and indexing. In this work, we explored how to apply fine-tuned generative trans…

Information RetrievalKeyphrase Extraction

Impact of Tokenization on LLaMa Russian Adaptation

2023-12-05 · Mikhail Tikhomirov, Daniil Chernyshev

Latest instruction-tuned large language models (LLM) show great results on various tasks, however, they often face performance degradation for non-English input. There is evidence that the reason lies in inefficient toke…