Proposal: Add CAJAL as a Scientific Data Agent
CAJAL is a local LLM agent specialized in scientific paper generation (4B/9B parameters) that bridges data analysis and academic writing.
What it does
- Data → Paper Pipeline: Takes research data, literature context, or experimental results and generates structured academic papers
- Section-Aware Generation: Uses special tokens [ABSTRACT], [INTRO], [METHODS], [RESULTS], [DISCUSSION], [CONCLUSIONS], [REFERENCES] for structured output
- Peer Review Simulation: Scores generated papers (0-10) on Originality, Methodology, Clarity, Impact
- Citation Validation: Verifies all references against arXiv API
- 100% Local: Runs via Ollama/llama.cpp — zero API cost, works offline
Why it fits this list
This list covers Proto-L3 data agents. CAJAL is a specialized agent for the scientific research domain:
- It orchestrates a full pipeline from research context → structured paper
- It validates its own output (citation check + peer review scoring)
- It's open-source and runs locally (8GB VRAM for 4B, 16GB for 9B)
Links
Quick Start
huggingface-cli download Agnuxo/CAJAL-9B-P2PCLAW --local-dir ./cajal
ollama create cajal -f ./cajal/Modelfile
ollama run cajal
MIT licensed.
Proposal: Add CAJAL as a Scientific Data Agent
CAJAL is a local LLM agent specialized in scientific paper generation (4B/9B parameters) that bridges data analysis and academic writing.
What it does
Why it fits this list
This list covers Proto-L3 data agents. CAJAL is a specialized agent for the scientific research domain:
Links
Quick Start
MIT licensed.