jxzhangjhu/Awesome-LLM-Prompt-Optimization
Awesome-LLM-Prompt-Optimization: a curated list of advanced prompt optimization and tuning methods in Large Language Models
This resource helps researchers and practitioners in AI understand and apply advanced techniques for optimizing the performance of Large Language Models (LLMs). It compiles a list of academic papers focusing on how to refine and improve the text prompts given to LLMs. The input is a challenge with an LLM's output, and the output is a collection of methods to make those LLMs perform better at specific tasks.
403 stars. No commits in the last 6 months.
Use this if you are an AI researcher or a developer working with LLMs and want to find academic literature on how to improve their accuracy, relevance, or efficiency through prompt engineering and optimization.
Not ideal if you are looking for ready-to-use software tools or tutorials for basic prompt engineering, as this resource focuses on research papers rather than practical implementation guides for non-developers.
Stars
403
Forks
20
Language
—
License
—
Category
Last pushed
Mar 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/jxzhangjhu/Awesome-LLM-Prompt-Optimization"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
meta-prompting/meta-prompting
Official implementation of Meta Prompting for AI Systems (https://arxiv.org/abs/2311.11482)
auniquesun/Point-PRC
[NeurIPS 2024] Official implementation of the paper "Point-PRC: A Prompt Learning Based...
slashrebootofficial/simulated-metacognition-in-open-source-llms
This repository archives artifacts (prompts, configs, logs, and scripts) from a series of...
UKPLab/emnlp2024-code-prompting
Code Prompting Elicits Conditional Reasoning Abilities in Text+Code LLMs. EMNLP 2024
egmaminta/GEPA-Lite
A lightweight implementation of the GEPA (Genetic-Pareto) prompt optimization method for large...