AI Agents 相关度: 9/10

Fanar-Sadiq: A Multi-Agent Architecture for Grounded Islamic QA

Ummar Abbas, Mourad Ouzzani, Mohamed Y. Eltabakh, Omar Sinan, Gagan Bhatia, Hamdy Mubarak, Majd Hawasly, Mohammed Qusay Hashim, Kareem Darwish, Firoj Alam
arXiv: 2603.08501v1 发布: 2026-03-09 更新: 2026-03-09

AI 摘要

Fanar-Sadiq是一个面向伊斯兰问答的多Agent系统,通过意图感知路由查询到专业模块,提供权威且可验证的答案。

主要贡献

  • 构建了一个双语(Arabic/English)多Agent伊斯兰助手系统Fanar-Sadiq
  • 实现了意图感知路由,将Islamic queries路由到专门的模块
  • 系统支持检索增强的fiqh答案,具有确定性的引用规范化和验证跟踪,精确的诗句查找和确定性的计算器

方法论

该系统采用多Agent架构,每个Agent配备不同的工具和知识库,通过意图识别模块将查询路由到相应的Agent,并使用RAG等技术生成答案。

原文摘要

Large language models (LLMs) can answer religious knowledge queries fluently, yet they often hallucinate and misattribute sources, which is especially consequential in Islamic settings where users expect grounding in canonical texts (Qur'an and Hadith) and jurisprudential (fiqh) nuance. Retrieval-augmented generation (RAG) reduces some of these limitations by grounding generation in external evidence. However, a single ``retrieve-then-generate'' pipeline is limited to deal with the diversity of Islamic queries.Users may request verbatim scripture, fatwa-style guidance with citations or rule-constrained computations such as zakat and inheritance that require strict arithmetic and legal invariants. In this work, we present a bilingual (Arabic/English) multi-agent Islamic assistant, called Fanar-Sadiq, which is a core component of the Fanar AI platform. Fanar-Sadiq routes Islamic-related queries to specialized modules within an agentic, tool-using architecture. The system supports intent-aware routing, retrieval-grounded fiqh answers with deterministic citation normalization and verification traces, exact verse lookup with quotation validation, and deterministic calculators for Sunni zakat and inheritance with madhhab-sensitive branching. We evaluate the complete end-to-end system on public Islamic QA benchmarks and demonstrate effectiveness and efficiency. Our system is currently publicly and freely accessible through API and a Web application, and has been accessed $\approx$1.9M times in less than a year.

标签

多Agent系统 检索增强生成 伊斯兰问答 知识图谱

arXiv 分类

cs.CL