mirror of https://github.com/percyliang/sempre
14 lines
1.6 KiB
JSON
14 lines
1.6 KiB
JSON
[
|
|
{"type": "HAS_HOBBY", "utterance": "i like swimming", "targetFormula": "(triples (triple rb:active_person rb:HAS_HOBBY swim))"},
|
|
{"type": "QWORK_FOR", "utterance": "For which company do you work?", "targetFormula": "(!rb:WORK_FOR rb:Roboy)"},
|
|
{"type": "FROM", "utterance": "i was born in poland and you were born in switzerland", "targetFormula": "(list (triples (triple rb:active_person rb:FROM poland)) (triples (triple rb:Roboy rb:FROM switzerland)))"},
|
|
{"type": "QHAS_HOBBY", "utterance": "What is your hobby?", "targetFormula": "(!rb:HAS_HOBBY rb:Roboy)"},
|
|
{"type": "QHAS_HOBBY", "utterance": "What is your favorite pastime activity?", "targetFormula": "(!rb:HAS_HOBBY rb:Roboy)"},
|
|
{"type": "FRIEND_OF", "utterance": "i am friends with ben", "targetFormula": "(triples (triple rb:active_person rb:FRIEND_OF ben))"},
|
|
{"type": "QWORK_FOR", "utterance": "Which organization do you work at?", "targetFormula": "(!rb:WORK_FOR rb:Roboy)"},
|
|
{"type": "OCCUPIED_AS", "utterance": "my field of expertise is finance", "targetFormula": "(triples (triple rb:active_person rb:OCCUPIED_AS finance))"},
|
|
{"type": "QMEMBER_OF", "utterance": "Are you a member of some cool organization?", "targetFormula": "(!rb:MEMBER_OF rb:Roboy)"},
|
|
{"type": "FRIEND_OF", "utterance": "you met my friend ben", "targetFormula": "(triples (triple rb:active_person rb:FRIEND_OF ben))"},
|
|
{"type": "QFRIEND_OF", "utterance": "Who is your best friend?", "targetFormula": "(!rb:FRIEND_OF rb:Roboy)"},
|
|
{"type": "NAME", "utterance": "my name is emily", "targetFormula": "(triples (triple rb:active_person rb:NAME_OF emily))"}
|
|
] |