acl-anthology-accepted-venue

Extract venue details from ACL Anthology metadata by DOI or title.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find ACL Anthology metadata for a given paper by DOI or title and extract its venue details.

Core Features & Use Cases

  • Locate and fetch official ACL Anthology metadata for NLP/CL papers by DOI, title, or year.
  • Extract venue information (venue name, acronym, year, volume) and return a structured accepted_publication object for ranking.
  • Use local ranking data to support downstream venue scoring and comparisons.

Quick Start

Provide the paper's DOI or title (and year if known) to locate the ACL Anthology entry and retrieve its venue metadata.

Frequently Asked Questions about acl-anthology-accepted-venue

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

FAQPage Schema
How do I find the conference venue for an NLP paper from the ACL Anthology?

You can locate ACL Anthology venue metadata by providing the paper's DOI, title, or year. The system searches the data repository to extract venue name, acronym, and volume into a structured object.

Can I retrieve ACL Anthology paper metadata using only a title?

Yes, you can retrieve ACL Anthology metadata using only a title. Providing the publication year alongside the title improves accuracy when searching the data repository for the correct paper.

What is an accepted_publication object for venue detection?

An accepted_publication object is the structured output containing extracted ACL Anthology venue information, source references, and links. It supports integration with local ranking data for downstream venue scoring.

Does this venue detection method work for papers not indexed in the ACL Anthology?

No, this venue detection method applies exclusively to NLP and computational linguistics papers indexed in the ACL Anthology. It requires entries to exist in the acl-anthology data repo to extract metadata.

How do I use local ranking data with extracted ACL Anthology venue information?

You integrate local ranking data with the accepted_publication compatible object returned by the extraction. This combination supports downstream venue scoring and comparisons for the retrieved NLP papers.