Spaces:
Sleeping
Sleeping
Commit Β·
cdfe190
1
Parent(s): 0198d9a
Add Spodoptera frugiperda examples for paper supplementary
Browse files- Switch example runner to fall armyworm (India + USA regions)
- Add generated example results JSON
- Update README with new example entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- README.md +1 -0
- app.py +4 -2
- examples-work-out/example_results_20260302_102648.json +20 -0
- vector-databases-deployed/db5-agllm-data-isu-field-insects-all-species/27ac9297-abc2-406e-8919-7670a60055f1/length.bin +1 -1
- vector-databases-deployed/db5-agllm-data-isu-field-insects-all-species/chroma.sqlite3 +1 -1
README.md
CHANGED
|
@@ -66,6 +66,7 @@ OPENROUTER_API_KEY=... # optional, for Llama/Gemini
|
|
| 66 |
β βββ generate_latex.py # JSON β LaTeX converter for paper examples
|
| 67 |
β βββ example_results_*.json # Generated example outputs
|
| 68 |
β βββ example_results_20260301_191932.json # Striga asiatica (Africa + USA) β used in paper supplementary
|
|
|
|
| 69 |
β βββ species-verification.md # Example vignettes motivation (flow is approximate, not exact)
|
| 70 |
β
|
| 71 |
βββ writing/
|
|
|
|
| 66 |
β βββ generate_latex.py # JSON β LaTeX converter for paper examples
|
| 67 |
β βββ example_results_*.json # Generated example outputs
|
| 68 |
β βββ example_results_20260301_191932.json # Striga asiatica (Africa + USA) β used in paper supplementary
|
| 69 |
+
β βββ example_results_20260302_102648.json # Spodoptera frugiperda (India + USA) β used in paper supplementary
|
| 70 |
β βββ species-verification.md # Example vignettes motivation (flow is approximate, not exact)
|
| 71 |
β
|
| 72 |
βββ writing/
|
app.py
CHANGED
|
@@ -672,8 +672,10 @@ def run_examples():
|
|
| 672 |
from datetime import datetime
|
| 673 |
|
| 674 |
examples = [
|
| 675 |
-
{"species": "Striga asiatica", "region": "Africa", "model": "Llama-3 70B", "mode": "Researcher", "question": "What is the most effective way to manage Striga in my maize field?"},
|
| 676 |
-
{"species": "Striga asiatica", "region": "USA", "model": "Llama-3 70B", "mode": "Researcher", "question": "What is the most effective way to manage Striga in my maize field?"},
|
|
|
|
|
|
|
| 677 |
]
|
| 678 |
|
| 679 |
results = []
|
|
|
|
| 672 |
from datetime import datetime
|
| 673 |
|
| 674 |
examples = [
|
| 675 |
+
# {"species": "Striga asiatica", "region": "Africa", "model": "Llama-3 70B", "mode": "Researcher", "question": "What is the most effective way to manage Striga in my maize field?"},
|
| 676 |
+
# {"species": "Striga asiatica", "region": "USA", "model": "Llama-3 70B", "mode": "Researcher", "question": "What is the most effective way to manage Striga in my maize field?"},
|
| 677 |
+
{"species": "Spodoptera frugiperda", "region": "India", "model": "Llama-3 70B", "mode": "Researcher", "question": "What are the recommended IPM strategies for managing fall armyworm in my corn field?"},
|
| 678 |
+
{"species": "Spodoptera frugiperda", "region": "USA", "model": "Llama-3 70B", "mode": "Researcher", "question": "What are the recommended IPM strategies for managing fall armyworm in my corn field?"},
|
| 679 |
]
|
| 680 |
|
| 681 |
results = []
|
examples-work-out/example_results_20260302_102648.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"species": "Spodoptera frugiperda",
|
| 4 |
+
"region": "India",
|
| 5 |
+
"model": "Llama-3 70B",
|
| 6 |
+
"mode": "Researcher",
|
| 7 |
+
"question": "What are the recommended IPM strategies for managing fall armyworm in my corn field?",
|
| 8 |
+
"availability": "**Common Name:** Fall Armyworm\n\nInformation for **Spodoptera frugiperda** is available in region(s): **India, Midwest USA, USA**.",
|
| 9 |
+
"answer": "Based on the provided context, here are the recommended IPM strategies for managing fall armyworm in your corn field in India:\n\n**From India:**\n\n1. **Cultural Control:** Implement crop rotation, intercropping, and planting shortly after major rainstorms to reduce pest incidence.\n2. **Monitoring:** Use pheromone traps (8 traps/40 lures per acre) for early detection and adult population monitoring, applied based on Economic Threshold Level (ETL).\n3. **Biological Control:** Apply Metarhizium anisopliae (entomopathogenic fungus) at 1 kg/acre.\n4. **Botanical/Biorational:** Use azadirachtin 1500 ppm (neem-based) at 1 L/acre.\n5. **Chemical Control (need-based):** Apply emamectin benzoate 5% SG at 100 g/acre, based on ETL, noting that resistance has developed to older insecticides like cypermethrin and lambda-cyhalothrin.\n\n**From other regions:**\n\n**From USA:**\n\n1. **Cultural Control/Management Practices:** Rotate crops to disrupt the lifecycle of the pest, adjust planting dates to avoid peak periods of armyworm activity, and maintain field sanitation by removing crop residues and weeds that can serve as hosts. Additionally, consider using trap crops to attract and manage populations away from main crops.\n2. **Monitoring and Scouting:** Monitoring and scouting are essential to detect early infestations and apply controls effectively. Use pheromone traps to monitor adult moth populations and predict larval outbreaks.\n\n**General Knowledge:**\n\nIt is essential to adopt an Integrated Pest Management (IPM) approach, combining cultural, biological, and chemical controls to manage fall armyworm effectively. Regular monitoring and scouting will help in early detection and timely application of controls.\n\nPlease note that the recommended IPM strategies may vary depending on the specific region, climate, and"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"species": "Spodoptera frugiperda",
|
| 13 |
+
"region": "USA",
|
| 14 |
+
"model": "Llama-3 70B",
|
| 15 |
+
"mode": "Researcher",
|
| 16 |
+
"question": "What are the recommended IPM strategies for managing fall armyworm in my corn field?",
|
| 17 |
+
"availability": "**Common Name:** Fall Armyworm\n\nInformation for **Spodoptera frugiperda** is available in region(s): **India, Midwest USA, USA**.",
|
| 18 |
+
"answer": "Based on the provided context, here are the recommended IPM strategies for managing fall armyworm in your corn field in the USA:\n\n**From USA:**\n\n1. **Cultural Control/Management Practices**:\n\t* **Crop Rotation**: Rotate crops to disrupt the lifecycle of the pest.\n\t* **Planting Date Adjustment**: Alter planting dates to avoid peak periods of armyworm activity.\n\t* **Field Sanitation**: Remove crop residues and weeds that can serve as hosts.\n\t* **Trap Crops**: Use trap crops to attract and manage populations away from main crops.\n2. **Monitoring and Scouting**: Monitor and scout your fields regularly to detect early infestations and apply controls effectively. Use pheromone traps to monitor adult moth populations and predict larval outbreaks.\n\n**From Midwest USA:**\n\n1. **Scouting Tips**: Begin scouting in mid-June for corn, and continue until silks dry. Check whorls for larvae prior to tasseling in corn.\n\n**From India:**\n\n1. **Biological Control**: Application of Metarhizium anisopliae (entomopathogenic fungus) at 1 kg/acre has been shown to be effective in managing fall armyworm populations.\n\n**General Knowledge:**\n\nIt is essential to employ an Integrated Pest Management (IPM) strategy that combines cultural, biological, and chemical controls to manage fall armyworm populations effectively. This may involve using a combination of the above-mentioned methods, as well as other control options, such as biological control agents like parasitoids or predators, and chemical control methods like insecticides.\n\nPlease note that the specific IPM strategy may vary depending on the specific conditions of your corn field, such as the level of infestation, crop stage, and environmental factors. It is recommended to consult with local experts and conduct further research to develop a tailored IPM plan for your specific situation."
|
| 19 |
+
}
|
| 20 |
+
]
|
vector-databases-deployed/db5-agllm-data-isu-field-insects-all-species/27ac9297-abc2-406e-8919-7670a60055f1/length.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 40000
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bb9e60f9d3b2f5f6a730ae39372f43f54d173ad0cfb5e463b21ab0794b67883
|
| 3 |
size 40000
|
vector-databases-deployed/db5-agllm-data-isu-field-insects-all-species/chroma.sqlite3
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 10715136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61d8f6141f09d3335edbde43ae25cdd9763b4328ae01daac0f4195563188d2fe
|
| 3 |
size 10715136
|