paper-with-me

홈 › Papers

PoQ-Judge: A Multi-Architecture Evaluation Framework for Cost-Aware Proof-of-Quality in Decentralized LLM Inference

2026-04-20 · Arther Tian, Alex Ding, Frank Chen, Simon Wu, Aaron Chan arxiv

Decentralized LLM inference networks need lightweight, reference-free quality evaluation for Proof of Quality (PoQ). We present PoQ-Judge, a framework that trains dedicated judge models to score query-output pairs without ground-truth references. We study three architectures across the quality-cost tradeoff: a TextCNN judge, a MiniLM cross-encoder, and a DeBERTa judge. Using two-stage training on UltraFeedback plus GPT-labeled in-domain data, the best model reaches 0.747 Pearson correlation with the ground-truth proxy on a held-out test set, outperforming reference-based evaluators from prior work. As a reference-free component in composite scoring, it achieves 0.645 Pearson correlation, matching the best single reference-based evaluator while removing the need for reference answers. We also show that online calibration identifies semantic quality as the dominant dimension and that cascade evaluation reduces cost by 72.7 percent with only modest quality loss. Results are much stronger on QA than summarization, pointing to proxy quality as the main remaining limitation.

📄 PDF Abstract BibTeX arXiv:2606.11196

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient LLM Safety Evaluation through Multi-Agent Debate

2025-11-09 · Dachuan Lin, Guobin Shen, Zihao Yang, Tianrong Liu 외 arxiv

Safety evaluation of large language models (LLMs) increasingly relies on LLM-as-a-judge pipelines, but strong judges can still be expensive to use at scale. We study whether structured multi-agent debate can improve judg…

Flex-Judge: Think Once, Judge Anywhere

2025-05-24 · Jongwoo Ko, Sungnyun Kim, Sungwoo Cho, Se-Young Yun

Human-generated reward signals are critical for aligning generative models with human preferences, guiding both training and inference-time evaluations. While large language models (LLMs) employed as proxy evaluators, i.…

Multi-Agent-as-Judge: Aligning LLM-Agent-Based Automated Evaluation with Multi-Dimensional Human Evaluation

2025-07-28 · Jiaju Chen, Yuxuan Lu, Xiaojie Wang, Huimin Zeng 외 arxiv

Nearly all human work is collaborative; thus, the evaluation of real-world NLP applications often requires multiple dimensions that align with diverse human perspectives. As real human evaluator resources are often scarc…

PandaGuard: Systematic Evaluation of LLM Safety against Jailbreaking Attacks

2025-05-20 · Guobin Shen, Dongcheng Zhao, Linghao Feng, Xiang He 외

Large language models (LLMs) have achieved remarkable capabilities but remain vulnerable to adversarial prompts known as jailbreaks, which can bypass safety alignment and elicit harmful outputs. Despite growing efforts i…

LLM JailbreakSafety Alignment

A Scoping Review of LLM-as-a-Judge in Healthcare and the MedJUDGE Framework

2026-04-03 · Chenyu Li, Zohaib Akhtar, Mingu Kwak, Yuelyu Ji 외 arxiv

As large language models (LLMs) increasingly generate and process clinical text, scalable evaluation has become critical. LLM-as-a-Judge (LaaJ), which uses LLMs to evaluate model outputs, offers a scalable alternative to…