π€ AI Summary
This work addresses the challenge of keyword-driven text generation for Bengali, a low-resource language, where large-scale supervised data is scarce. To overcome this limitation, the authors construct the first large-scale dataset comprising 2.6 million keywordβtext pairs, automatically generated from news corpora using a BERT-based keyword extraction pipeline. They then perform task-specific fine-tuning on mT5 and BanglaT5 models. Experimental results demonstrate that the proposed approach significantly outperforms zero-shot large language models across both automatic metrics and human evaluations, achieving high-quality and controllable text generation. The study further advances research in controllable generation for low-resource languages by publicly releasing the dataset, models, and code.
π Abstract
This paper introduces \textit{Bangla Key2Text}, a large-scale dataset of $2.6$ million Bangla keyword--text pairs designed for keyword-driven text generation in a low-resource language. The dataset is constructed using a BERT-based keyword extraction pipeline applied to millions of Bangla news texts, transforming raw articles into structured keyword--text pairs suitable for supervised learning. To establish baseline performance on this new benchmark, we fine-tune two sequence-to-sequence models, \texttt{mT5} and \texttt{BanglaT5}, and evaluate them using multiple automatic metrics and human judgments. Experimental results show that task-specific fine-tuning substantially improves keyword-conditioned text generation in Bangla compared to zero-shot large language models. The dataset, trained models, and code are publicly released to support future research in Bangla natural language generation and keyword-to-text generation tasks.