From b3c6f06c70e3f60b2923ba710bbc13b1501ab882 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Wed, 1 Feb 2023 20:26:53 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f287645..7769b8f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This guide contains a set of papers, learning guides, and tools related to promp - [Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing](https://arxiv.org/abs/2107.13586) (Jul 2021) - Approaches/Techniques: + - [Large Language Models Can Be Easily Distracted by Irrelevant Context](https://arxiv.org/abs/2302.00093) (Feb 2022) - [Synthetic Prompting: Generating Chain-of-Thought Demonstrations for Large Language Models](https://arxiv.org/abs/2302.00618) (Feb 2022) - [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)