| slug | hugging_face_paper_publisher |
| name | Hugging Face Paper Publisher |
| summary | Publish and manage research papers on Hugging Face Hub with model and dataset linking |
| description | This skill enables publishing and managing research papers on the Hugging Face Hub. It supports creating paper pages, linking papers to models and datasets, claiming authorship, and managing paper metadata. The skill helps researchers share their work with the ML community and integrate papers with reproducible code and models. |
| version | 0.1.0 |
| tags | ["research","publishing","Hugging Face","academic","papers","models","datasets"] |
| triggers | ["publish paper","research paper","hugging face hub","academic publishing","paper management","authorship","citation"] |
| priority | default |
| assets | [] |
| recommended_tools | ["run_command","write_file","read_file","tavily_search","search_code"] |
Hugging Face Paper Publisher Skill
Overview
This skill helps you publish and manage research papers on the Hugging Face Hub, enabling seamless integration with models, datasets, and reproducible research.
Core Capabilities
1. Paper Creation and Publishing
- Create new paper pages on Hugging Face Hub
- Format paper content with proper markdown structure
- Add paper metadata (title, authors, abstract, keywords)
- Upload PDF versions and supplementary materials
- Set paper visibility (public/private)
2. Model and Dataset Integration
- Link papers to associated models on the Hub
- Connect papers with relevant datasets
- Create reproducible research workflows
- Add code snippets and implementation details
- Set up automatic model card generation
3. Authorship and Attribution
- Claim and verify authorship
- Manage contributor lists and affiliations
- Add ORCID integration for author identification
- Handle citation and reference management
- Update author information over time
4. Paper Management
- Update existing papers with new versions
- Add errata and corrections
- Manage paper discussions and community feedback
- Track paper metrics and usage statistics
- Handle paper withdrawal or retraction
Usage Instructions
Publishing a New Paper
- Prepare your paper content in markdown format
- Gather paper metadata (title, authors, abstract, etc.)
- Create a new paper repository on Hugging Face Hub
- Upload PDF and supplementary materials
- Link associated models and datasets
- Set appropriate visibility and licensing
Linking Models and Datasets
- Identify relevant models and datasets on the Hub
- Create proper linking in paper metadata
- Add reproducible code snippets
- Set up automatic model card references
- Ensure version compatibility
Managing Authorship
- Add all contributors with proper attribution
- Include institutional affiliations
- Add ORCID IDs for author verification
- Update author information as needed
- Handle author order and contributions
Dependencies
- huggingface_hub
- datasets (for dataset integration)
- transformers (for model integration)
- PyPDF2 or pdfplumber (for PDF processing)
- python-markdown (for markdown processing)
- requests (for API interactions)
Best Practices
- Use clear, descriptive titles and abstracts
- Include proper citations and references
- Provide reproducible code when possible
- Link to all relevant models and datasets
- Use appropriate open-source licenses
- Keep paper information up to date
- Engage with community feedback and discussions
Integration Notes
- Works seamlessly with Hugging Face Hub API
- Supports integration with GitHub for code linking
- Compatible with various citation formats (APA, MLA, IEEE)
- Can be used with manuscript preparation tools
- Supports automated paper updates from version control
Paper Structure Template
# Paper Title
## Abstract
[Brief summary of the paper]
## Authors
- [Author Name](https://huggingface.co/author-username) - Institution
## Paper Content
[Full paper content in markdown format]
## Models Used
- [Model Name](https://huggingface.co/model-repo) - Description
## Datasets
- [Dataset Name](https://huggingface.co/dataset-repo) - Description
## Code Repository
[Link to GitHub or other code repository]
## Citation
```bibtex
@paper{citation-key,
title={Paper Title},
author={Author Names},
year={Year},
journal={Journal/Conference}
}