anishh15/Awesome-SLM-as-a-Judge

JavaScript

2

0 commits

updated Jun 22, 2026

See the code

README

Awesome SLM-as-a-Judge Banner

Paper Website Stars MIT License

A curated collection of papers, benchmarks, datasets, and resources for the SLM-as-a-Judge paradigm.

📑 60+ Papers • 🧠 15+ Judge Systems • 🏗️ 5 Model Families • 📊 10 Benchmarks • ≤14B Parameters

🌐 Website | 📖 Read Paper | ⭐ Star This Repo


📢 Latest News

DateUpdate
Jun 2026Project website launched: anishh15.github.io/Awesome-SLM-as-a-Judge
Jun 2026Survey paper released: Small Language Models as Judges: A Survey
May 2026Repository launched as companion to our EMNLP 2026 survey submission

🔥 Latest Papers


🌳 Table of Contents


🌟 About This Repository

This repository accompanies our survey paper "Small Language Models as Judges: A Survey", which provides the first comprehensive review of the emerging paradigm where Small Language Models (SLMs), operationally defined as models with ≤14B parameters that can run on a single consumer GPU, serve as automated evaluators.

We organize the rapidly expanding literature around a structured taxonomy spanning five key dimensions:

  1. Background & Motivation: Why SLM judges, formal definitions, and evaluation formalism
  2. Individual SLM Judging: Specialized judges, token budgets, capability thresholds, overthinking, biases, and thinking modes
  3. Multi-Agent Strategies: Ensembles, debate, output optimization, and persona robustness
  4. Benchmarks & Metrics: Meta-evaluation infrastructure, adversarial robustness
  5. Challenges & Future Directions: Open research problems along the verifiability gradient

We will continuously update this repository with the latest papers and resources. If you find this helpful, please ⭐ star the repo!

📬 Missing a paper? Feel free to open an issue or submit a pull request.


📊 Overview

SLM-as-a-Judge Taxonomy

Figure: Taxonomy of the SLM-as-a-Judge survey, organized around five key dimensions: background and motivation, individual SLM judging, multi-agent strategies, benchmarks and metrics, and challenges and future directions.


🔬 Key Insights from the Survey

Our survey identifies five convergent insights with multi-paper evidence:

Scale-Capability Trends Reasoning Token Trends

Left: Scale vs. capability, where fine-tuned 3-8B judges match proprietary models on standard benchmarks. Right: Reasoning tokens help only when they carry new discriminative signal.

Ensemble Composition Trends Verifiability Gradient

Left: Heterogeneous SLM juries decorrelate errors more effectively than scaling a single judge. Right: The verifiability gradient, where SLM judges approach parity in high-verifiability domains but degrade for subjective tasks.

Cost-Quality Frontier

The cost-quality frontier: SLM judges occupy a practical sweet spot for most automated evaluation.


📑 Paper List

1. Foundational LLM-as-a-Judge Work


2. Specialized & Fine-Tuned Judge Models

Training Paradigm Comparison

Figure: Comparison of training paradigms for SLM judge systems.


3. Token Budget, Reasoning Efficiency & Overthinking


4. Ensemble & Panel-Based Methods

Multi-Agent Strategy Taxonomy

Figure: Taxonomy of multi-agent evaluation strategies: ensembles, juries, and debate.


5. Multi-Agent Debate & Deliberation

MAST Failure Taxonomy

Figure: Failure modes in multi-agent debate systems (MAST taxonomy).


6. Persona Effects & Prompt Sensitivity


7. Judge Biases, Preference Leakage & Uncertainty

Bias Heatmap

Figure: Heatmap of structural biases across judge models and evaluation settings.


8. Adversarial Robustness

Defense Heatmap

Figure: Defense strategies against adversarial attacks on LLM judges.


9. Multilingual Evaluation


10. Self-Evolving & Self-Improving Judges


11. Alignment, RLHF & Training Methods

Supervision Paradigms

Figure: Supervision paradigms for training SLM judges.


12. Reasoning & Chain-of-Thought


13. Model Papers

