FLANS at SemEval-2026 Task 7: RAG with Open-Sourced Smaller LLMs for Everyday Knowledge Across Diverse Languages and Cultures
Summary
The FLANS system participated in SemEval-2025 Task-7, "Everyday Knowledge Across Diverse Languages and Cultures," addressing both Short Answer Questions (SAQ) and Multiple-Choice Questions (MCQ) subtasks. This system employs Retrieval Augmented Generation (RAG) with open-sourced smaller LLMs (OS-sLLMs) deployed on the Ollama platform, prioritizing privacy and sustainability. A key component is its custom culturally aware knowledge base (CulKBs), built by extracting culturally-aware wiki-text and country-specific wiki-summaries from Wikipedia using prepared keyword lists. Additionally, one system variant integrates live online search output via DuckDuckGo. The team also developed and refined prompts, reporting their learning curve. The system was tested across English, Spanish, and Chinese languages, with all resources and code publicly shared.
Key takeaway
For Machine Learning Engineers developing multilingual RAG systems, consider integrating culturally aware knowledge bases and open-sourced smaller LLMs. You can enhance response accuracy by combining curated local data, like Wikipedia-derived CulKBs, with real-time online search via tools like DuckDuckGo. Deploying sLLMs on platforms such as Ollama offers a path to improved privacy and sustainability for your applications.
Key insights
RAG with OS-sLLMs and custom KBs enhances multilingual, culturally-aware everyday knowledge retrieval.
Principles
- Prioritize OS-sLLMs for privacy.
- Culturally-aware KBs improve RAG.
- Combine local KBs with live search.
Method
The system uses RAG with OS-sLLMs. It builds culturally aware knowledge bases (CulKBs) from Wikipedia via keyword extraction and integrates live online search. Prompts are refined and deployed on Ollama.
In practice
- Build custom KBs from Wikipedia.
- Integrate DuckDuckGo for live data.
- Deploy sLLMs on Ollama platform.
Topics
- Retrieval-Augmented Generation
- Open-Source Smaller LLMs (OS-sLLMs)
- Culturally Aware Knowledge Bases
- Multilingual NLP
- SemEval-2025 Task-7
- Ollama Platform
- Prompt Engineering
Code references
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.