paper-with-me

Papers

AutoChecklist: Composable Pipelines for Checklist Generation and Scoring with LLM-as-a-Judge

2026-03-07 · Karen Zhou, Chenhao Tan arxiv

Checklists have emerged as a popular approach for interpretable and fine-grained evaluation, particularly with LLM-as-a-Judge. Beyond evaluation, these structured criteria can serve as signals for model alignment, reinforcement learning, and self-correction. To support these use cases, we present AutoChecklist, an open-source library that unifies checklist-based evaluation into composable pipelines. At its core is a taxonomy of five checklist generation abstractions, each encoding a distinct strategy for deriving evaluation criteria. A modular Generator $\rightarrow$ Refiner $\rightarrow$ Scorer pipeline connects any generator with a unified scorer, and new configurations can be registered via prompt templates alone. The library ships with ten built-in pipelines implementing published approaches and supports multiple LLM providers (OpenAI, OpenRouter, vLLM). Beyond the Python API, the library includes a CLI for off-the-shelf evaluation and a web interface for interactive exploration. Validation experiments confirm that these checklist methods significantly align with human preferences and quality ratings, and a case study on ICLR peer review rebuttals demonstrates flexible domain adaptation. AutoChecklist is publicly available at https://github.com/ChicagoHAI/AutoChecklist.

📄 PDF Abstract BibTeX arXiv:2603.07019

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningDomain Adaptation

Similar Papers 제목 키워드 기반

Are Checklists Really Useful for Automatic Evaluation of Generative Tasks?

2025-08-21 · Momoka Furuhashi, Kouta Nakayama, Takashi Kodama, Saku Sugawara arxiv

Automatic evaluation of generative tasks using large language models faces challenges due to ambiguous criteria. Although automatic checklist generation is a potentially promising approach, its usefulness remains underex…

Check-Eval: A Checklist-based Approach for Evaluating Text Quality

2024-07-19 · Jayr Pereira, Andre Assumpcao, Roberto Lotufo

Evaluating the quality of text generated by large language models (LLMs) remains a significant challenge. Traditional metrics often fail to align well with human judgments, particularly in tasks requiring creativity and …

Semantic Textual SimilarityText Generation

RepoProbe: Benchmarking Architecture-Aware Repository Comprehension with Checklists

2026-08-05 · Yuexi Yang, Alyssa Wu, Ji Luo, Richeng Xuan 외 arxiv

The integration of Large Language Models (LLMs) into software engineering has shifted the focus from function-level generation to repository-scale assistance. However, existing benchmarks largely rely on bug reports from…

Code Generation

TICKing All the Boxes: Generated Checklists Improve LLM Evaluation and Generation

2024-10-04 · Jonathan Cook, Tim Rocktäschel, Jakob Foerster, Dennis Aumiller 외

Given the widespread adoption and usage of Large Language Models (LLMs), it is crucial to have flexible and interpretable evaluations of their instruction-following ability. Preference judgments between model outputs hav…

AllInstruction Following

RAG Without the Lag: Interactive Debugging for Retrieval-Augmented Generation Pipelines

2025-04-18 · Quentin Romero Lauro, Shreya Shankar, Sepanta Zeighami, Aditya Parameswaran

Retrieval-augmented generation (RAG) pipelines have become the de-facto approach for building AI assistants with access to external, domain-specific knowledge. Given a user query, RAG pipelines typically first retrieve (…

Language ModelingLanguage ModellingLarge Language ModelRAG+2