openreview-accepted-venue

Extract acceptance decisions and presentation labels from OpenReview metadata.

2|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Rycen7822/DeepScientist-hermes --skill openreview-accepted-venue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openreview-accepted-venue
Source: https://github.com/Rycen7822/DeepScientist-hermes/tree/main/resources/skills/paper-reliability-verifier/subskills/openreview-accepted-venue
Command: npx skills add https://github.com/Rycen7822/DeepScientist-hermes --skill openreview-accepted-venue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps the paper-reliability-verifier confirm whether a paper submitted to an OpenReview-hosted venue was accepted and what presentation type it carries, enabling accurate local ranking decisions.

Core Features & Use Cases

  • Detects acceptance status using OpenReview metadata (venue IDs, decisions, and replies).
  • Extracts presentation type (oral, poster, spotlight) from final venue labels and decision notes.
  • Supports API 2 workflows and legacy API 1 patterns, with guidance for fallback scenarios.

Quick Start

Provide the paper title and venue ID to verify its acceptance and presentation type via OpenReview.

Frequently Asked Questions about openreview-accepted-venue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an ICLR paper acceptance status using OpenReview metadata?

OpenReview venue detection works by querying API 2 using venueid to retrieve submissions, then parsing decision notes and final venue labels to determine acceptance status and presentation type for downstream verification.

How do I extract presentation type from OpenReview for an accepted paper?

Presentation type is extracted by parsing final venue labels and decision notes from OpenReview metadata, identifying whether an accepted paper carries an oral, poster, or spotlight designation for local ranking decisions.

Does OpenReview venue detection support legacy API 1 patterns for older conferences?

Legacy API 1 patterns are supported through fallback scenarios. The tool primarily applies API 2 queries using venueid to retrieve submissions, then falls back to API 1 patterns for older OpenReview-hosted venues.

What information do I need to provide to check OpenReview acceptance decisions?

You need to provide the paper title and venue ID. This input allows the tool to query OpenReview APIs and return a structured result containing acceptance status, presentation type, venue details, and evidence.

Which conference venues are supported for acceptance decision verification on OpenReview?

Supported venues include ICLR, TMLR, and COLM. The tool identifies and extracts acceptance decisions and presentation labels from OpenReview metadata for papers submitted to these specific research venues.

What is returned after checking an OpenReview venue status and presentation type?

A structured result is returned containing acceptance status, presentation type, venue details, and evidence. This output enables accurate local ranking decisions by downstream paper-reliability-verifiers.