Meet JevEmbed: an open-source framework for embedding-based decisions
Turn embeddings into decisions. Choose, score, and judge with your choice of embedding model.
We’ve open-sourced JevEmbed, a Python framework for three structured decision tasks:
🎯 Choice: select from a set of candidates 📊 Score: rate against ordered criteria ✅ Noul: judge whether a statement or question holds
🔧 JevEmbed currently includes configurations for KaLM, Qwen3, and E5 embedding models. You can use it through a Python API, CLI, or optional HTTP server. It also supports local LoRA fine-tuning, so you can adapt an embedding model to your own decision tasks and load the resulting adapter for local inference.
Fine-tuning results
📈 We trained KaLM-Embedding-V2.5 and Qwen3-Embedding-0.6B on the 79,116-example training split of Open-Jev’s release-v2-redistributable subset. We then evaluated them on 3,495 hard-label questions from the same subset’s held-out validation split.