Model Family Heatmap

Figure: Capability heatmap across SLM model families.


📦 Benchmarks & Datasets

Meta-Evaluation Benchmarks

Benchmark Coverage

Figure: Coverage of meta-evaluation benchmarks across evaluation dimensions.

BenchmarkDescriptionPaper
MT-Bench80 multi-turn questions, 8 categories, pairwise + single-scoringZheng et al., 2023
JudgeBench350 challenging response pairs across knowledge, reasoning, math, codingTan et al., 2025
RewardBenchEvaluation of reward models across chat, safety, reasoningLambert et al., 2025
JudgeBoardBenchmarking small language models for reasoning evaluationBi et al., 2026
CodeJudgeBenchBenchmarking LLM-as-a-Judge for coding tasksJiang et al., 2025
ContextualJudgeBenchEvaluating judges in contextual settingsXu et al., 2025

Reasoning & Math Benchmarks (Used as Evaluation Substrates)

BenchmarkDescriptionPaper
GSM8K8.5K grade-school math word problemsCobbe et al., 2021
MATH12.5K competition-level math problems across 7 topicsHendrycks et al., 2021
MMLUMassive Multitask Language Understanding benchmarkHendrycks et al., 2020

Code & Safety Benchmarks

BenchmarkDescriptionPaper
SWE-benchCan language models resolve real-world GitHub issues?Jimenez et al., 2024
LiveCodeBenchHolistic and contamination-free evaluation for codeJain et al., 2025
DecodingTrustComprehensive assessment of trustworthiness in GPT modelsWang et al., 2023
TruthfulQAMeasuring how models mimic human falsehoodsLin et al., 2022

Foundational NLP Evaluation Metrics

MetricDescriptionPaper
BLEUAutomatic evaluation of machine translationPapineni et al., 2002
BERTScoreEvaluating text generation with BERT embeddingsZhang et al., 2019
COMETNeural framework for MT evaluationRei et al., 2020

SurveyFocusYearLinks
A Survey on LLM-as-a-JudgeFormal definitions, reliability, bias in LLM-based evaluation2024[pdf]
From Generation to Judgment: Opportunities and Challenges of LLM-as-a-JudgeTransition from generation to judgment2024[pdf]
Star
LLMs-as-Judges: A Comprehensive Survey on LLM-based Evaluation Methods
Comprehensive review of LLM evaluation methods2024[pdf] [repo]
Star
Efficient Large Language Models: A Survey
Efficiency techniques for large models2023[pdf] [repo]
Small Language Models: Survey, Measurements, and InsightsSLM architectures and deployment2024[pdf]
Stop Overthinking: A Survey on Efficient Reasoning for LLMsEfficient reasoning and overthinking phenomenon2025[pdf]

📖 Citation

If you find this survey and repository useful for your research, please cite our paper:

