-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
51 lines (51 loc) · 1.39 KB
/
Copy pathinput.json
File metadata and controls
51 lines (51 loc) · 1.39 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"document": "/input.txt",
"extraction": [
{
"template": "PART",
"sentences": [
"Dallas,TX is in United States."
],
"arguments": {
"1": "Dallas",
"2": "United States"
}
},
{
"template": "PART",
"sentences": [
"Amazon was founded by Jeff Bezos in Bellevue, Washington, in July 1994."
],
"arguments": {
"1": "Bellevue",
"2": "Washington"
}
},
{
"template": "BUY",
"sentences": [
"Farmer bought 1 apple , 2 oranges and 3 bananas for US$ 20."
],
"arguments": {
"1": " Farmer",
"2": " apple, bananas",
"3": "20",
"4": "1,2,3",
"5": ""
}
},
{
"template": "BUY",
"sentences": [
"Travelers Group acquired all Citicorp shares for $70 billion in stock, issuing 2.5 new Citigroup shares for each Citicorp share."
],
"arguments": {
"1": " Travelers Group",
"2": " Citicorp shares",
"3": "$70billion",
"4": "",
"5": ""
}
}
]
}