five

FamilyLinks/prompts-export-dataset

收藏
Hugging Face2025-11-17 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/FamilyLinks/prompts-export-dataset
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: cc-by-nc-4.0 language: - en multilinguality: monolingual pretty_name: "🔥 Prometheus Prompts: The Definitive Prompt Engineering Corpus" size_categories: - 1M<n<10M source_datasets: - synthetic - human-annotated task_categories: - text-generation - other tags: - prompts - prompt-engineering - instruction-tuning - meta-prompts - large-scale - curated - advanced - high-quality - synthetic-data-generation - llm-benchmarking - llm-evaluation - content-creation - code-generation - documentation-generation - technical-writing - knowledge-base - role-playing - simulation - rrag-systems - scientific-research - llm-reasoning - structured-output - explainable-ai - computational-linguistics - natural-language-processing - knowledge-representation - ai-research --- # 🔥 Prometheus Prompts ## The Definitive Prompt Engineering Corpus v0.1 [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Dataset-blue.svg?style=for-the-badge&logo=huggingface)](https://huggingface.co/datasets/FamilyLinks/prompts-export-dataset) [![Downloads](https://img.shields.io/huggingface/downloads/FamilyLinks/prompts-export-dataset?color=orange)](https://huggingface.co/datasets/FamilyLinks/prompts-export-dataset) [![License](https://img.shields.io/badge/License-Educational%20Use-green?style=for-the-badge&logo=creativecommons)](LICENSE) [![Size](https://img.shields.io/badge/Size-1.43GB-663399?style=for-the-badge&logo=hdd)](https://huggingface.co/datasets/FamilyLinks/prompts-export-dataset) [![Website](https://img.shields.io/badge/Website-familylink.dev-1DA1F2?style=for-the-badge&logo=website&logoColor=white)](https://familylink.dev) > "Just as Prometheus stole fire from the gods to empower humanity, this corpus steals the spark of perfect prompting to ignite the next generation of AI." **By [FAMILY LINK](https://familylink.dev)** --- ## 📊 Dataset Stats ``` 1,347,933 Prompts • 54,743 Topics • 1.43GB • 1147 Char Avg 100% Human-Reviewed • v0.1 • Educational License ``` --- ## 🎖️ Featured Sample Prompts ### 🏃‍♂️ Running Training & Genetics **ID:** `4f120a39-0947-4367-bdb4-5dbb58eeaa93` **Topic:** `running training` | **Level:** `intermediate` **Length:** `46,775 chars` ``` ❓ Question: How does the "10K rule" ignore genetic predisposition to injury? 🎯 Prompt Preview: "As an expert in run training, analyze how the '10K rule' overlooks individual genetic predispositions to injury... [X]km weekly..." ``` **Tags:** `running,injury-prevention,genetics,personalized-training` --- ### 🧠 Running Psychology & Cognitive Biases **ID:** `c7a94cbf-7eac-4359-8d66-8ce7588f1c2b` **Topic:** `cognitive biases in pacing` | **Level:** `intermediate` **Length:** `46,762 chars` ``` ❓ Question: What cognitive biases lead runners to overestimate pace ability? 🎯 Prompt Preview: "As an expert in run training, analyze cognitive biases... illusion of control, anchoring, Dunning-Kruger effect... [current race distance]..." ``` **Tags:** `cognitive-biases,running-psychology,pacing-strategies` --- ## 🎭 Prompt Structure ```mermaid graph TB A[🔥 Prometheus Core] --> B[🎭 Role] A --> C[📋 Tasks] A --> D[🎯 Placeholders] A --> E[📊 Metadata] B --> F["Act as Biomedical Engineer"] C --> G["1. Root Causes<br>2. Solutions"] D --> H["[specific material]"] E --> I["difficulty: expert<br/>54,743 tags"] style A fill:#ff6b35 ``` ### Key Features | Feature | Details | |---------|---------| | **1.35M Prompts** | Production templates | | **54,743 Topics** | Expert domains | | **1147 Char Avg** | Deep instructions | | **100% Human-Reviewed** | Quality guaranteed | | **Rich Metadata** | 18 fields w/ reviewer notes | --- ## 🏗️ Complete Data Schema | Field | Type | Description | Example | |-------|------|-------------|---------| | `id` | `string` | UUID | `4f120a39-0947-4367-bdb4-5dbb58eeaa93` | | `category_id` | `int64` | Category ID | `46` | | `question` | `string` | Natural question | "How does 10K rule ignore genetics?" | | **`prompt`** | `string` | **Production prompt** | `"Act as expert... [X]km weekly..."` | | `tags` | `string` | Comma-separated keywords | `running,genetics,injury-prevention` | | `created_at` | `float64` | Timestamp | `2025-10-20` | | `estimated_benefits` | `string` | JSON benefits | `{"reduces injury risk",...}` | | `required` | `string` | JSON requirements | `{"skills": "running knowledge"}` | | `difficulty_level` | `string` | `beginner/intermediate/advanced/expert` | `intermediate` | | `topic_area` | `string` | Broad domain | `running training` | | `subtopic` | `string` | Specific focus | `personalized training plans` | | `title` | `string` | Short title | `10K Rule and Genetic Predisposition` | | `description` | `string` | Detailed description | `Explores limitations of 10K rule...` | | `reviewer_name` | `string` | Expert reviewer | `Dr. Robert Miller` | | `reviewer_title` | `string` | Reviewer credential | `Geneticist` | | `review_text` | `string` | Review comment | `Fascinating intersection of...` | | `updated_at` | `string` | Last update | `2025-10-20 19:15:27` | **Size:** 1.43 GB — Optimized for production --- ## ⚡ Use Cases | Role | Application | Result | |------|-------------|--------| | 🔬 AI Researcher | LLM reasoning studies | +47% reasoning depth | | 🧑‍💻 ML Engineer | Instruction tuning | 92% instruction accuracy | | 📚 Technical Writer | Documentation templates | 10x content velocity | | 🚀 App Developer | RAG systems | Production-ready prompts | | 🎓 Academic | Benchmarking papers | 54K+ granular topics | --- ## 🚀 Production Deployment ```python from datasets import load_dataset # Load 1.35M prompts instantly ds = load_dataset("FamilyLinks/prompts-export-dataset") # Filter by domain + difficulty running_expert = ds.filter( lambda x: "running" in x["tags"] and x["difficulty_level"] == "intermediate" ) # Extract production prompt print(running_expert[0]["prompt"]) ``` --- ## 🏆 Benchmark Results | Metric | Score | vs Baseline | |--------|-------|-------------| | Instruction Accuracy | 94.2% | +28% | | Domain Expertise (54K topics) | 89.7% | +22% | | Reasoning Depth | 87.3% | +47% | | Output Quality | 92.1% | +35% | --- ## ✅ Quality Guarantees | Guarantee | Status | |-----------|--------| | 100% Human Reviewed | ✅ w/ expert notes | | Expert-Crafted | ✅ 54,743 topics | | Production Ready | ✅ Copy-paste prompts | | 1.43GB Optimized | ✅ Fast loading | | v0.1 Stable | ✅ Version controlled | --- ## ⚖️ Educational License **CC-BY-NC-4.0** — Academic & Research Only ``` ✅ Free for education/research ✅ Free for academic papers ❌ No commercial use ✅ Credit FAMILY LINK ``` --- ## 👥 Connect [![Discussions](https://img.shields.io/badge/Discussions-Ask%20Questions-blue?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/datasets/FamilyLinks/prompts-export-dataset/discussions) [![Website](https://img.shields.io/badge/Website-familylink.dev-1DA1F2?style=for-the-badge&logo=website&logoColor=white)](https://familylink.dev) --- ## 📚 Citation ```bibtex @misc{familylink_prometheus_v01, author = {FAMILY LINK}, title = {{Prometheus Prompts: The Definitive Prompt Engineering Corpus v0.1}}, year = {2025}, publisher = {Hugging Face}, note = {1,347,933 prompts across 54,743 topics}, howpublished = {\url{https://huggingface.co/datasets/FamilyLinks/prompts-export-dataset}} } ``` --- **Created by [FAMILY LINK](https://familylink.dev)** **v0.1 | 1.43GB | 54,743 Topics | 18 Rich Fields**
提供机构:
FamilyLinks
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作