deepset-ai / prompthub

https://prompthub.deepset.ai
Apache License 2.0
127 stars 15 forks source link

Add more Prompts for multiple NLP downstream tasks #46

Open AbhishekRP2002 opened 1 year ago

AbhishekRP2002 commented 1 year ago

I want to contribute to the project by suggesting/adding Prompts for some more specialized downstream NLP Tasks such as :

  1. Action Item Detection/Identification
  2. Semantic Textual Similarity (STS)
  3. Textual Entailment I have framed the prompts using Few-shot/Zero-Shot Prompting techniques and Zero-Shot Chain-of-Thought, I believe these contributions will be valuable to the community! Please share your reviews on the same! Anticipating your early response 😄 Regards
bilgeyucel commented 1 year ago

Hey @AbhishekRP2002, thank you for the ideas! Can you open a PR for your prompts? 🎈

To contribute, for each prompt, you need to create a YAML file that involves some information such as the prompt, name, description, author etc. Depending on the task, you might need to create a markdown file to provide more information about your prompt and explain how it's used with Haystack. I share an example in the links :)

It would be a good idea to open separate PRs for each prompt so that we can proceed faster. If you have any questions, feel free to reply to this issue or send us a message on discord. Looking forward to your PRs 🥳

AbhishekRP2002 commented 1 year ago

Thank you for the response. I will open a PR for my prompts each individually. 👍🏼