File size: 643 Bytes
51f2dc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<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>