XL-HeadTags: Leveraging Multimodal Retrieval Augmentation for the Multilingual Generation of News Headlines and Tags
Faisal Tareque Shohan, Mir Tafseer Nayeem, Samsul Islam, Abu Ubaida Akash, Shafiq Joty
TL;DR
This work tackles multilingual news headline and tag generation by introducing XL-HeadTags, a large multimodal dataset spanning 20 languages, and a retrieval-augmented generation framework (MultiRAGen) that leverages images and captions to select salient article content. The approach combines two retrieval modules (ImgRet and CapRet) with instruction-tuned generation to produce headlines and tag words in both controlled and unrestricted modes, enabling flexible generation in a multilingual setting. The authors also provide a suite of multilingual tools (ROUGE scorer, sentence tokenizer, stemmer) to support evaluation across languages. Empirical results show that multimodal retrieval improves headline and tag-word quality across languages, with caption-based retrieval often yielding stronger gains, while highlighting challenges for low-resource languages and issues with some current LLMs’ multilingual behavior. The work also discusses dataset bias, content-alignment limitations, and computational considerations, offering a practical pathway toward more effective and accessible multilingual content generation tooling and evaluation resources.
Abstract
Millions of news articles published online daily can overwhelm readers. Headlines and entity (topic) tags are essential for guiding readers to decide if the content is worth their time. While headline generation has been extensively studied, tag generation remains largely unexplored, yet it offers readers better access to topics of interest. The need for conciseness in capturing readers' attention necessitates improved content selection strategies for identifying salient and relevant segments within lengthy articles, thereby guiding language models effectively. To address this, we propose to leverage auxiliary information such as images and captions embedded in the articles to retrieve relevant sentences and utilize instruction tuning with variations to generate both headlines and tags for news articles in a multilingual context. To make use of the auxiliary information, we have compiled a dataset named XL-HeadTags, which includes 20 languages across 6 diverse language families. Through extensive evaluation, we demonstrate the effectiveness of our plug-and-play multimodal-multilingual retrievers for both tasks. Additionally, we have developed a suite of tools for processing and evaluating multilingual texts, significantly contributing to the research community by enabling more accurate and efficient analysis across languages.
