From 7bb8d74e60944478934e3afe63c3f58330be7178 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Mon, 23 Jan 2023 20:17:34 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f89682..c1d4860 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ This guide contains a set of papers, learning guides, and tools related to promp - [BERTese: Learning to Speak to BERT](https://aclanthology.org/2021.eacl-main.316/) - [Fantastically Ordered Prompts and Where to Find Them: Overcoming Few-Shot Prompt Order Sensitivity](https://arxiv.org/abs/2104.08786) - [Large Language Models are Zero-Shot Reasoners](https://arxiv.org/abs/2205.11916) + - [Decomposed Prompting: A Modular Approach for Solving Complex Tasks](https://arxiv.org/abs/2210.02406) + - [Successive Prompting for Decomposing Complex Questions](https://arxiv.org/abs/2212.04092) - [Language Models are Few-Shot Learners](https://arxiv.org/abs/2005.14165) - [Show Your Work: Scratchpads for Intermediate Computation with Language Models](https://arxiv.org/abs/2112.00114) - [Structured Prompting: Scaling In-Context Learning to 1,000 Examples](https://arxiv.org/abs/2212.06713)