llm-as-judge

Tag

Cards List
#llm-as-judge

@zihengh1: LLM-as-a-judge is now everywhere for automated evaluation. But it can be slow, expensive, and opaque. What if we ask th…

X AI KOLs Timeline · 2026-07-02 Cached

Introduces PAJAMA, a hybrid evaluation system that improves upon the LLM-as-a-judge approach by extracting rubrics and executing them programmatically, pushing the Pareto frontier of speed, cost, and transparency.

0 favorites 0 likes
#llm-as-judge

mamabench and mamaretrieval: Benchmarks for Evaluating Medical Retrieval-Augmented Generation in Maternal, Neonatal, and Reproductive Health

arXiv cs.CL · 2026-06-30 Cached

This paper introduces MamaBench and MamaRetrieval, two benchmarks for evaluating medical retrieval-augmented generation in maternal, neonatal, and reproductive health, addressing gaps in existing QA and retrieval datasets.

0 favorites 0 likes
#llm-as-judge

The Signal-Coverage Matrix: Stratifying Type and Semantic Errors in Statement Autoformalization

arXiv cs.CL · 2026-06-29 Cached

This paper introduces a signal-coverage matrix that decomposes type-correctness gains in autoformalization into four strata, revealing the mechanisms behind LLM refinements and showing that headline metrics can obscure which errors are actually resolved.

0 favorites 0 likes
#llm-as-judge

Necessary but Not Sufficient: Temperature Control and Reproducibility in LLM-as-Judge Safety Evaluations

arXiv cs.LG · 2026-06-26 Cached

This paper investigates the assumption that setting LLM judge temperature to 0 ensures deterministic safety evaluations. It finds that in practice, many harnesses do not set temperature or seed, leading to high variance, and even with temperature=0, non-determinism persists due to provider-level randomness and API changes.

0 favorites 0 likes
#llm-as-judge

How Reliable Is Your Jailbreak Judge? Calibration and Adversarial Robustness of Automated ASR Scoring

arXiv cs.CL · 2026-06-25 Cached

This paper evaluates the reliability of automated judges used to measure attack success rates (ASR) in LLM jailbreak research, finding that both safety classifiers and LLM-as-judges have significant calibration and adversarial robustness issues that undermine reported ASR numbers.

0 favorites 0 likes
#llm-as-judge

AdversaBench: Automated LLM Red-Teaming with Multi-Judge Confirmation and Cross-Model Transferability

arXiv cs.AI · 2026-06-24 Cached

AdversaBench introduces an automated LLM red-teaming pipeline that uses five mutation operators and a three-judge panel with a meta-judge tiebreaker to confirm failures, revealing that attack difficulty varies by category and that adversarial prompts transfer from smaller to larger models.

0 favorites 0 likes
#llm-as-judge

Counsel: A Meta-Evaluation Dataset for Agentic Tasks

Hugging Face Daily Papers · 2026-06-19 Cached

Counsel is the first public dataset of human meta-evaluations of LLM critiques for agentic tasks, designed to improve the calibration and reliability of automated evaluation methods.

0 favorites 0 likes
#llm-as-judge

HistoRAG: Embedding Historical Methodology in Retrieval-Augmented Generation Through Critical Technical Practice

arXiv cs.CL · 2026-06-17 Cached

This paper introduces HistoRAG, a framework that translates historiographical principles (decoupled retrieval/generation, temporal windowing, LLM-as-judge evaluation) into architectural interventions for standard RAG, applied to a corpus of 102,189 Der Spiegel articles to address interpretive rather than factual question-answering needs.

0 favorites 0 likes
#llm-as-judge

LLM-as-Judge in Education: A Curriculum-Grounded Marking Pipeline

arXiv cs.AI · 2026-06-17 Cached

This paper presents a curriculum-grounded LLM-as-Judge pipeline for automated question-level marking in high-stakes exam preparation, using syllabus artefacts and marking guidelines to improve consistency and transparency, with preliminary evaluation showing outcomes comparable to human tutors.

0 favorites 0 likes
#llm-as-judge

How do you actually test an agent harness when half of it is non-deterministic?

Reddit r/AI_Agents · 2026-06-16

A discussion on the challenges of testing AI agent harnesses with non-deterministic components, exploring approaches like golden output diffing and using an LLM as a judge, while questioning the validity of such methods.

0 favorites 0 likes
#llm-as-judge

