ShuvBan commited on
Commit
aef0f1e
·
verified ·
1 Parent(s): f8c4f54

Add proper YAML metadata and citations

Browse files
Files changed (1) hide show
  1. README.md +76 -27
README.md CHANGED
@@ -1,22 +1,84 @@
1
- # AgriIR Agricultural Knowledge Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- <p align="center">
4
  <a href="https://arxiv.org/abs/2604.16353">
5
- <img src="https://img.shields.io/badge/arXiv-2604.16353-red?style=for-the-badge" alt="arXiv">
6
  </a>
7
  <a href="https://doi.org/10.1007/978-3-032-21324-2_37">
8
- <img src="https://img.shields.io/badge/DOI-10.1007/978--green?style=for-the-badge" alt="DOI">
9
  </a>
10
- <img src="https://img.shields.io/badge/dataset-HuggingFace-yellow?style=for-the-badge" alt="HuggingFace">
11
- </p>
 
 
12
 
13
- ## Overview
14
 
15
  This dataset accompanies the **AgriIR** paper - a scalable framework for domain-specific knowledge retrieval in agricultural contexts. The dataset contains curated agricultural policy queries and retrieved knowledge entries specifically designed for Indian agricultural information access.
16
 
 
 
 
 
 
 
 
 
17
  ## Citation
18
 
19
- If you use this dataset, please cite the original paper. You can use either the arXiv or Springer version:
20
 
21
  ### Springer/Conference Citation (Recommended for academic publications)
22
 
@@ -49,43 +111,30 @@ If you use this dataset, please cite the original paper. You can use either the
49
  }
