File size: 2,732 Bytes
d7bb76a
da19710
 
 
 
 
 
 
 
 
 
 
 
 
d7bb76a
4cff454
d7bb76a
 
 
 
 
 
 
dfe9fb7
 
 
 
4cff454
 
 
 
 
 
 
 
f6bb1d9
 
 
 
2e2fb50
 
 
 
 
 
 
 
cf87fd0
 
 
 
d7bb76a
 
 
 
 
4cff454
 
 
 
2e2fb50
 
 
 
d7bb76a
da19710
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
language:
- gu
license: cc-by-4.0
multilinguality:
- monolingual
source_datasets:
- NanoSCIDOCS
task_categories:
- text-retrieval
task_ids:
- document-retrieval
tags:
- text-retrieval
dataset_info:
- config_name: corpus
  features:
  - name: _id
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 5197282
    num_examples: 2210
  download_size: 2020516
  dataset_size: 5197282
- config_name: qrels
  features:
  - name: query-id
    dtype: string
  - name: corpus-id
    dtype: string
  splits:
  - name: train
    num_bytes: 21472
    num_examples: 244
  download_size: 13746
  dataset_size: 21472
- config_name: queries
  features:
  - name: _id
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 11539
    num_examples: 50
  download_size: 8798
  dataset_size: 11539
configs:
- config_name: corpus
  data_files:
  - split: train
    path: corpus/train-*
- config_name: qrels
  data_files:
  - split: train
    path: qrels/train-*
- config_name: queries
  data_files:
  - split: train
    path: queries/train-*
---

# Bharat-NanoBEIR: Indian Language Information Retrieval Dataset

## Overview
This dataset is part of the Bharat-NanoBEIR collection, which provides information retrieval datasets for Indian languages. It is derived from the NanoBEIR project, which offers smaller versions of BEIR datasets containing 50 queries and up to 10K documents each.

## Dataset Description
This particular dataset is the Gujarati version of the NanoSCIDOCS dataset, specifically adapted for information retrieval tasks. The translation and adaptation maintain the core structure of the original NanoBEIR while making it accessible for Gujarati language processing.

## Usage
This dataset is designed for:
- Information Retrieval (IR) system development in Gujarati
- Evaluation of multilingual search capabilities
- Cross-lingual information retrieval research
- Benchmarking Gujarati language models for search tasks

## Dataset Structure
The dataset consists of three main components:
1. **Corpus**: Collection of documents in Gujarati
2. **Queries**: Search queries in Gujarati
3. **QRels**: Relevance judgments connecting queries to relevant documents

## Citation
If you use this dataset, please cite:
```
@misc{bharat-nanobeir,
  title={Bharat-NanoBEIR: Indian Language Information Retrieval Datasets},
  year={2024},
  url={https://huggingface.co/datasets/carlfeynman/Bharat_NanoSCIDOCS_gu}
}
```

## Additional Information
- **Language**: Gujarati (gu)
- **License**: CC-BY-4.0
- **Original Dataset**: NanoBEIR
- **Domain**: Information Retrieval


## License
This dataset is licensed under CC-BY-4.0. Please see the LICENSE file for details.