I want to show you where your agent messes up so I can validate my product

Reddit r/AI_Agents · 2026-06-16

Jugmax is a tool that evaluates AI agents by analyzing their full execution trajectory rather than just final outputs, identifying inefficiencies, errors, and wasted tokens. The founders offer free evaluation for two production agents to validate their product.

0 favorites 0 likes
#llm-as-judge

Who Drifted: the System or the Judge? Anytime-Valid Attribution in LLM Evaluation Pipelines

arXiv cs.AI · 2026-06-16 Cached

Proposes an anytime-valid attribution method that uses a human-labeled anchor set and a betting e-process to distinguish whether score drift in LLM evaluation pipelines comes from the system or the judge, resolving the ambiguity caused by silent judge changes.

0 favorites 0 likes
#llm-as-judge

@Vtrivedy10: there's a very exciting future agent recipe for building intelligence too cheap to meter, applied towards extracting si…

X AI KOLs Following · 2026-06-15 Cached

The post outlines a future agent recipe for building scalable intelligence by fine-tuning efficient, specialized open models to surpass frontier performance on LLM-as-a-judge tasks, and applying this to extract signals from trace data for continual learning. LangChain Labs and FireworksAI release new work demonstrating this approach.

0 favorites 0 likes
#llm-as-judge

Does the Judge Prefer English? Evaluating Language-Switching Invariance in LLM-as-a-Judge

arXiv cs.CL · 2026-06-15 Cached

This paper proposes Judge-LS, a protocol to evaluate whether LLM-as-a-judge models are invariant to language switching between English and Chinese. It finds that switching languages causes 10.7-14.4% preference flips and that judges achieve their highest accuracy in English.

0 favorites 0 likes
#llm-as-judge

The Confident Liar: Diagnosing Multi-Agent Debate with Log-Probabilities and LLM-as-Judge

arXiv cs.CL · 2026-06-10 Cached

This paper studies the relationship between token-level log-probability distributions, LLM-as-judge rubric scores, and final task accuracy in multi-agent debate systems. It finds a consistent four-phase confidence trajectory and role asymmetry between Constructor and Auditor agents.

0 favorites 0 likes
#llm-as-judge

POLARIS: Guiding Small Models to Write Long Stories

arXiv cs.CL · 2026-06-04 Cached

POLARIS is a training recipe using GRPO with LLM-as-judge rewards and human-reference injection to improve long-form story generation in small models. Applied to Qwen3.5-9B, the resulting POLARIS-9B model matches Qwen3.5-27B performance on creative writing benchmarks while better adhering to length instructions.

0 favorites 0 likes
#llm-as-judge

AICompanionBench: Benchmarking LLMs-as-Judges for AI Companion Safety

arXiv cs.AI · 2026-06-04 Cached

AICompanionBench introduces the first publicly available benchmark dataset of 2,123 real-world AI companion conversations annotated across nine safety risk categories, used to evaluate 20 LLMs as safety judges. Results show strong models handle explicit harmful content well but struggle with nuanced risks like manipulation and false positives on benign conversations.

0 favorites 0 likes
#llm-as-judge

The Geometry of LLM-as-Judge: Why Inter-LLM Consensus Is Not Human Alignment

arXiv cs.CL · 2026-06-03 Cached

This paper geometrically analyzes why LLMs acting as judges agree strongly with each other but weakly with humans, finding that inter-LLM consensus reflects a collapsed subspace rather than true human alignment on subjective rubrics. Post-hoc calibration on human data improves alignment, but even calibrated LLMs fall short of human reliability.

0 favorites 0 likes
#llm-as-judge

Short-form Text Rewriting with Phi Silica

arXiv cs.CL · 2026-06-02 Cached

This paper presents an empirical study adapting the small language model Phi Silica for short-form text rewriting through dataset curation, prompt distillation, and parameter-efficient fine-tuning, showing that targeted adaptation significantly improves semantic fidelity and reduces hallucinations.

0 favorites 0 likes
#llm-as-judge

Industrializing Prediction-Powered Inference: The GLIDE Library for Reliable GenAI and Agentic Systems Evaluation

arXiv cs.AI · 2026-06-01 Cached

GLIDE is an open-source Python library that unifies state-of-the-art Prediction-Powered Inference methods for debiased evaluation of generative AI and agentic systems, enabling annotation savings with valid uncertainty estimates.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback