Adapting Multilingual LLMs to Low-Resource Languages with Knowledge Graphs via Adapters
Daniil Gurgurov, Mareike Hartmann, Simon Ostermann

TL;DR
This paper investigates integrating multilingual graph knowledge into large language models using adapters to enhance low-resource language tasks like sentiment analysis and NER, demonstrating improved performance through empirical evaluation.
Contribution
It introduces a novel adapter-based method for incorporating multilingual graph knowledge into LLMs specifically for low-resource languages, extending parameter-efficient fine-tuning techniques.
Findings
Graph knowledge improves LLM performance on LRLs
Targeted MLM masking enhances knowledge integration
Empirical results show benefits in SA and NER tasks
Abstract
This paper explores the integration of graph knowledge from linguistic ontologies into multilingual Large Language Models (LLMs) using adapters to improve performance for low-resource languages (LRLs) in sentiment analysis (SA) and named entity recognition (NER). Building upon successful parameter-efficient fine-tuning techniques, such as K-ADAPTER and MAD-X, we propose a similar approach for incorporating knowledge from multilingual graphs, connecting concepts in various languages with each other through linguistic relationships, into multilingual LLMs for LRLs. Specifically, we focus on eight LRLs -- Maltese, Bulgarian, Indonesian, Nepali, Javanese, Uyghur, Tibetan, and Sinhala -- and employ language-specific adapters fine-tuned on data extracted from the language-specific section of ConceptNet, aiming to enable knowledge transfer across the languages covered by the knowledge graph.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSemantic Web and Ontologies · Natural Language Processing Techniques
MethodsFocus
