huggingface-paper-publisher

Index arXiv papers and publish linked research articles on Hugging Face Hub.

Updated Dec 17, 2024
One-click install
npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill huggingface-paper-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-paper-publisher
Source: https://github.com/LAF-US/IDAHO-VAULT/tree/main/.codex/plugins/cache/openai-curated/hugging-face/314574a046f21938025ae443f9c6dbbd0c2c9b7a/skills/paper-publisher
Command: npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill huggingface-paper-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires huggingface_hub, pyyaml, requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Researchers face manual, fragmented workflows to publish and attribute papers across arXiv and Hugging Face Hub, making discovery and provenance harder than it needs to be.

Core Features & Use Cases

  • Index papers from arXiv to Hugging Face Paper Pages to centralize discovery and attribution.
  • Link papers to models, datasets, and Spaces and claim authorship to ensure proper credit across repositories.
  • Generate publication-ready markdown research articles from templates and automatically attach metadata and citations to READMEs.

Quick Start

Index a paper from arXiv and link it to your Hugging Face repository to publish and attribute the work.

Frequently Asked Questions about huggingface-paper-publisher

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

FAQPage Schema
How do I index a paper from arXiv to Hugging Face Hub?

To index a paper from arXiv to Hugging Face Hub, run the included Python scripts with HF token authentication to centralize discovery and attribution. This retrieves the paper's metadata and creates a corresponding Paper Page for your repository.

Can I link my Hugging Face models and datasets to a specific arXiv paper?

Yes, you can link models, datasets, and Spaces to an arXiv paper on Hugging Face Hub. The Skill manages these metadata associations so you can claim authorship and ensure proper credit across all linked repositories.

Do I need a Hugging Face token to publish markdown research articles?

Yes, HF token authentication is required to publish markdown research articles and manage citations. The scripts use the token to securely update README files and attach publication-ready metadata to your Hugging Face repositories.

What is the best way to generate publication-ready markdown from arXiv papers?

The best way to generate publication-ready markdown from arXiv papers is using the provided markdown templates. The Skill automatically formats your research article and attaches necessary metadata and citations directly to the README.

Does this workflow support automatic citation updates for Hugging Face repositories?

Yes, the workflow supports automatic citation updates for Hugging Face repositories. It generates markdown articles from templates and automatically attaches metadata and citations to README updates during the indexing and publishing process.

Why use Python scripts to manage paper attribution instead of manual Hugging Face Hub uploads?

Using Python scripts automates the fragmented manual workflows of publishing and attributing papers across arXiv and Hugging Face Hub. This ensures centralized discovery, accurate provenance, and consistent metadata management without manual README edits.