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

Add dataset card README with paper citations

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
23
+ ```bibtex
24
+ @InProceedings{10.1007/978-3-032-21324-2_37,
25
+ author="Banerji Seal, Shuvam and Poddar, Aheli and Mishra, Alok and Roy, Dwaipayan",
26
+ editor="Campos, Ricardo and Jatowt, Adam and Lan, Yanyan and Aliannejadi, Mohammad and Bauer, Christine and MacAvaney, Sean and Anand, Avishek and Ren, Zhaochun and Verberne, Suzan and Bai, Nan and Mansoury, Masoud",
27
+ title="AgriIR: A Scalable Framework for Domain-Specific Knowledge Retrieval",
28
+ booktitle="Advances in Information Retrieval",
29
+ year="2026",
30
+ publisher="Springer Nature Switzerland",
31
+ address="Cham",
32
+ pages="489--504",
33
+ doi={10.1007/978-3-032-21324-2_37},
34
+ isbn="978-3-032-21324-2"
35
+ }
36
+ ```
37
+
38
+ ### arXiv Citation
39
+
40
+ ```bibtex
41
+ @misc{BanerjiSeal2026AgriIR,
42
+ title={AgriIR: A Scalable Framework for Domain-Specific Knowledge Retrieval},
43
+ author={Shuvam Banerji Seal and Aheli Poddar and Alok Mishra and Dwaipayan Roy},
44
+ year={2026},
45
+ eprint={2604.16353},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.IR},
48
+ url={https://arxiv.org/abs/2604.16353}
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
+
92
+ *For questions about the dataset, please contact the authors via email.*