RPC-Bench Leaderboard

🌐 Project Page 📖 Paper 🤗 Hugging Face 🧭 ModelScope

How to Submit

  1. Fork this repository.
  2. Create a new branch for your submission.
  3. Add your submission folder under submissions/<organization>__<model>__<input_config>/.
  4. Open a Pull Request with the new submission folder.

Submission Directory Requirements

Each submission directory must contain the metadata and predictions for one model/input configuration pair:

<organization>__<model>__<input_config>/
  metadata.yaml
  predictions.jsonl
  generation_config.json      # optional, recommended
  artifacts/                  # optional logs or prompt notes

Use URL-safe directory names. Replace spaces, slashes, and special characters with hyphens; keep input_config as TEXT or VISUAL.

metadata.yaml

model_name: "My Model"
organization: "My Org"
model_url: https://...        # optional work link: paper, GitHub, model card, etc.
date: "2026-06-17"           # model release date, not submission date
split: test
input_config: TEXT            # TEXT or VISUAL

predictions.jsonl

Each line must be one JSON object:

{
  "id": "paper-id",
  "part_idx": 1,
  "question": "question text",
  "category": "category",
  "gen_answer": "model answer"
}

part_idx is the question index in the current paper's qa_pairs list (1 for the first item). category must match the corresponding item in test.json.

Validation Rules

Your submission will be validated before evaluation. To pass:

  • metadata.yaml must include model_name, organization, date, split, and input_config.
  • model_url is optional.
  • date is the model release date, not the submission date.
  • split must be test.
  • input_config must be TEXT or VISUAL.
  • predictions.jsonl must contain exactly one line for every QA item in test.json.
  • part_idx is the question index in the current paper's qa_pairs list (1 for the first item).
  • id, part_idx, question, and category must exactly match the benchmark item.
  • gen_answer must be a string.
  • For Claim_Verification, gen_answer must be exactly True or False.

Submission Process

  1. Open PR: add your folder under submissions/<organization>__<model>__<input_config>/.
  2. Fix issues: if validation fails, update the PR with corrected files.
  3. Review: once validation passes, a maintainer reviews the submission.
  4. Evaluate: maintainers run the official evaluator in a controlled local environment.
  5. Import: accepted aggregate results are imported to the leaderboard.

Leaderboard

28 entries
RankModelOrganizationInput ConfigConcisenessCorrectnessCompletenessF1-likeInformativenessDate
1GPT-5OpenAITEXT54.9369.1067.3368.2037.462025-8-7
2GPT-5.2OpenAITEXT53.8166.8464.0365.4035.192025-12-11
3GPT-5OpenAIVISUAL61.4758.9055.3457.0735.082025-8-7
4Gemini-2.5-ProGoogleTEXT54.8762.6559.0360.7933.352025-3-25
5Gemini-3-ProGoogleTEXT52.8162.6960.2861.4632.462025-11-18
6DeepSeek-V3.2DeepSeek-AITEXT56.3158.7355.1956.9132.042025-12-1
7GPT-5.2OpenAIVISUAL56.4356.7552.8254.7230.882025-12-11
8DeepSeek-V3.1DeepSeek-AITEXT54.7657.8554.8556.3130.842025-8-21
9GLM-4.6VZ.aiVISUAL64.5547.3243.4345.2929.232025-12-8
10GLM-4.7Z.aiTEXT54.3454.3651.7553.0228.812025-12-22
11GLM-4.5VZ.aiVISUAL59.4448.7943.6246.0627.382025-8-11
12gemini-3-proGoogleVISUAL50.2256.0652.6954.3227.282025-11-18
13GLM-4.5Z.aiTEXT43.4158.9559.5459.2425.722025-7-28
14gemini-2.5-proGoogleVISUAL51.7148.3945.5946.9524.282025-3-25
15Claude-Sonnet-4AnthropicTEXT41.3758.5358.4458.4824.192025-5-23
16Qwen3AlibabaTEXT41.4455.8856.6456.2623.312025-7-21
17Claude-Sonnet-4.5AnthropicTEXT31.0264.3164.9764.6420.052025-9-30
18Claude-Sonnet-4.5AnthropicVISUAL31.9555.3554.4554.8917.542025-9-30
19Claude-Sonnet-4AnthropicVISUAL31.6354.1653.3253.7416.992025-5-23
20HippoRAG2The Ohio State UniversityTEXT45.7733.1327.8830.2813.862025-6-19
21MemoRAGPeking University & Hong Kong Polytechnic UniversityTEXT51.3124.1919.1021.3510.962025-4-9
22VdocRAGNTT Corporation & Tohoku UniversityVISUAL61.5421.1713.8816.7710.322025-4-14
23VisRAGTsinghua University & ModelBest Inc.VISUAL39.9026.2423.6324.879.922025-3-2
24RaptorStanford UniversityTEXT36.4725.2820.8222.848.332024-1-31
25MonkeyHuazhong University of Science and TechnologyVISUAL54.6117.0811.2713.587.412024-8-26
26DocopilotShanghai AI LaboratoryVISUAL39.3118.3117.1217.696.962025-7-19
27Qwen3AlibabaVISUAL22.6420.1720.1420.164.562025-7-21
28DocOwl2AlibabaVISUAL50.1911.756.668.504.272024-9-9