Merge branch 'main' into main

pull/281/head
Mert Aytemiz 10 months ago committed by GitHub
commit 28df2f4735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@ The following are the latest papers (sorted by release date) on prompt engineeri
## Approaches
- [Graph of Thoughts: Solving Elaborate Problems with Large Language Models](https://arxiv.org/abs/2308.09687v2) (August 2023)
- [Skeleton-of-Thought: Large Language Models Can Do Parallel Decoding](https://arxiv.org/abs/2307.15337) (July 2023)
- [Focused Prefix Tuning for Controllable Text Generation](https://arxiv.org/abs/2306.00369) (June 2023)
- [Exploring Lottery Prompts for Pre-trained Language Models](https://arxiv.org/abs/2305.19500) (May 2023)
@ -168,6 +169,18 @@ The following are the latest papers (sorted by release date) on prompt engineeri
## Applications
- [Zero-Resource Hallucination Prevention for Large Language Models](https://arxiv.org/abs/2309.02654) (September 2023)
- [Certifying LLM Safety against Adversarial Prompting](https://arxiv.org/abs/2309.02772) (September 2023)
- [Improving Code Generation by Dynamic Temperature Sampling](https://arxiv.org/abs/2309.02772) (September 2023)
- [Prompting a Large Language Model to Generate Diverse Motivational Messages: A Comparison with Human-Written Messages](https://arxiv.org/abs/2308.13479) (August 2023)
- [Financial News Analytics Using Fine-Tuned Llama 2 GPT Model](https://arxiv.org/abs/2308.13032) (August 2023)
- [A Study on Robustness and Reliability of Large Language Model Code Generation](https://arxiv.org/abs/2308.10335) (August 2023)
- [Large Language Models Vote: Prompting for Rare Disease Identification](https://arxiv.org/abs/2308.12890) (August 2023)
- [WizardMath: Empowering Mathematical Reasoning for Large Language Models via Reinforced Evol-Instruct](https://arxiv.org/abs/2308.09583) (August 2023)
- [Tree-of-Mixed-Thought: Combining Fast and Slow Thinking for Multi-hop Visual Reasoning](https://arxiv.org/abs/2308.09658) (August 2023)
- [Graph of Thoughts: Solving Elaborate Problems with Large Language Models](https://arxiv.org/abs/2308.09687) (August 2023)
- [Red-Teaming Large Language Models using Chain of Utterances for Safety-Alignment](https://arxiv.org/abs/2308.09662) (August 2023)
- [Boosting Logical Reasoning in Large Language Models through a New Framework: The Graph of Thought](https://arxiv.org/abs/2308.08614) (August 2023)
- [You Only Prompt Once: On the Capabilities of Prompt Learning on Large Language Models to Tackle Toxic Content](https://arxiv.org/abs/2308.05596) (August 2023)
- [LLM As DBA](https://arxiv.org/abs/2308.05481) (August 2023)
- [Interpretable Math Word Problem Solution Generation Via Step-by-step Planning](https://arxiv.org/abs/2306.00784) (June 2023)

@ -5,6 +5,7 @@
- [Agenta](https://github.com/Agenta-AI/agenta)
- [AI Test Kitchen](https://aitestkitchen.withgoogle.com)
- [AnySolve](https://www.anysolve.ai)
- [AnythingLLM](https://github.com/Mintplex-Labs/anything-llm)
- [betterprompt](https://github.com/stjordanis/betterprompt)
- [Chainlit](https://github.com/chainlit/chainlit)
- [ChatGPT Prompt Generator](https://huggingface.co/spaces/merve/ChatGPT-prompt-generator)
@ -53,5 +54,6 @@
- [PromptTools](https://github.com/hegelai/prompttools)
- [Scale SpellBook](https://scale.com/spellbook)
- [sharegpt](https://sharegpt.com)
- [SmartGPT](https://getsmartgpt.com)
- [ThoughtSource](https://github.com/OpenBioLink/ThoughtSource)
- [Visual Prompt Builder](https://tools.saxifrage.xyz/prompt)

Loading…
Cancel
Save