We propose a new paradigm to help Large Language Models (LLMs) generate more accurate factual knowledge without retrieving from an external corpus, called RECITation-augmented gEneration (RECITE). Different from retrievalaugmented language models that retrieve relevant documents before generating the outputs, given an input, RECITE first recites one or several relevant passages from LLMs' own memory via sampling, and then produces the final answers. We show that RECITE is a powerful paradigm for knowledge-intensive NLP tasks. Specifically, we show that by utilizing recitation as the intermediate step, a recite-and-answer scheme can achieve new state-of-the-art performance in various closed-book question answering (CBQA) tasks. In experiments, we verify the effectiveness of RECITE on three pre-trained models (PaLM, UL2, and OPT) and three CBQA tasks (Natural Questions, TriviaQA, and HotpotQA). Question: who wrote the song i hate you i love you Answer: Gnash … Question: who wrote the school for good and evil Direct Generation (e.g., PaLM) Answer: Soman Chainani LM Input LM Output Question: who wrote the school for good and evil Retrieval-augmented Generation (e.g., Atlas) Answer: Soman Chainani LM Input LM Output The School for Good and Evil is a fantasy fairytale hexalogy of books by Soman Chainani… Retriever Results Question: who wrote the song i hate you i love you Recitation: "I Hate U, I Love U" (stylized in all lowercase) is a song by American singer and rapper Gnash featuring American singer Olivia O'Brien. Answer: Gnash … Question: who wrote the school for good and evil Recitation-augmented Generation (ours) Recitation: The School for Good and Evil was first published on May 14, 2013 by Soman Chainani… Answer: Soman Chainani LM Input LM Output * Work done during internship at Google.