the parquet (what load_dataset serves) is canonical β 2,015 rows at 50.3%, the verified split that annotations/REPORT.md describes. The root JSONLs are an earlier, pre-verification generation; they're now moved to legacy/ to avoid confustion. The usage snippet tag is fixed too. Thanks for noticing :)
Adam Kovacs PRO
adaamko
AI & ML interests
Explainable AI, rule-based models, hallucination detection, fact-checking LLMs
Recent Activity
upvoted an article about 20 hours ago
Lattice: an 8 MB static retriever that embeds Wikipedia in 7 minutes updated a dataset about 20 hours ago
KRLabsOrg/lettucedetect-code-hallucination repliedto their post 2 days ago
π₯¬ LettuceDetect v2 β span-level hallucination detection for code, tool output, and structured documents.
Hallucination detectors are trained on document QA, but agents ground their answers in source code, tool output and markdown. On code-agent answers, existing detectors reach 0.17 span-F1 and even 550B zero-shot judges at most 0.22.
We built a unified span-level benchmark β 74,285 newly constructed examples (145K+ with RAGTruth and 14-language PsiloQA folded in), every span typed and character-labeled β and trained two detectors on it:
π€ https://huggingface.co/KRLabsOrg/lettucedect-v2-qwen-2b β generative, typed spans + explanations in one pass, 32K context, **0.689 span-F1** (0.60 on code-agent)
β‘ https://huggingface.co/KRLabsOrg/lettucedect-v2-mmbert-base β 307M multilingual encoder for high-throughput setups
π·οΈ https://huggingface.co/KRLabsOrg/lettucedect-v2-taxonomy-head β types the spans of any binary detector
It also reaches the best reported English PsiloQA IoU (0.724) and 81.8 RAGTruth example-F1, so specializing on code didn't cost general RAG performance.
π Dataset: https://huggingface.co/datasets/KRLabsOrg/lettucedetect-code-hallucination
π Paper: https://arxiv.org/abs/2607.00895
The models are now integrated natively into vLLM Semantic Router β joint blog post on how it works: https://vllm-sr.ai/blog/lettucedetect-v2-generative-hallucination-detection