From b623968659d3fef240b2f8efe3c495f388246f99 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Sat, 25 Feb 2023 17:39:37 -0600 Subject: [PATCH] paper addition --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6d5a32..a5d18b2 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ The following are the latest papers (sorted by release date) on prompt engineeri - [Synthetic Prompting: Generating Chain-of-Thought Demonstrations for Large Language Models](https://arxiv.org/abs/2302.00618) (Feb 2023) - [Progressive Prompts: Continual Learning for Language Models](https://arxiv.org/abs/2301.12314) (Jan 2023) - [Batch Prompting: Efficient Inference with LLM APIs](https://arxiv.org/abs/2301.08721) (Jan 2023) + - [Demonstrate-Search-Predict: Composing retrieval and language models for knowledge-intensive NLP](https://arxiv.org/abs/2212.14024) (Dec 2022) - [On Second Thought, Let's Not Think Step by Step! Bias and Toxicity in Zero-Shot Reasoning](https://arxiv.org/abs/2212.08061) (Dec 2022) - [Constitutional AI: Harmlessness from AI Feedback](https://arxiv.org/abs/2212.08073) (Dec 2022) - [Successive Prompting for Decomposing Complex Questions](https://arxiv.org/abs/2212.04092) (Dec 2022)