Datasets:
feedcomposer
commited on
Commit
•
ddc8a0f
1
Parent(s):
ec1c4f4
Update README.md
Browse files
README.md
CHANGED
@@ -12,22 +12,27 @@ size_categories:
|
|
12 |
- 10M<n<100M
|
13 |
---
|
14 |
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
-
|
19 |
The dataset is sourced from [GARDIAN](https://gardian.bigdata.cgiar.org/),
|
20 |
a comprehensive hub for agri-food data and publications. Utilizing its robust API,
|
21 |
the GAIA-CIGI pipeline has systematically discovered and gathered all open-access reports and publications
|
22 |
-
from the various CGIAR centers.
|
23 |
-
|
24 |
-
Each document has been converted into a structured, machine-readable format using [GROBID](https://grobid.readthedocs.io/en/latest/Introduction/),
|
25 |
-
a specialized tool for extracting the structure of scientific publications.
|
26 |
-
|
27 |
-
A complete description of the system architecture can be found [here](https://scio.atlassian.net/wiki/spaces/CiGi/pages/45711361/Pipeline+Architecture)
|
28 |
-
|
29 |
-
# Document Structure
|
30 |
|
|
|
31 |
```
|
32 |
{
|
33 |
"metadata": {
|
@@ -65,8 +70,8 @@ A complete description of the system architecture can be found [here](https://sc
|
|
65 |
"sieverID":""
|
66 |
}
|
67 |
```
|
68 |
-
# Property Description
|
69 |
|
|
|
70 |
<ol>
|
71 |
<li>"metadata" (object, required): Contains information related to the document's metadata.
|
72 |
<ol>
|
@@ -101,6 +106,6 @@ A complete description of the system architecture can be found [here](https://sc
|
|
101 |
<li>"sieverID" (string, required): Internal identifier of the document.</li>
|
102 |
</ol>
|
103 |
|
104 |
-
|
105 |
-
|
106 |
-
|
|
|
12 |
- 10M<n<100M
|
13 |
---
|
14 |
|
15 |
+
# A Curated Research Corpus for Agricultural Advisory AI Applications
|
16 |
+
This dataset represents a comprehensive collection of 45,232 agricultural research publications from [CGIAR](https://cgiar.org/),
|
17 |
+
specifically processed and structured for Large Language Model (LLM) applications in agricultural advisory services.
|
18 |
+
This dataset bridges the gap between advanced agricultural research and field-level advisory needs,
|
19 |
+
drawing from CGIAR's extensive scientific knowledge base that has been used by both public and private extension services.
|
20 |
+
Each document has been systematically processed using [GROBID](https://grobid.readthedocs.io/en/latest/Introduction/) to extract
|
21 |
+
structured content while preserving critical scientific context, metadata, and domain-specific agricultural knowledge.
|
22 |
+
The corpus covers diverse agricultural topics including crop management, pest control, climate adaptation, and farming systems,
|
23 |
+
with particular emphasis on small-scale producer contexts in low and middle-income countries.
|
24 |
+
This machine-readable dataset is specifically curated to enhance the accuracy and contextual relevance of
|
25 |
+
AI-generated agricultural advisories through Retrieval-Augmented Generation (RAG) frameworks,
|
26 |
+
ensuring that advanced agricultural science can effectively benefit those at the heart of agriculture.
|
27 |
|
28 |
+
### Data Sources and RAG Pipeline
|
29 |
The dataset is sourced from [GARDIAN](https://gardian.bigdata.cgiar.org/),
|
30 |
a comprehensive hub for agri-food data and publications. Utilizing its robust API,
|
31 |
the GAIA-CIGI pipeline has systematically discovered and gathered all open-access reports and publications
|
32 |
+
from the various CGIAR centers. Each document has been converted into a structured, machine-readable format using [GROBID](https://grobid.readthedocs.io/en/latest/Introduction/),
|
33 |
+
a specialized tool for extracting the structure of scientific publications. A complete description of the system architecture can be found [here](https://scio.atlassian.net/wiki/spaces/CiGi/pages/45711361/Pipeline+Architecture)
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
+
### Document Structure
|
36 |
```
|
37 |
{
|
38 |
"metadata": {
|
|
|
70 |
"sieverID":""
|
71 |
}
|
72 |
```
|
|
|
73 |
|
74 |
+
### Property Description
|
75 |
<ol>
|
76 |
<li>"metadata" (object, required): Contains information related to the document's metadata.
|
77 |
<ol>
|
|
|
106 |
<li>"sieverID" (string, required): Internal identifier of the document.</li>
|
107 |
</ol>
|
108 |
|
109 |
+
### Acknowledgement
|
110 |
+
This dataset was developed for the Generative AI for Agriculture (GAIA) project, supported by the Bill and Melinda Gates Foundation, in collaboration between [CGIAR](https://www.cgiar.org/)
|
111 |
+
and [SCiO](https://scio.systems/)
|