Document Q&A with Cited Quotes (RAG)
From Wikiprompt, the free prompt encyclopedia
Document Q&A with Cited Quotes (RAG) A structured RAG prompt for document-based Q&A that requires citing relevant quotes with numbers and answering without direct quoting, using XML tags and a few-shot example.
Prompt ContentSave
🌐
I will give you a document. Next, I will ask a question related to it. First, precisely write down the parts of the document that can help answer the question. Then, use the facts from these quotes to answer the question.
This is the document:
<document> {$DOCUMENT} </document>
This is the question: {$QUESTION}
First, find the quotes most relevant to the question from the file, and print them sorted by number. Make sure the selected quotes are concise and clear.
If there are no directly relevant quotes in the document, write "No relevant quotes".
Next, when answering the question, start with "Answer:". When providing the answer, avoid directly quoting content or text from the document. Do not use expressions like "According to quote [1]". Instead, just add the corresponding quote number at the end of the relevant point to indicate the source of information.
Therefore, your overall answer should match the format and structure shown in the <example></example> tags, strictly following the given format and spacing requirements.
Example:
<example>
<Relevant Quotes>
<Quote> [1] "Company X's revenue in 2021 was $12 million." </Quote>
<Quote> [2] "Nearly 90% of that revenue came from software sales, the remaining 10% from gadget sales." </Quote>
</Relevant Quotes>
<Answer> [1] Company X earned $12 million. [2] Most of that revenue came from software sales.</Answer>
</example>
If the file cannot answer the question, say so.
Answer the question immediately, without preamble.
Sign in to see the full prompt
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
Usage
This prompt is designed for use with research. Copy the prompt content above and paste it into your preferred AI tool.
For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.
References
- Category: research Prompts
- Source: https://x.com/dotey/status/1815264228321673552
Talk
0 comments