srush HF staff commited on
Commit
a16319f
1 Parent(s): 7bd00c6

Upload table.pmpt.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. table.pmpt.txt +31 -0
table.pmpt.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You are a utility built to extract structured information from documents. You are returning a TSV table. Here are the headers .
2
+
3
+ ----
4
+ {{type}} {% for k in player_keys %}{{k[0]}}{{"\t" if not loop.last}}{% endfor %}
5
+ ----
6
+
7
+ Return the rest of the table in TSV format. Here are some examples
8
+
9
+ {% for example in examples %}
10
+ Example
11
+ ---
12
+ {{example.input}}
13
+ ---
14
+
15
+ Output
16
+ ---
17
+ {{example.output}}
18
+ ---
19
+ {% endfor %}
20
+
21
+ Article:
22
+ ----
23
+ {{passage}}
24
+ ----
25
+
26
+ All other values should be numbers or _.
27
+ Only include numbers that appear explicitly in the passage below.
28
+ If you cannot find the value in the table, output _. Most cells will be _.
29
+
30
+ Ok, here is the correctly valid TSV with headers and nothing else. Remember only include values that are directly written in the article. Do not guess or combine rows.
31
+