ChatGPT-Prompts / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
c131dd8 verified
|
raw
history blame
6.69 kB
metadata
language:
  - en

🧠 Awesome ChatGPT Prompts - Dataset Repository This repository contains a dataset of curated prompts designed for use with ChatGPT. These prompts cover a wide range of tasks and scenarios, making it easier for developers, researchers, and enthusiasts to experiment with and extend ChatGPT’s capabilities.

📑 Dataset Overview The dataset includes a variety of prompts categorized by the type of role or task that ChatGPT can act out. Each entry in the dataset includes:

Act: The role that ChatGPT will assume (e.g., "An Ethereum Developer", "SEO Expert", "English Translator"). Prompt: The specific task or scenario for ChatGPT to follow while acting in that role. Sample Entries Here’s a quick preview of what the dataset contains:

Act Prompt (Shortened) An Ethereum Developer "Imagine you are an Ethereum developer tasked with creating a smart contract for a blockchain messenger..." SEO Prompt "Using WebPilot, create an outline for an article on 'Best SEO prompts' based on top Google results..." Linux Terminal "I want you to act as a Linux terminal. I will type commands and you will reply with the terminal output..." English Translator and Improver "Act as an English translator, corrector, and improver. Translate my input and improve its quality..." Interviewer "Act as an interviewer. Ask me interview questions for a specific role. Wait for my answers after each..." The full dataset contains many more scenarios across diverse areas like programming, marketing, education, storytelling, and more.

📂 Dataset Structure The dataset is provided in CSV format, where each row corresponds to a unique prompt.

act: Describes the role ChatGPT will take. prompt: A detailed instruction that defines what ChatGPT is expected to do. Example Format: act prompt "Ethereum Developer" "Imagine you are an Ethereum developer tasked with creating a smart contract for..." "SEO Expert" "Using WebPilot, create an outline for a 2000-word article on 'Best SEO prompts' based on top Google results." 🚀 Usage Instructions This dataset can be used to guide interactions with ChatGPT in a controlled or experimental environment. Below are some ways in which the dataset could be utilized:

Research and Development: Explore ChatGPT's abilities in various domains like software development, translation, marketing, and more. Educational Purposes: Use the prompts to simulate educational scenarios, like explaining concepts or practicing interview questions. Automation Testing: Apply the prompts to automate routine tasks like generating code, correcting grammar, or creating outlines for content. How to Use the Dataset: Load the CSV file into your environment (Python, R, or any other data tool). Select prompts based on your needs and feed them to ChatGPT for testing. Optionally, create customized roles and prompts by modifying the existing dataset to fit your particular use case. 🔧 Modifying the Dataset The dataset is licensed under the CC0-1.0 license, meaning you are free to use, modify, and distribute the content without any restrictions.

Feel free to:

Add new prompts to the dataset. Tailor existing prompts for specialized use cases. Share the dataset in projects, research, or educational materials. 🛡️ License This dataset is provided under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication, allowing you to copy, modify, and distribute the work without any restrictions.

Continuing from where we left off, here's the rest of the comprehensive README.md:

🛠️ Contribution Guidelines We welcome contributions to improve and expand this dataset. If you would like to contribute, here’s how you can do so:

Steps to Contribute: Fork the Repository: Start by forking this repository to your GitHub account. Clone the Repository: Clone the forked repository to your local machine. bash Copy code git clone https://github.com/your-username/chatgpt-prompts-dataset.git Create a Branch: Create a new branch to work on your feature or bug fix. bash Copy code git checkout -b feature/your-feature-name Add Your Changes: Edit or add new prompts to the prompts.csv file. Ensure the format remains consistent. Commit Your Changes: Write meaningful commit messages. bash Copy code git commit -m "Added new prompts for role X" Push the Changes: Push your changes to GitHub. bash Copy code git push origin feature/your-feature-name Create a Pull Request: Open a pull request to merge your changes into the main repository. We encourage contributors to follow these guidelines:

Ensure all prompts are clearly written and easily understood. Test new prompts with ChatGPT to ensure they generate accurate responses. If possible, provide examples or test cases that validate the new prompts. 📊 Future Roadmap We plan to expand the dataset by incorporating more prompts for emerging technologies and industries. Some areas we are currently focusing on:

AI and Machine Learning: Prompts that involve generating code, explaining complex models, or solving ML problems. Healthcare: Medical-related prompts for diagnosis assistance, patient queries, and medical knowledge explanation. Legal Assistance: Prompts that simulate legal advice or help with understanding legal documents. Ideas for Future Development: Add multi-turn conversation prompts for dynamic interaction. Create language-specific prompts for non-English users. Expand prompts for industries like finance, marketing, and education. 🤖 Related Projects This dataset can be paired with other resources to further enhance the capabilities of AI models like ChatGPT. Here are some related projects you might find useful:

Awesome ChatGPT Prompts: A comprehensive collection of prompts for various use cases. LangChain: A framework to build custom language model applications. OpenAI API: Use these prompts directly with the OpenAI API to create powerful chatbots or automation tools. 🌟 Acknowledgements Special thanks to the open-source community for their continuous effort in expanding the resources for AI development. We also acknowledge the contributions of developers and enthusiasts who have helped build the current version of this dataset.

🔗 Links and Resources Here are a few helpful resources if you're looking to expand your understanding or make the most of this dataset:

ChatGPT Official Documentation OpenAI API Awesome GPT-3 LangChain 📬 Contact If you have any questions, suggestions, or issues, feel free to open an issue or reach out to the repository maintainers at:

Email: Waqas Hayder GitHub Issues: GitHub Issues Page