Prompt
citations in ai responses
Latest observation
Jul 15, 2026 · OpenAI APIWeb search: off
If you mean how to include citations in AI-generated responses, the key is to make the source of claims explicit and verify them.
Best practices
- Cite the source next to the claim: ideally sentence-level or paragraph-level.
- Use reliable sources: official docs, peer-reviewed papers, reputable news, primary data.
- Distinguish facts from model inference: say when something is an estimate or interpretation.
- Include enough metadata: author, title, date, publication, URL/DOI if available.
- Avoid unsupported claims: if the AI isn’t sure, it should say so rather than invent a citation.
Example
According to the WHO, tobacco use kills more than 8 million people each year (World Health Organization, 2024).
Good citation formats
- APA: (Author, Year)
- MLA: (Author page)
- Chicago: footnotes/endnotes
- Inline web citation: [Source Name, Year]
In AI systems specifically
A strong AI response should:
- Quote or paraphrase accurately
- Link each factual claim to a source
- Use retrieval-based citations when possible
- Avoid fabricated references
If you want, I can also show:
- how to prompt an AI to cite sources properly
- citation styles for AI outputs
- how to detect hallucinated citations