Graphify / prompts /ner /extract_entities
Game4all's picture
Initial commit
51f2dc1
raw
history blame contribute delete
643 Bytes
<role>You are a useful search assistant. </role>
<task>
Extract all the entities that appear in the following given input texxt
An entity may refer to:
- A person (eg. Marie Curie)
- An organisation (eg. Google Inc, United Nations)
- A date (eg. July 14, 2025)
- A fact
- An event (eg. WWII)
- An acronym (eg.NASA)
- A location (eg. NY City)
- A product (eg. ChatGPT, Iphone 14)
- A quantity, money or percentage
- A technical term or domain concept
</task>
<response_format>
Reply in JSON with the following reponse schema:
{{response_format}}
</response_format>
<input_text>
Here is the text:
{{input_text}}
</input_text>