sentence stringlengths 16 142 | source stringlengths 1 16 | target stringlengths 1 16 | relation stringlengths 5 37 | tokens stringlengths 32 194 | tags stringlengths 22 113 |
|---|---|---|---|---|---|
Sugar is added to the bowl. | Sugar | bowl | ['added', 'to'] | ['Sugar', 'is', 'added', 'to', 'the', 'bowl.'] | ['SRC', 'O', 'REL', 'REL', 'O', 'O'] |
A man is adding sugar to a bowl. | man | bowl | ['adding'] | ['A', 'man', 'is', 'adding', 'sugar', 'to', 'a', 'bowl.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O', 'SRC', 'O'] |
She adds soda and sugar to the bowl. | She | bowl | ['adds'] | ['She', 'adds', 'soda', 'and', 'sugar', 'to', 'the', 'bowl.'] | ['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'O'] |
People walk on a small bridge over a lake. | People | small | ['walk', 'on'] | ['People', 'walk', 'on', 'a', 'small', 'bridge', 'over', 'a', 'lake.'] | ['SRC', 'REL', 'REL', 'TGT', 'TGT', 'O', 'O', 'TGT', 'O'] |
A man is walking under a bridge in a shallow lake. | man | shallow | ['walking', 'under'] | ['A', 'man', 'is', 'walking', 'under', 'a', 'bridge', 'in', 'a', 'shallow', 'lake.'] | ['O', 'SRC', 'O', 'REL', 'REL', 'SRC', 'O', 'REL', 'SRC', 'TGT', 'O'] |
farmers load the hay on a wagon pulled by horses | farmers | horses | ['load'] | ['farmers', 'load', 'the', 'hay', 'on', 'a', 'wagon', 'pulled', 'by', 'horses'] | ['SRC', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'TGT'] |
the travelers wait for their luggage at the airport | travelers | airport | ['wait', 'for'] | ['the', 'travelers', 'wait', 'for', 'their', 'luggage', 'at', 'the', 'airport'] | ['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'TGT'] |
travelers with luggage waiting in the lounge of the international airport | travelers | international | ['waiting', 'in'] | ['travelers', 'with', 'luggage', 'waiting', 'in', 'the', 'lounge', 'of', 'the', 'international', 'airport'] | ['SRC', 'O', 'O', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'TGT', 'O'] |
A couple of camels are lying on the ground next to their riders. | couple | next | ['lying', 'on'] | ['A', 'couple', 'of', 'camels', 'are', 'lying', 'on', 'the', 'ground', 'next', 'to', 'their', 'riders.'] | ['O', 'SRC', 'O', 'O', 'O', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O'] |
A family is visiting a zoo and are looking at the giraffes. | family | giraffes | ['visiting'] | ['A', 'family', 'is', 'visiting', 'a', 'zoo', 'and', 'are', 'looking', 'at', 'the', 'giraffes.'] | ['O', 'SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O', 'O'] |
A table that has three plates of pizza. | that | three | ['table'] | ['A', 'table', 'that', 'has', 'three', 'plates', 'of', 'pizza.'] | ['O', 'REL', 'SRC', 'O', 'TGT', 'O', 'O', 'O'] |
The pizza is on the plate on the table. | pizza | table | ['is', 'on'] | ['The', 'pizza', 'is', 'on', 'the', 'plate', 'on', 'the', 'table.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'O', 'REL', 'O', 'O'] |
We see a plate of meat and vegetables. | We | meat | ['see'] | ['We', 'see', 'a', 'plate', 'of', 'meat', 'and', 'vegetables.'] | ['SRC', 'REL', 'TGT', 'O', 'O', 'TGT', 'O', 'O'] |
Some meat and vegetables are on the plate. | meat | plate | ['are', 'on'] | ['Some', 'meat', 'and', 'vegetables', 'are', 'on', 'the', 'plate.'] | ['O', 'SRC', 'O', 'O', 'REL', 'REL', 'O', 'O'] |
A plate has many vegetables and meats on it | plate | many | ['has', 'many'] | ['A', 'plate', 'has', 'many', 'vegetables', 'and', 'meats', 'on', 'it'] | ['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O'] |
A piece of pizza is on a plate | piece | plate | ['is', 'on'] | ['A', 'piece', 'of', 'pizza', 'is', 'on', 'a', 'plate'] | ['O', 'SRC', 'O', 'O', 'REL', 'REL', 'TGT', 'TGT'] |
A motorcycle is parked on a gravel lot | motorcycle | gravel | ['parked', 'on'] | ['A', 'motorcycle', 'is', 'parked', 'on', 'a', 'gravel', 'lot'] | ['O', 'SRC', 'O', 'REL', 'REL', 'TGT', 'TGT', 'O'] |
Motorcycles parked in a wet parking lot. | Motorcycles | wet | ['parked', 'in'] | ['Motorcycles', 'parked', 'in', 'a', 'wet', 'parking', 'lot.', ''] | ['SRC', 'REL', 'REL', 'REL', 'TGT', 'O', 'O', 'SRC'] |
players look during the match . | players | match | ['look', 'during'] | ['players', 'look', 'during', 'the', 'match', '.'] | ['SRC', 'REL', 'REL', 'O', 'TGT', 'O'] |
tennis player looks on during a match | tennis | player | ['looks'] | ['tennis', 'player', 'looks', 'on', 'during', 'a', 'match'] | ['SRC', 'TGT', 'REL', 'O', 'O', 'TGT', 'O'] |
soccer player looks on ahead of the match | soccer | player | ['looks'] | ['soccer', 'player', 'looks', 'on', 'ahead', 'of', 'the', 'match'] | ['SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'O'] |
the steam train crosses a bridge | steam | train | ['crosses'] | ['the', 'steam', 'train', 'crosses', 'a', 'bridge'] | ['O', 'SRC', 'TGT', 'REL', 'SRC', 'O'] |
airplane fly into a storm cloud | airplane | storm | ['fly', 'into'] | ['airplane', 'fly', 'into', 'a', 'storm', 'cloud'] | ['SRC', 'REL', 'REL', 'SRC', 'TGT', 'O'] |
An airplane is flying into a puffy cloud. | airplane | puffy | ['flying', 'into'] | ['An', 'airplane', 'is', 'flying', 'into', 'a', 'puffy', 'cloud.'] | ['O', 'SRC', 'O', 'REL', 'REL', 'SRC', 'TGT', 'O'] |
train parked on the tracks | train | tracks | ['parked', 'on'] | ['train', 'parked', 'on', 'the', 'tracks'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
players react after the match . | players | match | ['react', 'after'] | ['players', 'react', 'after', 'the', 'match', '.'] | ['SRC', 'REL', 'REL', 'O', 'TGT', 'O'] |
An airplane is parked outside of the airport. | airplane | outside | ['parked'] | ['An', 'airplane', 'is', 'parked', 'outside', 'of', 'the', 'airport.'] | ['O', 'SRC', 'O', 'REL', 'TGT', 'O', 'O', 'O'] |
A pizza with cheese has white sauce on it. | pizza | white | ['has', 'white'] | ['A', 'pizza', 'with', 'cheese', 'has', 'white', 'sauce', 'on', 'it.'] | ['O', 'SRC', 'O', 'O', 'REL', 'TGT', 'O', 'O', 'O'] |
planes sit on the tarmac | planes | tarmac | ['sit', 'on'] | ['planes', 'sit', 'on', 'the', 'tarmac'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
A plane that is sitting on a tarmac. | that | tarmac | ['plane'] | ['A', 'plane', 'that', 'is', 'sitting', 'on', 'a', 'tarmac.'] | ['O', 'REL', 'SRC', 'O', 'O', 'O', 'SRC', 'O'] |
An old war plane sits on the tarmac. | old | war | ['sits', 'on'] | ['An', 'old', 'war', 'plane', 'sits', 'on', 'the', 'tarmac.'] | ['O', 'SRC', 'TGT', 'O', 'REL', 'REL', 'O', 'O'] |
A train is on the tracks next to buildings. | train | next | ['is', 'on'] | ['A', 'train', 'is', 'on', 'the', 'tracks', 'next', 'to', 'buildings.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O'] |
models walk the runway as part | models | part | ['walk'] | ['models', 'walk', 'the', 'runway', 'as', 'part'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT'] |
fashion model walks the runway | fashion | model | ['walks'] | ['fashion', 'model', 'walks', 'the', 'runway'] | ['SRC', 'TGT', 'REL', 'O', 'O'] |
model walk the runway in creations . | model | creations | ['walk'] | ['model', 'walk', 'the', 'runway', 'in', 'creations', '.'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O'] |
players greet fans after the match . | players | match | ['greet'] | ['players', 'greet', 'fans', 'after', 'the', 'match', '.'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O'] |
football player applauds the fans before a match | football | player | ['applauds'] | ['football', 'player', 'applauds', 'the', 'fans', 'before', 'a', 'match'] | ['SRC', 'TGT', 'REL', 'O', 'O', 'O', 'SRC', 'O'] |
A wall of wrenches hung up and a red clock | wall | wrenches | ['hung'] | ['A', 'wall', 'of', 'wrenches', 'hung', 'up', 'and', 'a', 'red', 'clock'] | ['O', 'SRC', 'O', 'TGT', 'REL', 'O', 'O', 'SRC', 'O', 'O'] |
A pizza is topped with sauce and cheese. | pizza | sauce | ['topped', 'with'] | ['A', 'pizza', 'is', 'topped', 'with', 'sauce', 'and', 'cheese.'] | ['O', 'SRC', 'O', 'REL', 'REL', 'TGT', 'O', 'O'] |
horses graze in a pasture | horses | pasture | ['graze', 'in'] | ['horses', 'graze', 'in', 'a', 'pasture'] | ['SRC', 'REL', 'REL', 'TGT', 'TGT'] |
the horse is grazing in the pasture | horse | pasture | ['grazing', 'in'] | ['the', 'horse', 'is', 'grazing', 'in', 'the', 'pasture'] | ['O', 'SRC', 'O', 'REL', 'REL', 'O', 'TGT'] |
A bathroom has a tub but no shower. | bathroom | tub | ['has'] | ['A', 'bathroom', 'has', 'a', 'tub', 'but', 'no', 'shower.'] | ['O', 'SRC', 'REL', 'SRC', 'TGT', 'O', 'O', 'O'] |
A train is driving on the tracks. | train | tracks | ['driving', 'on'] | ['A', 'train', 'is', 'driving', 'on', 'the', 'tracks.'] | ['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O'] |
boats pass an open bridge | boats | open | ['pass'] | ['boats', 'pass', 'an', 'open', 'bridge'] | ['SRC', 'REL', 'O', 'TGT', 'O'] |
boat passes under the bridge | boat | bridge | ['passes', 'under'] | ['boat', 'passes', 'under', 'the', 'bridge'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
flowers grown in a garden | flowers | garden | ['grown', 'in'] | ['flowers', 'grown', 'in', 'a', 'garden'] | ['SRC', 'REL', 'REL', 'TGT', 'TGT'] |
A bathroom decorated with mirrors on the wall. | bathroom | wall | ['decorated', 'with'] | ['A', 'bathroom', 'decorated', 'with', 'mirrors', 'on', 'the', 'wall.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'O'] |
train which has stopped on tracks | which | tracks | ['train'] | ['train', 'which', 'has', 'stopped', 'on', 'tracks'] | ['REL', 'SRC', 'O', 'O', 'O', 'TGT'] |
trains stop high speed on the tracks | trains | high | ['stop', 'high'] | ['trains', 'stop', 'high', 'speed', 'on', 'the', 'tracks'] | ['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O'] |
The pizza on the table has many toppings. | pizza | many | ['has', 'many'] | ['The', 'pizza', 'on', 'the', 'table', 'has', 'many', 'toppings.'] | ['O', 'SRC', 'O', 'O', 'O', 'REL', 'TGT', 'O'] |
A pizza with topping that has been served to a table | that | table | ['pizza', 'with'] | ['A', 'pizza', 'with', 'topping', 'that', 'has', 'been', 'served', 'to', 'a', 'table'] | ['O', 'REL', 'REL', 'O', 'SRC', 'O', 'O', 'O', 'O', 'SRC', 'TGT'] |
Train comes down tracks in front of old castle. | Train | old | ['comes'] | ['Train', 'comes', 'down', 'tracks', 'in', 'front', 'of', 'old', 'castle.'] | ['SRC', 'REL', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O'] |
students study in the library | students | library | ['study', 'in'] | ['students', 'study', 'in', 'the', 'library'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
horses graze in a meadow | horses | meadow | ['graze', 'in'] | ['horses', 'graze', 'in', 'a', 'meadow'] | ['SRC', 'REL', 'REL', 'TGT', 'TGT'] |
train on the station who travel | who | station | ['train', 'on'] | ['train', 'on', 'the', 'station', 'who', 'travel'] | ['REL', 'TGT', 'O', 'TGT', 'SRC', 'O'] |
This living room has a gray couch and blue walls | living | room | ['has'] | ['This', 'living', 'room', 'has', 'a', 'gray', 'couch', 'and', 'blue', 'walls'] | ['O', 'SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O'] |
airplanes sit at a flooded airport . | airplanes | flooded | ['sit', 'at'] | ['airplanes', 'sit', 'at', 'a', 'flooded', 'airport', '.'] | ['SRC', 'REL', 'REL', 'SRC', 'TGT', 'O', 'O'] |
An airplane sits on a runway in a airport | airplane | airport | ['sits', 'on'] | ['An', 'airplane', 'sits', 'on', 'a', 'runway', 'in', 'a', 'airport'] | ['O', 'SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'SRC', 'TGT'] |
computer generated image of cockpit | computer | cockpit | ['generated'] | ['computer', 'generated', 'image', 'of', 'cockpit'] | ['SRC', 'REL', 'O', 'O', 'TGT'] |
a computer generated image of the new building | computer | new | ['generated'] | ['a', 'computer', 'generated', 'image', 'of', 'the', 'new', 'building'] | ['REL', 'SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O'] |
computer generated image of ship class for armed force | computer | armed | ['generated'] | ['computer', 'generated', 'image', 'of', 'ship', 'class', 'for', 'armed', 'force'] | ['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O'] |
An airplane is taking off at an airport. | airplane | airport | ['taking'] | ['An', 'airplane', 'is', 'taking', 'off', 'at', 'an', 'airport.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O', 'SRC', 'O'] |
an airplane takes off from a nearby airport . | airplane | nearby | ['takes'] | ['an', 'airplane', 'takes', 'off', 'from', 'a', 'nearby', 'airport', '.'] | ['SRC', 'SRC', 'REL', 'O', 'O', 'SRC', 'TGT', 'O', 'O'] |
ships dock at the port | ships | port | ['dock', 'at'] | ['ships', 'dock', 'at', 'the', 'port'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
ship docked on the commercial port | ship | commercial | ['docked', 'on'] | ['ship', 'docked', 'on', 'the', 'commercial', 'port'] | ['SRC', 'REL', 'REL', 'O', 'TGT', 'O'] |
sun rising in the sky | sun | sky | ['rising', 'in'] | ['sun', 'rising', 'in', 'the', 'sky'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
sun rising through shiny fog on the sky | sun | shiny | ['rising', 'through', 'shiny'] | ['sun', 'rising', 'through', 'shiny', 'fog', 'on', 'the', 'sky'] | ['SRC', 'REL', 'REL', 'TGT', 'O', 'O', 'O', 'O'] |
animation of sun rising on a clear sky . | animation | clear | ['rising', 'on'] | ['animation', 'of', 'sun', 'rising', 'on', 'a', 'clear', 'sky', '.'] | ['SRC', 'O', 'O', 'REL', 'SRC', 'SRC', 'TGT', 'O', 'O'] |
man wins the gold medal ahead of athletes | man | ahead | ['wins'] | ['man', 'wins', 'the', 'gold', 'medal', 'ahead', 'of', 'athletes'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O'] |
a plane sits at an airport . | plane | airport | ['sits', 'at'] | ['a', 'plane', 'sits', 'at', 'an', 'airport', '.'] | ['SRC', 'SRC', 'REL', 'REL', 'SRC', 'TGT', 'O'] |
planes sit on the tarmac at an airport . | planes | airport | ['sit', 'on'] | ['planes', 'sit', 'on', 'the', 'tarmac', 'at', 'an', 'airport', '.'] | ['SRC', 'REL', 'REL', 'O', 'O', 'O', 'SRC', 'TGT', 'O'] |
A singer performs at a concert | singer | concert | ['performs', 'at'] | ['A', 'singer', 'performs', 'at', 'a', 'concert'] | ['O', 'SRC', 'REL', 'REL', 'REL', 'TGT'] |
singer performs in the concert | singer | concert | ['performs', 'in'] | ['singer', 'performs', 'in', 'the', 'concert'] | ['SRC', 'REL', 'SRC', 'O', 'TGT'] |
singers perform during a concert | singers | concert | ['perform', 'during'] | ['singers', 'perform', 'during', 'a', 'concert'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
a family celebrate the holidays | family | holidays | ['celebrate'] | ['a', 'family', 'celebrate', 'the', 'holidays'] | ['SRC', 'SRC', 'REL', 'O', 'TGT'] |
a family celebrates holiday with fireworks | family | fireworks | ['celebrates'] | ['a', 'family', 'celebrates', 'holiday', 'with', 'fireworks'] | ['SRC', 'SRC', 'REL', 'O', 'O', 'TGT'] |
A dog lays on a reclining chair. | dog | reclining | ['lays', 'on'] | ['A', 'dog', 'lays', 'on', 'a', 'reclining', 'chair.'] | ['O', 'SRC', 'REL', 'REL', 'REL', 'TGT', 'O'] |
a dog that is laying under a chair | that | chair | ['dog'] | ['a', 'dog', 'that', 'is', 'laying', 'under', 'a', 'chair'] | ['SRC', 'REL', 'SRC', 'O', 'O', 'O', 'SRC', 'TGT'] |
A Delta airplane takes off of the runway. | Delta | airplane | ['takes'] | ['A', 'Delta', 'airplane', 'takes', 'off', 'of', 'the', 'runway.'] | ['O', 'SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O'] |
an airplane is taking off from the runway | airplane | runway | ['taking'] | ['an', 'airplane', 'is', 'taking', 'off', 'from', 'the', 'runway'] | ['SRC', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'TGT'] |
A clock is on the wall of a building. | clock | building | ['is', 'on'] | ['A', 'clock', 'is', 'on', 'the', 'wall', 'of', 'a', 'building.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O'] |
A clock mounted to a wall next to tall buildings. | clock | tall | ['mounted', 'to'] | ['A', 'clock', 'mounted', 'to', 'a', 'wall', 'next', 'to', 'tall', 'buildings.'] | ['O', 'SRC', 'REL', 'REL', 'TGT', 'O', 'O', 'REL', 'TGT', 'O'] |
sheep graze the green pastures . | sheep | green | ['graze'] | ['sheep', 'graze', 'the', 'green', 'pastures', '.'] | ['SRC', 'REL', 'O', 'TGT', 'O', 'O'] |
A bathroom has a mirror and golden light. | bathroom | mirror | ['has'] | ['A', 'bathroom', 'has', 'a', 'mirror', 'and', 'golden', 'light.'] | ['O', 'SRC', 'REL', 'SRC', 'TGT', 'O', 'O', 'O'] |
A bathroom has an mirror with an overhead light. | bathroom | overhead | ['has'] | ['A', 'bathroom', 'has', 'an', 'mirror', 'with', 'an', 'overhead', 'light.'] | ['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O'] |
A group of jets flies in formation together. | group | formation | ['flies', 'in'] | ['A', 'group', 'of', 'jets', 'flies', 'in', 'formation', 'together.'] | ['O', 'SRC', 'O', 'O', 'REL', 'REL', 'TGT', 'O'] |
The fighter jets fly in very close formation. | fighter | jets | ['fly', 'in'] | ['The', 'fighter', 'jets', 'fly', 'in', 'very', 'close', 'formation.'] | ['O', 'SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O'] |
The dog is rounding up a herd of sheep. | dog | sheep | ['rounding'] | ['The', 'dog', 'is', 'rounding', 'up', 'a', 'herd', 'of', 'sheep.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'O', 'O'] |
students walk on the campus | students | campus | ['walk', 'on'] | ['students', 'walk', 'on', 'the', 'campus'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
a student walks through campus | student | campus | ['walks', 'through'] | ['a', 'student', 'walks', 'through', 'campus'] | ['TGT', 'SRC', 'REL', 'REL', 'TGT'] |
the banana which grew on the tree | which | tree | ['banana'] | ['the', 'banana', 'which', 'grew', 'on', 'the', 'tree'] | ['O', 'REL', 'SRC', 'O', 'O', 'O', 'TGT'] |
cat lay on a suitcase | cat | suitcase | ['lay', 'on'] | ['cat', 'lay', 'on', 'a', 'suitcase'] | ['SRC', 'REL', 'REL', 'SRC', 'TGT'] |
Cheese is being grated on top of a pizza. | Cheese | pizza | ['grated', 'on'] | ['Cheese', 'is', 'being', 'grated', 'on', 'top', 'of', 'a', 'pizza.'] | ['SRC', 'O', 'O', 'REL', 'REL', 'O', 'O', 'TGT', 'O'] |
mushroom growing on a tree | mushroom | tree | ['growing', 'on'] | ['mushroom', 'growing', 'on', 'a', 'tree'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
mushrooms grow off a birch tree | mushrooms | birch | ['grow', 'off'] | ['mushrooms', 'grow', 'off', 'a', 'birch', 'tree'] | ['SRC', 'REL', 'REL', 'O', 'TGT', 'O'] |
mushrooms grow on a tree at an overlook | mushrooms | overlook | ['grow', 'on'] | ['mushrooms', 'grow', 'on', 'a', 'tree', 'at', 'an', 'overlook'] | ['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'TGT'] |
boats moored to a pier | boats | pier | ['moored', 'to'] | ['boats', 'moored', 'to', 'a', 'pier'] | ['SRC', 'REL', 'REL', 'SRC', 'TGT'] |
fishing boat moored at the pier | fishing | boat | ['moored', 'at'] | ['fishing', 'boat', 'moored', 'at', 'the', 'pier'] | ['SRC', 'TGT', 'REL', 'TGT', 'O', 'O'] |
a boat is moored at the end of a pier . | boat | pier | ['moored', 'at'] | ['a', 'boat', 'is', 'moored', 'at', 'the', 'end', 'of', 'a', 'pier', '.'] | ['SRC', 'SRC', 'O', 'REL', 'SRC', 'O', 'O', 'O', 'SRC', 'TGT', 'O'] |
flowers bloom on a tree . | flowers | tree | ['bloom', 'on'] | ['flowers', 'bloom', 'on', 'a', 'tree', '.'] | ['SRC', 'REL', 'REL', 'O', 'TGT', 'O'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.