Chain-of-Thought Prompting Elicits Reasoning in Large Language Models, Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc Le, Denny Zhou, 2022arXiv preprintDOI: 10.48550/arXiv.2201.11903 - Introduces Chain-of-Thought (CoT) prompting, a significant technique for guiding large language models through multi-step reasoning tasks by prompting them to generate intermediate reasoning steps.
Prompt Engineering Guide, OpenAI, 2023 (OpenAI) - Official guide from OpenAI providing best practices and techniques for effective prompt engineering, including clear instructions, using delimiters, and assigning roles for structured interactions with LLMs.
Training language models to follow instructions with human feedback, Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L. Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul Christiano, Jan Leike, Ryan Lowe, 2022arXiv preprintDOI: 10.48550/arXiv.2203.02155 - Describes InstructGPT, a foundational work that significantly improved large language models' ability to follow instructions and generate desired output formats, enabling the structured prompting techniques discussed.