**CoN is not only a prompt template**, but also incorporates a model fine-tuned for note-taking
* https://arxiv.org/abs/2311.09210
* https://cobusgreyling.substack.com/p/chain-of-note-con-retrieval-for-llms
* https://twitter.com/langchainai/status/1725224595341656483
* https://twitter.com/omarsar0/status/1725181141693472959
prompt:
```
Task Description:
1. Read the given question and five Wikipedia passages to gather relevant
information.
2. Write reading notes summarizing the key points from these passages.
3. Discuss the relevance of the given question and Wikipedia passages.
4. If some passages are relevant to the given question, provide a brief
answer based on the passages.
5. If no passage is relevant, direcly
provide answer without considering the passages.
```