paper-with-me

Papers

Prompting a Weighting Mechanism into LLM-as-a-Judge in Two-Step: A Case Study

2025-02-19 · Wenwen Xie, Gray Gwizdz, Dongji Feng

While Large Language Models (LLMs) have emerged as promising tools for evaluating Natural Language Generation (NLG) tasks, their effectiveness is limited by their inability to appropriately weigh the importance of different topics, often overemphasizing minor details while undervaluing critical information, leading to misleading assessments. Our work proposes an efficient prompt design mechanism to address this specific limitation and provide a case study. Through strategic prompt engineering that incorporates explicit importance weighting mechanisms, we enhance using LLM-as-a-Judge ability to prioritize relevant information effectively, as demonstrated by an average improvement of 6% in the Human Alignment Rate (HAR) metric.

📄 PDF Abstract BibTeX arXiv:2502.13396

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt EngineeringText Generation

Similar Papers 제목 키워드 기반

Towards Group Learning: Distributed Weighting of Experts

2022-06-03 · Ben Abramowitz, Nicholas Mattei

Aggregating signals from a collection of noisy sources is a fundamental problem in many domains including crowd-sourcing, multi-agent planning, sensor networks, signal processing, voting, ensemble learning, and federated…

Ensemble LearningFederated Learning

RTLC -- Research, Teach-to-Learn, Critique: A three-stage prompting paradigm inspired by the Feynman Learning Technique that lifts LLM-as-judge accuracy on JudgeBench with no fine-tuning

2026-05-13 · Andrea Morandi arxiv

LLM-as-a-judge is now the default measurement instrument for open-ended generation, but on the public JudgeBench benchmark even strong instruction-tuned judges barely scrape past random on objective-correctness pairwise …

Codifying the Judge: Scalable Evaluation via Program Distillation

2026-05-29 · Tzu-Heng Huang, Shengqi Qiu, Frederic Sala hf

LLM-as-a-judge has become the standard for automated evaluation, but it suffers from high cost, significant latency, and opaque decisions -- limitations that undermine its scalability and reliability. We address these wi…

SPADER: Step-wise Peer Advantage with Diversity-Aware Exploration Rewards for Multi-Answer Question Answering

2026-05-30 · Qiming Shi, Zhaolu Kang, Yunfan Zhou, Di Weng 외 arxiv

Large language models are increasingly deployed as tool-augmented agents to acquire information beyond parametric knowledge. While recent work has improved long-horizon tool-use reasoning, most approaches focus on tasks …

Reinforcement LearningQuestion Answering

ChainLM: Empowering Large Language Models with Improved Chain-of-Thought Prompting

2024-03-21 · Xiaoxue Cheng, Junyi Li, Wayne Xin Zhao, Ji-Rong Wen

Chain-of-Thought (CoT) prompting can enhance the reasoning capabilities of large language models (LLMs), establishing itself as a primary approach to solving complex reasoning tasks. Existing CoT synthesis approaches usu…