Abstract
In 2012, the United Nations introduced 17 Sustainable Development Goals(SDGs) aimed at creating a more sustainable and improved future by 2030.However, tracking progress toward these goals is difficult because of theextensive scale and complexity of the data involved. Text classification modelshave become vital tools in this area, automating the analysis of vast amountsof text from a variety of sources. Additionally, large language models (LLMs)have recently proven indispensable for many natural language processing tasks,including text classification, thanks to their ability to recognize complexlinguistic patterns and semantics. This study analyzes various proprietary andopen-source LLMs for a single-label, multi-class text classification taskfocused on the SDGs. Then, it also evaluates the effectiveness of taskadaptation techniques (i.e., in-context learning approaches), namely Zero-Shotand Few-Shot Learning, as well as Fine-Tuning within this domain. The resultsreveal that smaller models, when optimized through prompt engineering, canperform on par with larger models like OpenAI's GPT (Generative Pre-trainedTransformer).