--- configs: - config_name: corpus data_files: - split: bg path: corpus_bg.jsonl - split: en path: corpus_en.jsonl - config_name: queries data_files: - split: bg path: queries_bg.jsonl - split: en path: queries_en.jsonl - config_name: qrels data_files: - split: train path: qrels/train.jsonl - split: dev path: qrels/dev.jsonl - split: test path: qrels/test.jsonl task_categories: - text-retrieval language: - bg - en pretty_name: bemir license: cc-by-4.0 tags: - medical size_categories: - 1K• Диета за лечение на астма и екзема | | English | 3,237 | 21 chars (3 words) | • Breast Cancer Cells Feed on Cholesterol
• Using Diet to Treat Asthma and Eczema | ## 🎯 Relevance Judgments | Split | Query-Doc Pairs | Unique Queries | Unique Documents | Avg Pairs/Query | |-------|-----------------|----------------|------------------|-----------------| | **Train** | 110,575 | 2,590 | 3,588 | 42.7 | | **Dev** | 11,385 | 324 | 3,119 | 35.1 | | **Test** | 12,334 | 323 | 3,128 | 38.2 | ## 🔧 Data Format ```json // Corpus {"id": "0406436662", "title": "Document title...", "text": "Document content...", "lang": "en"} // Queries {"id": "df3aceec36", "text": "Query text...", "lang": "en"} // QRels {"query-id": "df3aceec36", "corpus-id": "0406436662", "score": "1"} ``` ## 📚 Citation If you use this dataset in your research, please cite: ```bibtex @dataset{emanuilov2025bemir, title={BEMIR: Bulgarian-English Medical Information Retrieval Dataset}, author={Simeon Emanuilov}, year={2025}, publisher={Hugging Face}, url={https://huggingface.co/datasets/llm-bg/bemir} } ```