@article{laddha2026slmjudge,
  title   = {Small Language Models as Judges: A Survey},
  author  = {Anish Laddha and Nitesh Pradhan and Gaurav Srivastava},
  year    = {2026},
  url     = {https://github.com/anishh15/Awesome-SLM-as-a-Judge}
}

🤝 Contributing

We welcome contributions from the community! If you'd like to add a paper, fix a link, or suggest improvements:

  1. Open an Issue: Describe the paper or resource you'd like to add at github.com/anishh15/Awesome-SLM-as-a-Judge/issues.
  2. Submit a Pull Request: Use the following format for new paper entries:
| ![Star](https://img.shields.io/github/stars/ORG/REPO.svg?style=social&label=Star) <br> [**Paper Title**](arxiv_link) | Venue | Year | [[pdf]](link) [[code]](link) |

Please make sure to include:

  • ✅ Correct arXiv or venue link
  • ✅ Code/model links if available
  • ✅ Correct categorization within our taxonomy

📞 Contact & Support


📄 License

MIT License -- see LICENSE for details.


Website Paper GitHub

Made with ❤️ by Anish Laddha, Nitesh Pradhan, and Gaurav Srivastava

anishh15/Awesome-SLM-as-a-Judge

JavaScript

2

0 commits

updated Jun 22, 2026

See the code

README

Awesome SLM-as-a-Judge Banner

Paper Website Stars MIT License

A curated collection of papers, benchmarks, datasets, and resources for the SLM-as-a-Judge paradigm.

📑 60+ Papers • 🧠 15+ Judge Systems • 🏗️ 5 Model Families • 📊 10 Benchmarks • ≤14B Parameters

🌐 Website | 📖 Read Paper | ⭐ Star This Repo


📢 Latest News

DateUpdate
Jun 2026Project website launched: anishh15.github.io/Awesome-SLM-as-a-Judge
Jun 2026Survey paper released: Small Language Models as Judges: A Survey
May 2026Repository launched as companion to our EMNLP 2026 survey submission

🔥 Latest Papers


🌳 Table of Contents


🌟 About This Repository

This repository accompanies our survey paper "Small Language Models as Judges: A Survey", which provides the first comprehensive review of the emerging paradigm where Small Language Models (SLMs), operationally defined as models with ≤14B parameters that can run on a single consumer GPU, serve as automated evaluators.

We organize the rapidly expanding literature around a structured taxonomy spanning five key dimensions:

  1. Background & Motivation: Why SLM judges, formal definitions, and evaluation formalism
  2. Individual SLM Judging: Specialized judges, token budgets, capability thresholds, overthinking, biases, and thinking modes
  3. Multi-Agent Strategies: Ensembles, debate, output optimization, and persona robustness
  4. Benchmarks & Metrics: Meta-evaluation infrastructure, adversarial robustness
  5. Challenges & Future Directions: Open research problems along the verifiability gradient

We will continuously update this repository with the latest papers and resources. If you find this helpful, please ⭐ star the repo!

📬 Missing a paper? Feel free to open an issue or submit a pull request.


📊 Overview

SLM-as-a-Judge Taxonomy

Figure: Taxonomy of the SLM-as-a-Judge survey, organized around five key dimensions: background and motivation, individual SLM judging, multi-agent strategies, benchmarks and metrics, and challenges and future directions.


🔬 Key Insights from the Survey

Our survey identifies five convergent insights with multi-paper evidence:

Scale-Capability Trends Reasoning Token Trends

Left: Scale vs. capability, where fine-tuned 3-8B judges match proprietary models on standard benchmarks. Right: Reasoning tokens help only when they carry new discriminative signal.

Ensemble Composition Trends Verifiability Gradient

Left: Heterogeneous SLM juries decorrelate errors more effectively than scaling a single judge. Right: The verifiability gradient, where SLM judges approach parity in high-verifiability domains but degrade for subjective tasks.

Cost-Quality Frontier

The cost-quality frontier: SLM judges occupy a practical sweet spot for most automated evaluation.


📑 Paper List

1. Foundational LLM-as-a-Judge Work


2. Specialized & Fine-Tuned Judge Models

Training Paradigm Comparison

Figure: Comparison of training paradigms for SLM judge systems.


3. Token Budget, Reasoning Efficiency & Overthinking


4. Ensemble & Panel-Based Methods

Multi-Agent Strategy Taxonomy

Figure: Taxonomy of multi-agent evaluation strategies: ensembles, juries, and debate.


5. Multi-Agent Debate & Deliberation

MAST Failure Taxonomy

Figure: Failure modes in multi-agent debate systems (MAST taxonomy).


6. Persona Effects & Prompt Sensitivity


7. Judge Biases, Preference Leakage & Uncertainty

Bias Heatmap

Figure: Heatmap of structural biases across judge models and evaluation settings.


8. Adversarial Robustness

Defense Heatmap

Figure: Defense strategies against adversarial attacks on LLM judges.


9. Multilingual Evaluation


10. Self-Evolving & Self-Improving Judges


11. Alignment, RLHF & Training Methods

Supervision Paradigms

Figure: Supervision paradigms for training SLM judges.


12. Reasoning & Chain-of-Thought


13. Model Papers

Model Family Heatmap

Figure: Capability heatmap across SLM model families.


📦 Benchmarks & Datasets

Meta-Evaluation Benchmarks

Benchmark Coverage

Figure: Coverage of meta-evaluation benchmarks across evaluation dimensions.

BenchmarkDescriptionPaper
MT-Bench80 multi-turn questions, 8 categories, pairwise + single-scoringZheng et al., 2023
JudgeBench350 challenging response pairs across knowledge, reasoning, math, codingTan et al., 2025
RewardBenchEvaluation of reward models across chat, safety, reasoningLambert et al., 2025
JudgeBoardBenchmarking small language models for reasoning evaluationBi et al., 2026
CodeJudgeBenchBenchmarking LLM-as-a-Judge for coding tasksJiang et al., 2025
ContextualJudgeBenchEvaluating judges in contextual settingsXu et al., 2025

Reasoning & Math Benchmarks (Used as Evaluation Substrates)

BenchmarkDescriptionPaper
GSM8K8.5K grade-school math word problemsCobbe et al., 2021
MATH12.5K competition-level math problems across 7 topicsHendrycks et al., 2021
MMLUMassive Multitask Language Understanding benchmarkHendrycks et al., 2020

Code & Safety Benchmarks

BenchmarkDescriptionPaper
SWE-benchCan language models resolve real-world GitHub issues?Jimenez et al., 2024
LiveCodeBenchHolistic and contamination-free evaluation for codeJain et al., 2025
DecodingTrustComprehensive assessment of trustworthiness in GPT modelsWang et al., 2023
TruthfulQAMeasuring how models mimic human falsehoodsLin et al., 2022

Foundational NLP Evaluation Metrics

MetricDescriptionPaper
BLEUAutomatic evaluation of machine translationPapineni et al., 2002
BERTScoreEvaluating text generation with BERT embeddingsZhang et al., 2019
COMETNeural framework for MT evaluationRei et al., 2020

SurveyFocusYearLinks
A Survey on LLM-as-a-JudgeFormal definitions, reliability, bias in LLM-based evaluation2024[pdf]
From Generation to Judgment: Opportunities and Challenges of LLM-as-a-JudgeTransition from generation to judgment2024[pdf]
Star
LLMs-as-Judges: A Comprehensive Survey on LLM-based Evaluation Methods
Comprehensive review of LLM evaluation methods2024[pdf] [repo]
Star
Efficient Large Language Models: A Survey
Efficiency techniques for large models2023[pdf] [repo]
Small Language Models: Survey, Measurements, and InsightsSLM architectures and deployment2024[pdf]
Stop Overthinking: A Survey on Efficient Reasoning for LLMsEfficient reasoning and overthinking phenomenon2025[pdf]

📖 Citation

If you find this survey and repository useful for your research, please cite our paper:

@article{laddha2026slmjudge,
  title   = {Small Language Models as Judges: A Survey},
  author  = {Anish Laddha and Nitesh Pradhan and Gaurav Srivastava},
  year    = {2026},
  url     = {https://github.com/anishh15/Awesome-SLM-as-a-Judge}
}

🤝 Contributing

We welcome contributions from the community! If you'd like to add a paper, fix a link, or suggest improvements:

  1. Open an Issue: Describe the paper or resource you'd like to add at github.com/anishh15/Awesome-SLM-as-a-Judge/issues.
  2. Submit a Pull Request: Use the following format for new paper entries:
| ![Star](https://img.shields.io/github/stars/ORG/REPO.svg?style=social&label=Star) <br> [**Paper Title**](arxiv_link) | Venue | Year | [[pdf]](link) [[code]](link) |

Please make sure to include:

  • ✅ Correct arXiv or venue link
  • ✅ Code/model links if available
  • ✅ Correct categorization within our taxonomy

📞 Contact & Support


📄 License

MIT License -- see LICENSE for details.


Website Paper GitHub

Made with ❤️ by Anish Laddha, Nitesh Pradhan, and Gaurav Srivastava

Languages

JavaScript

76.2%

CSS

22.0%

HTML

1.8%