50
  ```
51
 
52
- **Note**: The Springer version (published in ECMIR 2026) is the official peer-reviewed publication. The arXiv version may contain additional technical details.
53
-
54
- ## Dataset Details
55
-
56
- - **Total Entries**: 15,247 agricultural knowledge entries
57
- - **Domain**: Indian Agricultural Information Access
58
- - **Format**: JSONL (JSON Lines)
59
- - **Size**: ~1.9GB (compressed ~678MB)
60
-
61
  ## Authors
62
 
63
- - **Shuvam Banerji Seal** [[GitHub]](https://github.com/Shuvam-Banerji-Seal) [[Email]](mailto:sbs22ms076@iiserkol.ac.in)
64
  Indian Institute of Science Education and Research, Kolkata, India
65
 
66
- - **Aheli Poddar** [[GitHub]](https://github.com/XAheli) [[Email]](mailto:aheli.poddar2022@iem.edu.in)
67
  Institute of Engineering & Management, Kolkata, India
68
 
69
- - **Alok Mishra** [[Email]](mailto:maa24ms215@iiserkol.ac.in)
70
  Indian Institute of Science Education and Research, Kolkata, India
71
 
72
- - **Dwaipayan Roy** [[GitHub]](https://github.com/dwaipayanroy) [[Email]](mailto:dwaipayan.roy@iiserkol.ac.in)
73
  Indian Institute of Science Education and Research, Kolkata, India
74
 
75
  ## Related Links
76
 
77
  - 📄 **arXiv Paper**: https://arxiv.org/abs/2604.16353
78
- - 📚 **Springer Chapter**: https://doi.org/10.1007/978-3-032-21324-2_37
79
  - 💻 **GitHub Repository**: https://github.com/Shuvam-Banerji-Seal/AgriIR
80
  - 🎥 **Video Demonstration**: https://bit.ly/AgriIR
81
 
82
  ## License
83
 
84
- <a href="https://creativecommons.org/licenses/by/4.0/">
85
- <img src="https://img.shields.io/badge/License-CC%20BY%204.0-blue?style=for-the-badge" alt="License: CC BY 4.0">
86
- </a>
87
-
88
- This dataset is released under the Creative Commons Attribution 4.0 International License.
89
 
90
  ---
91
 
 
1
+ ---
2
+ yaml:
3
+ arxiv: 2604.16353
4
+ annotations:
5
+ - notes: Agricultural policy queries and knowledge entries for Indian agricultural information access
6
+ schema: multichoice
7
+ configs:
8
+ - config_name: default
9
+ dataset_info:
10
+ features:
11
+ - name: text
12
+ dtype: string
13
+ - name: metadata
14
+ dtype: string
15
+ - name: category
16
+ dtype: string
17
+ - name: quality_score
18
+ dtype: float
19
+ split: raw
20
+ subset_num_bytes: 678000000
21
+ total_num_examples: 15247
22
+ dataset_info:
23
+ - config_name: default
24
+ features:
25
+ - name: text
26
+ dtype: string
27
+ - name: metadata
28
+ dtype: string
29
+ - name: category
30
+ dtype: string
31
+ - name: quality_score
32
+ dtype: float
33
+ split: raw
34
+ subset_num_bytes: 678000000
35
+ total_num_examples: 15247
36
+ language:
37
+ - en
38
+ license: cc-by-4.0
39
+ modalities:
40
+ - text
41
+ papers:
42
+ primary: https://doi.org/10.1007/978-3-032-21324-2_37
43
+ arxiv: https://arxiv.org/abs/2604.16353
44
+ tags:
45
+ - agrir
46
+ - agriculture
47
+ - information-retrieval
48
+ - rag
49
+ - domain-specific
50
+ - indian-agriculture
51
+ - retrieval-augmented-generation
52
+ type: domain-specific-knowledge-dataset
53
+ ---
54
 
55
+ <div align="center">
56
  <a href="https://arxiv.org/abs/2604.16353">
57
+ <img src="https://img.shields.io/badge/arXiv-2604.16353-red?style=flat-square" alt="arXiv">
58
  </a>
59
  <a href="https://doi.org/10.1007/978-3-032-21324-2_37">
60
+ <img src="https://img.shields.io/badge/DOI-10.1007/978-3-032-21324--2_37-green?style=flat-square" alt="DOI">
61
  </a>
62
+ <a href="https://creativecommons.org/licenses/by/4.0/">
63
+ <img src="https://img.shields.io/badge/License-CC%20BY%204.0-blue?style=flat-square" alt="License: CC BY 4.0">
64
+ </a>
65
+ </div>
66
 
67
+ # AgriIR Agricultural Knowledge Dataset
68
 
69
  This dataset accompanies the **AgriIR** paper - a scalable framework for domain-specific knowledge retrieval in agricultural contexts. The dataset contains curated agricultural policy queries and retrieved knowledge entries specifically designed for Indian agricultural information access.
70
 
71
+ ## Dataset Overview
72
+
73
+ - **Total Entries**: 15,247 agricultural knowledge entries
74
+ - **Domain**: Indian Agricultural Information Access
75
+ - **Format**: JSONL (JSON Lines)
76
+ - **Size**: ~1.9GB (compressed ~678MB)
77
+ - **Language**: English
78
+
79
  ## Citation
80
 
81
+ If you use this dataset, please cite the original paper. The Springer/ECMIR version is the official peer-reviewed publication.
82
 
83
  ### Springer/Conference Citation (Recommended for academic publications)
84
 
 
111
  }
112
  ```
113
 
 
 
 
 
 
 
 
 
 
114
  ## Authors
115
 
116
+ - **Shuvam Banerji Seal** [GitHub](https://github.com/Shuvam-Banerji-Seal) | [Email](mailto:sbs22ms076@iiserkol.ac.in)
117
  Indian Institute of Science Education and Research, Kolkata, India
118
 
119
+ - **Aheli Poddar** [GitHub](https://github.com/XAheli) | [Email](mailto:aheli.poddar2022@iem.edu.in)
120
  Institute of Engineering & Management, Kolkata, India
121
 
122
+ - **Alok Mishra** [Email](mailto:maa24ms215@iiserkol.ac.in)
123
  Indian Institute of Science Education and Research, Kolkata, India
124
 
125
+ - **Dwaipayan Roy** [GitHub](https://github.com/dwaipayanroy) | [Email](mailto:dwaipayan.roy@iiserkol.ac.in)
126
  Indian Institute of Science Education and Research, Kolkata, India
127
 
128
  ## Related Links
129
 
130
  - 📄 **arXiv Paper**: https://arxiv.org/abs/2604.16353
131
+ - 📚 **Springer/ECMIR Chapter**: https://doi.org/10.1007/978-3-032-21324-2_37
132
  - 💻 **GitHub Repository**: https://github.com/Shuvam-Banerji-Seal/AgriIR
133
  - 🎥 **Video Demonstration**: https://bit.ly/AgriIR
134
 
135
  ## License
136
 
137
+ This dataset is released under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
 
 
 
 
138
 
139
  ---
140