input
stringlengths 986
1.15k
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: curtain rods
before: on table
after: against wall
attr: location
Output:
| [
"location of curtain rods was on the table before and against the wall afterwards"
] | task1631-8c8d126481cd49b099547db46c3da6e0 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: download of fraps
before: missing
after: downloaded
attr: step
Output:
| [
"step of download of fraps was missing before and downloaded afterwards"
] | task1631-f010d22c590d4180a3cb44741ec84170 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: cover of the thermostat
before: on
after: removed
attr: location
Output:
| [
"location of cover of the thermostat was on before and removed afterwards"
] | task1631-03086843d63049c89e5ce0d5dc58cde8 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: rolling pin
before: absent
after: present
attr: location
Output:
| [
"location of rolling pin was absent before and present afterwards"
] | task1631-243b71f7e6414d51a28beb7f70b0ccae |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: you
before: stuck in manhattan
after: now in taxi
attr: state
Output:
| [
"state of you was stuck in manhattan before and now in a taxi afterwards"
] | task1631-851e7f103fe64de6a3cfb4244beee1c5 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: peeler
before: shipped to store
after: on shelves
attr: availability
Output:
| [
"availability of peeler was shipped to store before and on shelves afterwards"
] | task1631-3b1e0a07f0104d7f9ec6e93714d3e75e |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: pan
before: lighter
after: heavier
attr: weight
Output:
| [
"weight of pan was lighter before and heavier afterwards"
] | task1631-e371d560469949219bfba8ccbdfa999a |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: oil/butter
before: cool
after: hot
attr: temperature
Output:
| [
"temperature of oil/butter was cool before and hot afterwards"
] | task1631-410ab3dc241f41f2b41b0502a5bf4d20 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: curtain rods
before: installed
after: removed
attr: state
Output:
| [
"state of curtain rods was installed before and removed afterwards"
] | task1631-fdc16e4c5e4541918952afc3dad42013 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: glue
before: sealed
after: opened
attr: state
Output:
| [
"state of glue was sealed before and opened afterwards"
] | task1631-e629cd873d694d90950f053334df5c78 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: knees
before: exposed
after: clothed with armor
attr: covering
Output:
| [
"covering of knees was exposed before and clothed with armor afterwards"
] | task1631-b6257502a4c64879b131d1d88466a143 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: paint
before: in paint can
after: on wrought iron
attr: location
Output:
| [
"location of paint was in the paint can before and on the wrought iron afterwards"
] | task1631-ab0f81489e0a432ba8f8a1838016dd24 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: ground
before: whole
after: holding holes for trellis
attr: shape
Output:
| [
"shape of ground was whole before and holding holes for trellis afterwards"
] | task1631-8b7ae7eedc474decae39faf61a00e301 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: stain
before: dark
after: light
attr: state
Output:
| [
"state of stain was dark before and light afterwards"
] | task1631-77d7b4323fda4a02a3ad2b18a762f329 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: water
before: in bottle
after: in blender
attr: container
Output:
| [
"container of water was in bottle before and in blender afterwards"
] | task1631-0f071f127e89456a8968cd0d97bdad0b |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: herbicide
before: in package
after: on cattails
attr: location
Output:
| [
"location of herbicide was in package before and on cattails afterwards"
] | task1631-784901d954b44c7f9c4764e767d2ad87 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: person
before: standing
after: walking
attr: movement
Output:
| [
"movement of person was standing before and walking afterwards"
] | task1631-bf2f311800a04ba1b5020fb1622d1076 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: paper
before: in ream
after: on table
attr: location
Output:
| [
"location of paper was in ream before and on table afterwards"
] | task1631-331806fa040a454990b3761013e8e740 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: tools
before: in cabinet
after: on workbench
attr: location
Output:
| [
"location of tools was in a cabinet before and on the workbench afterwards"
] | task1631-00daf706dc914eeebfa04eb0eef098ae |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: the tie down
before: elsewhere
after: on tire
attr: location
Output:
| [
"location of the tie down was elsewhere before and on the tire afterwards"
] | task1631-aba07f341a11473182760815b20483e9 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: the heat source
before: unprepared
after: set up
attr: state
Output:
| [
"state of the heat source was unprepared before and set up afterwards"
] | task1631-bd5006b696fd464a88f9479b31fbeee8 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: teapot
before: dirty
after: clean
attr: cleanness
Output:
| [
"cleanness of teapot was dirty before and clean afterwards"
] | task1631-99b8d7f24ed64d04a0e66966451c143d |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: saucers
before: empty
after: full
attr: volume
Output:
| [
"volume of saucers was empty before and full afterwards"
] | task1631-174766280c33411ab51e87db8e71b14a |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: food processor
before: heavier
after: lighter
attr: weight
Output:
| [
"weight of food processor was heavier before and lighter afterwards"
] | task1631-03b534b4a23a4106aacd2de21599a19f |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: website information page
before: empty
after: full
attr: volume
Output:
| [
"volume of website information page was empty before and full afterwards"
] | task1631-0c30767a43e442dca832c936a27f7ac5 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: candies
before: on plate
after: on graham cracker
attr: location
Output:
| [
"location of candies was on plate before and on graham cracker afterwards"
] | task1631-b3d363b7c2544e3d90320a0806196a2a |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: stove burner
before: off
after: on
attr: electric conductivity
Output:
| [
"electric conductivity of stove burner was off before and on afterwards"
] | task1631-cb1cedb2ce184e0a926634bd1e9af8b0 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: side pockets
before: empty
after: full
attr: state
Output:
| [
"state of side pockets was empty before and full afterwards"
] | task1631-5403c0329ed8426b9d1d0a1f24a67e52 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: toothpaste tube
before: fuller
after: emptier
attr: fullness
Output:
| [
"fullness of toothpaste tube was fuller before and emptier afterwards"
] | task1631-e7b955ff4a4542a7babf071e41614c94 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: cloth
before: flat
after: folded
attr: shape
Output:
| [
"shape of cloth was flat before and folded afterwards"
] | task1631-42242447215d4948bd0d9f158af798ff |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: herbs
before: in packaging
after: in container
attr: location
Output:
| [
"location of herbs was in packaging before and in a container afterwards"
] | task1631-26b0d914e3bc473a9e26356f7cf7733f |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: tall glass
before: clean
after: dirty
attr: cleanness
Output:
| [
"cleanness of tall glass was clean before and dirty afterwards"
] | task1631-b309074fef014518b1c0c38142bfae90 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: rice
before: dry
after: wet
attr: moisture
Output:
| [
"moisture of rice was dry before and wet afterwards"
] | task1631-72ce3e7e4c8a4a9db97aa0ac71e40539 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: onion
before: whole
after: chopped
attr: shape
Output:
| [
"shape of onion was whole before and chopped afterwards"
] | task1631-aa29ae12bcae4c2c8a106324c0583b1a |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: you
before: needing 5000 points
after: have 5000 points
attr: state
Output:
| [
"state of you was needing 5000 points before and have 5000 points afterwards"
] | task1631-a68f69adf82741a1b2f0e5fc202c3097 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: papers
before: lacking signature
after: signed
attr: ownership
Output:
| [
"ownership of papers was lacking signature before and signed afterwards"
] | task1631-bba70e4f285f4f33953ac06f4171e4e1 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: keys
before: loose
after: in ignition
attr: location
Output:
| [
"location of keys was loose before, and in ignition afterwards."
] | task1631-8ae7296a72a14ead98bc99547d1a1e47 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: garland
before: separate
after: on wreath
attr: location
Output:
| [
"location of garland was separate before and on wreath afterwards"
] | task1631-e13c43baa7ae4990869e688de10f1254 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: paste
before: on tile
after: removed
attr: location
Output:
| [
"location of paste was on tile before and removed afterwards"
] | task1631-c59102b2752a47fab3ff6a0e78434f0c |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: wrapping materials
before: at shop
after: bought home
attr: location
Output:
| [
"location of wrapping materials was at the shop before and bought home afterwards"
] | task1631-c3e0e4cbd982400abb700e9163afd221 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: hat
before: off
after: on head
attr: location
Output:
| [
"location of hat was off before and on head afterwards"
] | task1631-fa0f74edd4514224ba2f9823ab5de785 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: seam
before: loose
after: sewn
attr: state
Output:
| [
"state of seam was loose before and sewn afterwards"
] | task1631-1bf7ca13895b41f7b19bf18da8e5f145 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: foot
before: on edge of board
after: is in middle of board
attr: orientation
Output:
| [
"orientation of foot was on edge of board before and is in middle of board afterwards"
] | task1631-f64b760dfd4144beac4ed2191fd92bbb |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: blender
before: uncovered
after: covered
attr: coverage
Output:
| [
"coverage of blender was uncovered before and covered afterwards"
] | task1631-a99994f15ae1476fad72b335b2626173 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: you
before: waiting to pitch
after: pitching
attr: state
Output:
| [
"state of you was waiting to pitch before and pitching afterwards"
] | task1631-25f93a5a0306444ea9631699cb07ee29 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: gfci outlets
before: uninstalled
after: installed
attr: state
Output:
| [
"state of gfci outlets was uninstalled before and installed afterwards"
] | task1631-84b272c4cd6b4c5b976269cd19e08240 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: water
before: in bottle
after: on plant
attr: location
Output:
| [
"location of water was in the bottle before and on the plant afterwards"
] | task1631-16b13c78465b458bb0ae7ee7c5a4e9b9 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: top layer of napkin
before: unfolded
after: folded diagonally
attr: shape
Output:
| [
"shape of top layer of napkin was unfolded before and folded diagonally afterwards"
] | task1631-b9a548c99a78470fab27c5403adde5f0 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: package
before: unburied
after: buried
attr: state
Output:
| [
"state of package was unburied before and buried afterwards"
] | task1631-a359b1712e96462d9ef5ec655ca04e5c |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: edge of sticker
before: unlocated
after: located
attr: state
Output:
| [
"state of edge of sticker was unlocated before and located afterwards"
] | task1631-ff73e2de350040488264388791f767dc |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: body
before: standing
after: in position for race
attr: pose
Output:
| [
"pose of body was standing before and in position for race afterwards"
] | task1631-5c51fdc83b044a31980a4ce73ed09de3 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: ingredients
before: in package
after: in bowl
attr: location
Output:
| [
"location of ingredients was in package before and in the bowl afterwards"
] | task1631-85941d5b502644d5a36856af96710e6e |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: empty spaces
before: in tray
after: filled with new plants
attr: size
Output:
| [
"size of empty spaces was in tray before and filled with new plants afterwards"
] | task1631-f7e25a59674a422cacf3cfd18d2450e8 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: protector
before: attached to screen
after: in hand
attr: location
Output:
| [
"location of protector was attached to the screen before and in my hand afterwards"
] | task1631-6900e67812134c16867d45a46fd7ee76 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: edges
before: ragged
after: clipped neatly
attr: cleanness
Output:
| [
"cleanness of edges was ragged before and clipped neatly afterwards"
] | task1631-ab5f1863edc9406a9604c9bae61c0cf8 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: fighters
before: getting ready
after: fighting
attr: form
Output:
| [
"form of fighters was getting ready before and fighting afterwards"
] | task1631-c03b7d4bf67745c98c4bd9aeea4a5f29 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: the cue ball
before: still
after: now in motion
attr: state
Output:
| [
"state of the cue ball was still before and now in motion afterwards"
] | task1631-28314d9303b447b3a7bd18e08ec84a58 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: water
before: cold
after: boiled
attr: temperature
Output:
| [
"temperature of water was cold before, and boiled afterwards."
] | task1631-ae3b6c212f944a5298475effa592cf9e |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: cloth
before: warm
after: cool
attr: temperature
Output:
| [
"temperature of cloth was warm before and cool afterwards"
] | task1631-4033d0d831be44dba7b61490a75efcb1 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: crack
before: open
after: filled with paste
attr: orientation
Output:
| [
"orientation of crack was open before and filled with paste afterwards"
] | task1631-09320f336dac4a308c0dad1269420ab6 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: mixture
before: without garnish
after: garnished
attr: state
Output:
| [
"state of mixture was without garnish before and garnished afterwards"
] | task1631-4881b960982847c49837edbdabc96de4 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: soup
before: separate
after: mixed
attr: state
Output:
| [
"state of soup was separate before and mixed afterwards"
] | task1631-b32b4a65619b477ea450ab1bd7bb3983 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: branches
before: unchosen
after: chosen
attr: choice
Output:
| [
"choice of branches was unchosen before and chosen afterwards"
] | task1631-446f87267e7d4825ad8dad96adaa8de6 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: objects
before: unselected
after: selected
attr: knowledge
Output:
| [
"knowledge of objects was unselected before and selected afterwards"
] | task1631-cb5816a2b3524e99b5846f3a24ffc8dc |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: gi nattak
before: needed regen casted
after: regen casted
attr: state
Output:
| [
"state of gi nattak was needed regen casted before and regen casted afterwards"
] | task1631-39d86795c408439e91324a47ce1f13cb |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: butter
before: in fridge
after: in pot
attr: location
Output:
| [
"location of butter was in the fridge before and in the pot afterwards"
] | task1631-dd259d1567c24ade90b08583164d8d89 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: tile
before: on sale at store
after: purchased at store
attr: cost
Output:
| [
"cost of tile was on sale at store before and purchased at store afterwards"
] | task1631-9003dda361fd4d968848ed6983aceb6c |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: gameplay skill
before: low
after: expert
attr: magnitude
Output:
| [
"magnitude of gameplay skill was low before and expert afterwards"
] | task1631-4ed8f2ecbe4844f28a8e9c3eea9bfea5 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: baking soda
before: in box
after: in bowl
attr: location
Output:
| [
"location of baking soda was in box before, and in bowl afterwards."
] | task1631-061fc4c1ffb645248d5de1c25b87534e |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: holes
before: absent
after: cut
attr: state
Output:
| [
"state of holes was absent before and cut afterwards"
] | task1631-e23e960c182d4cd388ec34f82ae7b280 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: focus
before: scattered
after: directly ahead
attr: attention
Output:
| [
"attention of focus was scattered before and directly ahead afterwards"
] | task1631-92a34efd9c224226b15f3ed64460f1cc |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: xbox com>support>xbox 360>top issues>flashing lights and xbox com>support>xbox 360>top issues>repair>how to get your xbox product repaired
before: unopened
after: being browsed
attr: internet browsing
Output:
| [
"internet browsing of xbox com>support>xbox 360>top issues>flashing lights and xbox com>support>xbox 360>top issues>repair>how to get your xbox product repaired was unopened before, and being browsed afterwards."
] | task1631-4c20829aa79b44f988c8b5c5cbb65dfe |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: person
before: in front seat
after: in back seat
attr: location
Output:
| [
"location of person was in front seat before and in back seat afterwards"
] | task1631-ed4fc9d75391420f973ca19bc6003547 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: pie
before: in fridge
after: out of fridge
attr: location
Output:
| [
"location of pie was in the fridge before and out of the fridge afterwards"
] | task1631-a39264f7d4234112b18aa0f3dff38c0f |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: face
before: empty
after: drawn on
attr: coverage
Output:
| [
"coverage of face was empty before and drawn on afterwards"
] | task1631-55570f79d78548e981c3c941b55ef850 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: the download
before: missing for internet channel
after: installed for internet channel
attr: step
Output:
| [
"step of the download was missing for the internet channel before and installed for the internet channel afterwards"
] | task1631-d0a2d9dd99e048b2bdd150da0e09ab7f |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: water
before: in pipes
after: in bucket
attr: location
Output:
| [
"location of water was in the pipes before and in the bucket afterwards"
] | task1631-74f5f3d3f9924b6395f801a9cab1f73e |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: garage
before: open
after: ordered
oted
attr: organization
Output:
| [
"organization of garage was open before and ordered\noted afterwards"
] | task1631-81bd82a318c943f7a53ca2117eb3feed |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: rust
before: on wrought iron
after: on ground
attr: location
Output:
| [
"location of rust was on the wrought iron before and on the ground afterwards"
] | task1631-14b3d1a20fa54d959dc5dac3939b8394 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: legs
before: straight
after: bent
attr: legs
Output:
| [
"legs of legs was straight before and bent afterwards"
] | task1631-e1fba253fa70412e8976eaf0f905afef |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: they
before: solid
after: mushy
attr: texture
Output:
| [
"texture of they was solid before and mushy afterwards"
] | task1631-8f14f709e2e547139fc691c15f3a25cd |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: mug
before: on counter
after: in microwave
attr: location
Output:
| [
"location of mug was on counter before and in microwave afterwards"
] | task1631-169f716b675c4d779ed909feec33039b |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: power source
before: missing
after: found
attr: location
Output:
| [
"location of power source was missing before and found afterwards"
] | task1631-f8342c4733ce40349dafe7b9c1b979aa |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: stem
before: covered in leaves
after: bare
attr: shape
Output:
| [
"shape of stem was covered in leaves before and bare afterwards"
] | task1631-21a30ed2d1db4bf2a5e30fa48ac993c0 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: power strip
before: considered
after: selected
attr: state
Output:
| [
"state of power strip was considered before and selected afterwards"
] | task1631-db97ac83f23e4e559b36b66905e5126b |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: person
before: running
after: jogging
attr: state
Output:
| [
"state of person was running before and jogging afterwards"
] | task1631-8056854630354859997e04d223ced25f |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: stairs
before: bare
after: painted
attr: color
Output:
| [
"color of stairs was bare before and painted afterwards"
] | task1631-db143fba3ca840bda7db510824b472e5 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: microwave
before: empty
after: full
attr: fullness
Output:
| [
"fullness of microwave was empty before and full afterwards"
] | task1631-ecd683c85d794b04ab3f3465e03a28af |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: a watch
before: needed
after: set
attr: state
Output:
| [
"state of a watch was needed before and set afterwards"
] | task1631-5e32775444cd4fd3b2bef54a05ffeb4a |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: play
before: set to normal
after: heroic difficulty
attr: difficulty level
Output:
| [
"difficulty level of play was set to normal before and heroic difficulty afterwards"
] | task1631-89b1471e25a34ab9afbcb792f2938c4d |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: parent
before: ignorant
after: informed
attr: knowledge
Output:
| [
"knowledge of parent was ignorant before and informed afterwards"
] | task1631-398a737d43a3441da37e0c0ba31d74ce |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: hinge and tape dispenser
before: separate
after: glued together
attr: separation
Output:
| [
"separation of hinge and tape dispenser was separate before and glued together afterwards"
] | task1631-04721bad6aea45f39c33cb8a549eb39b |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: seaweed
before: in package
after: in bowl
attr: location
Output:
| [
"location of seaweed was in package before and in a bowl afterwards"
] | task1631-66cb7285e9ed4163940ed63b7fa63bba |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: the pumice stone
before: on ground
after: in possession of person
attr: location
Output:
| [
"location of the pumice stone was on the ground before and in possession of a person afterwards"
] | task1631-4611d2680ee049dbaa6291a659df7559 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: left side of napkin
before: unfolded
after: is folded almost halfway to center
attr: shape
Output:
| [
"shape of left side of napkin was unfolded before and is folded almost halfway to center afterwards"
] | task1631-5c1a81f389d84866b6f1235ae2836cf1 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: lemon
before: whole
after: halved
attr: size
Output:
| [
"size of lemon was whole before and halved afterwards"
] | task1631-eb5fc83534514b25b589a5ae869089a3 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: cheesecloth
before: in water
after: out of water
attr: location
Output:
| [
"location of cheesecloth was in the water before and out of the water afterwards"
] | task1631-1cc0e3976e214c23870b450209fab748 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: sims
before: strangers
after: friends
attr: friendship
Output:
| [
"friendship of sims was strangers before and friends afterwards"
] | task1631-30d3c9b776694bf890abf2c8004c7b28 |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: command block
before: powerless
after: powered
attr: strength
Output:
| [
"strength of command block was powerless before and powasd afterwards"
] | task1631-e952f1c62fb340c68153128a129c552a |
Definition: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Positive Example 1 -
Input: entity: arm
before: free
after: grasped
attr: state
Output: state of arm was free before and grasped afterwards
Positive Example 2 -
Input: entity: person
before: standing
after: in air
attr: location
Output: location of person was standing before and in air afterwards.
Negative Example 1 -
Input: entity: buckles
before: being worn
after: removed
attr: wearing
Output: wearing of buckles was being worn before and removed afterwards
Negative Example 2 -
Input: entity: tape measure
before: in box
after: measured around head
attr: tape measure
Output: tape measure of tape measure was in box before and measured around head afterwards
Now complete the following example -
Input: entity: bleaching oil
before: in container
after: on shingles
attr: location
Output:
| [
"location of bleaching oil was in a container before and on the shingles afterwards"
] | task1631-1d173aff88574493a8badc28bf70fb23 |
Subsets and Splits