keminglu commited on
Commit
2af0c9b
·
1 Parent(s): 45f49e9

Create description

Browse files
Files changed (1) hide show
  1. description +29 -0
description ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ We currently support 5 instruction categories. Here are some examples:
2
+
3
+ - Default:
4
+
5
+ 1. Retrieve entities in the text.
6
+ 2. Identify the entities from the given data.
7
+ 3. Identify the entities and extract them.
8
+
9
+ - Number:
10
+
11
+ 1. Fetch {number} entities.
12
+ 2. Please extract {number} entities from the context.
13
+
14
+ - Type:
15
+
16
+ 1. Please identify the entities falling under the following categories {types}.
17
+ 2. Identify entities belonging to the types {types}.
18
+
19
+ - Description:
20
+
21
+ 1. Please identify entities with following descriptions: {descriptions}
22
+
23
+ - Priority:
24
+
25
+ 1. Could you extract the most important {number} entities.
26
+
27
+ Welcome to try other instructions and even cross instructions though they sometimes do not work.
28
+
29
+ It seems type titles in the type instruction need to be capitalized.