๐Ÿ“š
QualityPython

Reference Hallucination Arena

by agentscope-ai

Reference Hallucination Arena is a Quality skill for Claude Code, published by agentscope-ai in OpenJudge.

797 stars64 forkson agentscope-ai/OpenJudgeAdded 2026/08/23+1% in starsRepository updated 2026/08/03
agentagent-skillsai-agentalignmentevaluationgraderllmrewardreward-modelrlhfskill-mdskills
Install in seconds
Install Reference Hallucination Arena
Copy Reference Hallucination Arena into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/agentscope-ai/OpenJudge/tree/main/skills/ref-hallucination-arena ~/.claude/skills/ref-hallucination-arena

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/agentscope-ai/OpenJudge.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/ref-hallucination-arena/SKILL.md in agentscope-ai/OpenJudge
Installs to
~/.claude/skills/ref-hallucination-arena
Collection
One of 18 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Reference Hallucination Arena does

Reference Hallucination Arena evaluates LLMs on recommending real academic papers by checking cited references against Crossref, PubMed, arXiv, and DBLP. Use it to benchmark citation accuracy, hallucination rate, and year/field constraints, including tool-augmented search mode.

Reference Hallucination Arena is cataloged under Quality on DirSkills. Reference Hallucination Arena comes from a repository tagged agent, agent-skills, ai-agent, alignment and evaluation.

Documentation

README

Reference Hallucination Arena Skill

Evaluate how accurately LLMs recommend real academic references using the OpenJudge RefArenaPipeline:

  1. Load queries โ€” from JSON/JSONL dataset
  2. Collect responses โ€” BibTeX-formatted references from target models
  3. Extract references โ€” parse BibTeX entries from model output
  4. Verify references โ€” cross-check against Crossref / PubMed / arXiv / DBLP
  5. Score & rank โ€” compute verification rate, per-field accuracy, discipline breakdown
  6. Generate report โ€” Markdown report + visualization charts

Prerequisites

# Install OpenJudge
pip install py-openjudge

# Extra dependency for ref_hallucination_arena (chart generation)
pip install matplotlib

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Reference Hallucination Arena

  • What else does agentscope-ai publish alongside Reference Hallucination Arena?

    Reference Hallucination Arena is one of 18 skills that DirSkills catalogs from agentscope-ai/OpenJudge, the repository it ships in. Its siblings there include Align Human, Auto Arena and BibTeX Verification. Each one is a separate skill with its own page in this directory, installs the same way Reference Hallucination Arena does, and is maintained by agentscope-ai in that same repository. The rest of the collection is listed on the agentscope-ai/OpenJudge page.

  • How does Reference Hallucination Arena compare to other Quality skills?

    Reference Hallucination Arena ranks #977 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Reference Hallucination Arena against them. Open each page to compare what they document and how they install.

More from agentscope-ai/OpenJudge

Reference Hallucination Arena is one of 18 skills cataloged on DirSkills from agentscope-ai/OpenJudge.

See all 18 skills โ†’
โš–๏ธ
1w ago

Align Human

Align Human measures how well an automatic judge agrees with human labels, including TPR/TNR, kappa, AC1, and bias checks. Use it to validate a grader, find disagreement patterns, and decide how much human review can be reduced.
AI Engineering
79764
๐ŸŸ๏ธ
1w ago

Auto Arena

Auto Arena automatically generates test queries, collects responses, and runs pairwise judging to compare multiple models or agents on a custom task. Use it to benchmark endpoints, resume evaluations, add endpoints incrementally, or swap the judge model.
AI Engineering
79764
๐Ÿ“š
1w ago

BibTeX Verification

BibTeX Verification checks each .bib entry against CrossRef, arXiv, and DBLP to find fake or mis-cited references. Use it to audit bibliography files and report entries as verified, suspect, or not found.
Quality
79764
๐Ÿงช
1w ago

Bootstrap

Bootstrap helps you create a first evaluation when you have no labels, no traces, and no criteria yet. It generates a v0 grader, synthetic test inputs, and a roadmap for collecting human labels and calibrating the evaluator.
AI Engineering
79764
๐Ÿ•ต๏ธ
1w ago

Claude Authenticity

Claude Authenticity checks whether an API endpoint is backed by genuine Claude using weighted rule-based signals. Use it to audit Claude API keys, third-party providers, and optionally extract an injected system prompt.
AI Engineering
79764
๐Ÿงช
1w ago

Eval Design

Eval Design helps create stratified evaluation datasets, adversarial test cases, and labeling guides from traces, specs, or interviews. It outputs OpenJudge-compatible datasets for GradingRunner.
AI Engineering
79764