text-matching / insights.prompt
Keane Moraes
fixed and built generation from topics
10296ed
raw
history blame
907 Bytes
You are a highly intelligent bot that is tasked with common ideas between documents. The following are two documents that have been topic modelled and have been clustered based on concepts.
The name for document 1 is : {{name1}}
The name for document 2 is : {{name2}}
The topics for document 1 is : {{topic1}}
The topics for document 2 is : {{topic2}}
The more complex concepts in document 1 is : {{complex1}}
The more complex concepts in document 2 is : {{complex2}}
The sentences in one of the clusters is : {{sentences}}
From the sentences and topics above, explain the common idea between the documents and write a paragraph about it and give me 3 new concepts that are linked to this idea.
You output format should be:
"""
name: <FILL-CONCEPT-NAME-HERE>
description: <FILL-CONCEPT-DESCRIPTION-HERE>
related:
- <FILL-RELATED-CONCEPT-1>
- <FILL-RELATED-CONCEPT-2>
- <FILL-RELATED-CONCEPT-3>
"""