Skip to content

Commit 38700ea

Browse files
authored
added prompts for downstream tasks
1 parent 2a16d34 commit 38700ea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

easg-downstream/prompts.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"sta": {
3+
"system_prompt": "You are an assistant which models human behaviour very well. You'll be provided with a sequence of graphs (1..N-1) describing the actions retrieved from a first-person view video. Your task is to predict the next graph (N).",
4+
"input": "Example:\nGraph 1: Camera wearer - verb - take; take - direct object - flour; take - from - package; take - with - right hand\nGraph 2: Camera wearer - verb - add; add - direct object - flour; add - to - bowl; bowl - with - dough; add - with - right hand\nGraph 3: Camera wearer - verb - press; press - direct object - dough; press - with - both hands\nGraph 4: Camera wearer - verb - move; move - direct object - dough; move - from - bowl; move - to - scale\nGraph 5: Camera wearer - verb - move; move - direct object - dough; move - from - bowl; move - to - scale",
5+
"completion": "Prediction:\nGraph 6: Camera wearer - verb - remove; remove - direct object - dough; remove - from - scale; remove - to - bowl"
6+
},
7+
"summarization": {
8+
"system_prompt": "You are an assistant which models human behaviour very well. You'll be provided with a sequence of verb-noun pairs (1..N-1) describing the actions retrieved from a first-person view video. Your task is to predict the next action (N).",
9+
"input": "Example:\nAction 1: take flour\nAction 2: add flour\nAction 3: press dough\nAction 4: move dough\nAction 5: put dough",
10+
"completion": "Prediction:\nAction 6: remove dough"
11+
},
12+
"lta": {
13+
"system_prompt": "You are an assistant which models human behaviour very well. You'll be provided with a sequence of graphs (1..N-1) describing the actions retrieved from a first-person view video. Your task is to predict the next five graphs (N..N+4).",
14+
"input": "Example:\nGraph 1: Camera wearer - verb - take; take - direct object - flour; take - from - package; take - with - right hand\nGraph 2: Camera wearer - verb - add; add - direct object - flour; add - to - bowl; bowl - with - dough; add - with - right hand\nGraph 3: Camera wearer - verb - press; press - direct object - dough; press - with - both hands\nGraph 4: Camera wearer - verb - move; move - direct object - dough; move - from - bowl; move - to - scale\nGraph 5: Camera wearer - verb - move; move - direct object - dough; move - from - bowl; move - to - scale",
15+
"completion": "Prediction:\nGraph 6: Camera wearer - verb - remove; remove - direct object - dough; remove - from - scale; remove - to - bowl\nGraph 7: Camera wearer - verb - weigh; weigh - direct object - dough; weigh - on - scale\nGraph 8: Camera wearer - verb - cut; cut - direct object - dough; cut - with - knife\nGraph 9: Camera wearer - verb - pick up; pick up - direct object - dough piece; pick up - with - right hand\nGraph 10: Camera wearer - verb - place; place - direct object - dough piece; place - on - tray"
16+
}
17+
}

0 commit comments

Comments
 (0)