BRAND: Bilingual Religious Accountable Norm Dataset
收藏资源简介:
BRAND是由BRAC大学团队构建的双语宗教规范数据集,聚焦南亚四大宗教(佛教、基督教、印度教和伊斯兰教),包含2400条英语和孟加拉语的双语条目,数据通过三类提示词系统生成。该数据集采用人工校验和社区参与的方式构建,旨在检测多语言大模型在宗教语境下的偏见问题,特别针对低资源语言孟加拉语存在的系统性偏差。其应用领域包括宗教公平性评估、多语言模型偏见检测,以及促进AI系统在跨文化宗教场景中的负责任发展。
BRAND is a bilingual religious norms dataset developed by the team from BRAC University. Focusing on four major religions in South Asia: Buddhism, Christianity, Hinduism and Islam, it contains 2400 bilingual entries in English and Bengali, with all data generated via three types of prompt systems. Constructed through manual verification and community engagement, this dataset aims to detect bias issues of multilingual large language models (LLMs) in religious contexts, with a particular focus on the systemic biases existing in the low-resource language Bengali. Its application areas include religious fairness assessment, multilingual model bias detection, and promoting the responsible development of AI systems in cross-cultural religious scenarios.
BRAND: Bilingual Religious Accountable Norm Dataset
📖 概述
BRAND数据集(Bilingual Religious Accountable Norm Dataset)是一个精心构建的数据集,旨在研究大型语言模型(LLMs)中的宗教偏见。它包含2,417条宗教规范,涵盖四种主要的南亚宗教(伊斯兰教、印度教、基督教和佛教),并提供英语和孟加拉语双语版本。
该数据集可用于:
- 探索宗教和文化背景下的常识推理
- 分析LLM预测在宗教、人口统计和社会因素方面的偏见
- 支持计算社会科学、文化分析和NLP公平性领域的研究
📜 许可证
本数据集根据知识共享署名-非商业性使用-相同方式共享 4.0 许可证(CC BY-NC-SA 4.0)发布。
您可以:
- 共享 — 以任何媒介或格式复制和重新分发数据集
- 改编 — 混音、转换和基于数据集进行构建
需遵守以下条款:
- 署名 — 您必须给予BRAND数据集贡献者适当的署名
- 非商业性使用 — 您不得将此数据集用于商业目的
- 相同方式共享 — 如果您混音、转换或基于此数据集进行构建,则必须在相同许可证下分发您的工作
📊 数据集构成
| 宗教 | 百分比 | 数量 |
|---|---|---|
| 伊斯兰教 | 26.9% | ~651 |
| 印度教 | 27.4% | ~662 |
| 基督教 | 24.4% | ~590 |
| 佛教 | 21.3% | ~514 |
| 总计 | 100% | 2417 |
🔑 特征
数据集包含13个特征,用于描述每条宗教规范。
🌐 语言
- 英语
- 孟加拉语
每个样本均提供两种语言版本,适用于多语言和跨语言研究。
🤖 LLM偏见评估
该数据集已针对多个最先进的LLM进行测试,以评估宗教偏见:
| 模型 | 规模 |
|---|---|
| Llama3 | 70B |
| Mistral Saba | 24B |
| Gemini 2.0 Flash | - |
| Gemma3 | 9B-IT |
| Qwen3 | 32B |
数据集支持3种类型的提示,专门设计用于测试模型的公平性和偏见。
📂 文件格式
- 以CSV格式提供(英语 + 孟加拉语版本)
- 每行 = 一条带有13个标注特征的宗教规范
🔧 使用示例
python import pandas as pd
加载数据集
df = pd.read_csv("BRAND.csv")
预览
print(df.head())

- 1Is Lying Only Sinful in Islam? Exploring Religious Bias in Multilingual Large Language Models Across Major ReligionsBRAC大学 · 2025年



