sentence stringlengths 16 142 | source stringlengths 1 16 | target stringlengths 1 16 | relation stringlengths 5 37 | tokens stringlengths 32 194 | tags stringlengths 22 113 |
|---|---|---|---|---|---|
A horse is eating hay. | horse | hay | ['eating'] | ['A', 'horse', 'is', 'eating', 'hay.'] | ['O', 'SRC', 'O', 'REL', 'O'] |
The horses are eating hay. | horses | hay | ['eating'] | ['The', 'horses', 'are', 'eating', 'hay.'] | ['O', 'SRC', 'O', 'REL', 'O'] |
A horse eats hay in the barn | horse | barn | ['eats'] | ['A', 'horse', 'eats', 'hay', 'in', 'the', 'barn'] | ['O', 'SRC', 'REL', 'O', 'O', 'O', 'TGT'] |
the fans watch the match | fans | match | ['watch'] | ['the', 'fans', 'watch', 'the', 'match'] | ['O', 'SRC', 'REL', 'O', 'TGT'] |
a fan watches during the match | fan | match | ['watches', 'during'] | ['a', 'fan', 'watches', 'during', 'the', 'match'] | ['SRC', 'SRC', 'REL', 'REL', 'O', 'TGT'] |
one of the mountain ranges that surrounds lake . | that | lake | ['ranges'] | ['one', 'of', 'the', 'mountain', 'ranges', 'that', 'surrounds', 'lake', '.'] | ['O', 'O', 'O', 'O', 'REL', 'SRC', 'O', 'TGT', 'O'] |
The dogs laid down on the rug | dogs | rug | ['laid'] | ['The', 'dogs', 'laid', 'down', 'on', 'the', 'rug'] | ['O', 'SRC', 'REL', 'O', 'O', 'O', 'TGT'] |
paintings of horses hang on the walls . | paintings | walls | ['hang', 'on'] | ['paintings', 'of', 'horses', 'hang', 'on', 'the', 'walls', '.'] | ['SRC', 'O', 'O', 'REL', 'REL', 'O', 'TGT', 'O'] |
boy carries a tray of food . | boy | food | ['carries'] | ['boy', 'carries', 'a', 'tray', 'of', 'food', '.'] | ['SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'O'] |
The woman is carrying two trays of food. | woman | two | ['carrying'] | ['The', 'woman', 'is', 'carrying', 'two', 'trays', 'of', 'food.'] | ['O', 'SRC', 'O', 'REL', 'TGT', 'O', 'O', 'O'] |
soccer fans watches a league match in a stadium | soccer | fans | ['watches'] | ['soccer', 'fans', 'watches', 'a', 'league', 'match', 'in', 'a', 'stadium'] | ['SRC', 'TGT', 'REL', 'TGT', 'O', 'O', 'O', 'TGT', 'O'] |
supporters watch the match from a hill outside the stadium | supporters | stadium | ['watch'] | ['supporters', 'watch', 'the', 'match', 'from', 'a', 'hill', 'outside', 'the', 'stadium'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'TGT'] |
A cat licks his paws. | cat | paws | ['licks'] | ['A', 'cat', 'licks', 'his', 'paws.'] | ['O', 'SRC', 'REL', 'O', 'O'] |
A cat is licking its paw | cat | paw | ['licking'] | ['A', 'cat', 'is', 'licking', 'its', 'paw'] | ['O', 'SRC', 'O', 'REL', 'O', 'TGT'] |
the cat licks the pad of his front paw | cat | front | ['licks'] | ['the', 'cat', 'licks', 'the', 'pad', 'of', 'his', 'front', 'paw'] | ['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O'] |
A wall mounted urinal in a checker tiled rest room. | wall | tiled | ['mounted', 'urinal'] | ['A', 'wall', 'mounted', 'urinal', 'in', 'a', 'checker', 'tiled', 'rest', 'room.'] | ['O', 'SRC', 'REL', 'REL', 'REL', 'SRC', 'O', 'TGT', 'O', 'O'] |
skiers make their way down the mountain | skiers | mountain | ['make'] | ['skiers', 'make', 'their', 'way', 'down', 'the', 'mountain'] | ['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT'] |
A skier making her way down a snowy mountain. | skier | snowy | ['making'] | ['A', 'skier', 'making', 'her', 'way', 'down', 'a', 'snowy', 'mountain.'] | ['O', 'SRC', 'REL', 'O', 'O', 'O', 'REL', 'TGT', 'O'] |
a boat is being driven through a lake | boat | lake | ['driven', 'through'] | ['a', 'boat', 'is', 'being', 'driven', 'through', 'a', 'lake'] | ['SRC', 'SRC', 'O', 'O', 'REL', 'REL', 'SRC', 'TGT'] |
A fisherman drives his boat on the lake | fisherman | lake | ['drives'] | ['A', 'fisherman', 'drives', 'his', 'boat', 'on', 'the', 'lake'] | ['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT'] |
A horse is eating grass. | horse | grass | ['eating'] | ['A', 'horse', 'is', 'eating', 'grass.'] | ['O', 'SRC', 'O', 'REL', 'O'] |
The horses are eating grass. | horses | grass | ['eating'] | ['The', 'horses', 'are', 'eating', 'grass.'] | ['O', 'SRC', 'O', 'REL', 'O'] |
A train is coming along on a track. | train | track | ['coming'] | ['A', 'train', 'is', 'coming', 'along', 'on', 'a', 'track.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O', 'SRC', 'O'] |
a train leaves the station | train | station | ['leaves'] | ['a', 'train', 'leaves', 'the', 'station'] | ['SRC', 'SRC', 'REL', 'O', 'TGT'] |
a train leaving station bound | train | station | ['bound'] | ['a', 'train', 'leaving', 'station', 'bound'] | ['SRC', 'SRC', 'O', 'TGT', 'REL'] |
a train at station with no passengers joining | passengers | station | ['train', 'at'] | ['a', 'train', 'at', 'station', 'with', 'no', 'passengers', 'joining'] | ['SRC', 'REL', 'TGT', 'TGT', 'O', 'O', 'SRC', 'O'] |
a train arrives at station | train | station | ['arrives', 'at'] | ['a', 'train', 'arrives', 'at', 'station'] | ['SRC', 'SRC', 'REL', 'TGT', 'TGT'] |
subway train arrives in the station | subway | train | ['arrives', 'in'] | ['subway', 'train', 'arrives', 'in', 'the', 'station'] | ['SRC', 'TGT', 'REL', 'TGT', 'O', 'O'] |
a train sits at the station | train | station | ['sits', 'at'] | ['a', 'train', 'sits', 'at', 'the', 'station'] | ['SRC', 'SRC', 'REL', 'TGT', 'O', 'TGT'] |
A train that is sitting in a station. | that | station | ['train'] | ['A', 'train', 'that', 'is', 'sitting', 'in', 'a', 'station.'] | ['O', 'REL', 'SRC', 'O', 'O', 'REL', 'SRC', 'O'] |
a tea of horses pull a wagon | tea | wagon | ['pull'] | ['a', 'tea', 'of', 'horses', 'pull', 'a', 'wagon'] | ['SRC', 'SRC', 'O', 'O', 'REL', 'SRC', 'TGT'] |
A wagon is being pulled by horses. | wagon | horses | ['pulled', 'by'] | ['A', 'wagon', 'is', 'being', 'pulled', 'by', 'horses.'] | ['O', 'SRC', 'O', 'O', 'REL', 'REL', 'O'] |
train is stopped at a station | train | station | ['stopped', 'at'] | ['train', 'is', 'stopped', 'at', 'a', 'station'] | ['SRC', 'O', 'REL', 'TGT', 'SRC', 'TGT'] |
A plane sits on the runway | plane | runway | ['sits', 'on'] | ['A', 'plane', 'sits', 'on', 'the', 'runway'] | ['O', 'SRC', 'REL', 'REL', 'O', 'TGT'] |
plane flying into the clouds | plane | clouds | ['flying', 'into'] | ['plane', 'flying', 'into', 'the', 'clouds'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
A plane flies over head in the clouds. | plane | clouds | ['flies', 'over'] | ['A', 'plane', 'flies', 'over', 'head', 'in', 'the', 'clouds.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'O'] |
A dog herds a sheep. | dog | sheep | ['herds'] | ['A', 'dog', 'herds', 'a', 'sheep.'] | ['O', 'SRC', 'REL', 'O', 'O'] |
A dog is herding sheep. | dog | sheep | ['herding'] | ['A', 'dog', 'is', 'herding', 'sheep.'] | ['O', 'SRC', 'O', 'REL', 'O'] |
The dogs are herding sheep. | dogs | sheep | ['herding'] | ['The', 'dogs', 'are', 'herding', 'sheep.'] | ['O', 'SRC', 'O', 'REL', 'O'] |
a boat is sitting up on a beach | boat | beach | ['sitting'] | ['a', 'boat', 'is', 'sitting', 'up', 'on', 'a', 'beach'] | ['SRC', 'SRC', 'O', 'REL', 'O', 'O', 'SRC', 'TGT'] |
Pelicans sit on a blue boat at the beach. | Pelicans | blue | ['sit', 'on'] | ['Pelicans', 'sit', 'on', 'a', 'blue', 'boat', 'at', 'the', 'beach.'] | ['SRC', 'REL', 'REL', 'SRC', 'TGT', 'O', 'O', 'O', 'O'] |
tube train comes to station . | tube | train | ['comes', 'to'] | ['tube', 'train', 'comes', 'to', 'station', '.'] | ['SRC', 'TGT', 'REL', 'REL', 'O', 'O'] |
clouds float through a blue sky | clouds | blue | ['float', 'through'] | ['clouds', 'float', 'through', 'a', 'blue', 'sky'] | ['SRC', 'REL', 'REL', 'REL', 'TGT', 'O'] |
shot of clouds that float across the sky | that | sky | ['shot', 'of'] | ['shot', 'of', 'clouds', 'that', 'float', 'across', 'the', 'sky'] | ['REL', 'REL', 'O', 'SRC', 'O', 'O', 'O', 'TGT'] |
An elephant is eating grass in Kenya. | elephant | Kenya | ['eating'] | ['An', 'elephant', 'is', 'eating', 'grass', 'in', 'Kenya.'] | ['O', 'SRC', 'O', 'REL', 'O', 'REL', 'O'] |
a bunch of elephants are eating grass | bunch | grass | ['eating'] | ['a', 'bunch', 'of', 'elephants', 'are', 'eating', 'grass'] | ['TGT', 'SRC', 'O', 'O', 'O', 'REL', 'TGT'] |
family spend time in the park | family | park | ['spend'] | ['family', 'spend', 'time', 'in', 'the', 'park'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT'] |
family spend time at a holidays | family | holidays | ['spend'] | ['family', 'spend', 'time', 'at', 'a', 'holidays'] | ['SRC', 'REL', 'O', 'O', 'SRC', 'TGT'] |
A bathroom has green tile on the walls. | bathroom | green | ['has', 'green'] | ['A', 'bathroom', 'has', 'green', 'tile', 'on', 'the', 'walls.'] | ['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O'] |
A beam of light shines through the window. | beam | window | ['shines', 'through'] | ['A', 'beam', 'of', 'light', 'shines', 'through', 'the', 'window.'] | ['O', 'SRC', 'O', 'O', 'REL', 'REL', 'O', 'O'] |
Some light comes in from the windows. | light | windows | ['comes'] | ['Some', 'light', 'comes', 'in', 'from', 'the', 'windows.'] | ['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'O'] |
a subway train enters a station | subway | train | ['enters'] | ['a', 'subway', 'train', 'enters', 'a', 'station'] | ['SRC', 'SRC', 'TGT', 'REL', 'SRC', 'O'] |
The train is entering the station. | train | station | ['entering'] | ['The', 'train', 'is', 'entering', 'the', 'station.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O'] |
people enter a tube train at station . | people | tube | ['enter'] | ['people', 'enter', 'a', 'tube', 'train', 'at', 'station', '.'] | ['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O'] |
A woman feeds two giraffes at the zoo. | woman | two | ['feeds'] | ['A', 'woman', 'feeds', 'two', 'giraffes', 'at', 'the', 'zoo.'] | ['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O'] |
cat lay on the grass | cat | grass | ['lay', 'on'] | ['cat', 'lay', 'on', 'the', 'grass'] | ['SRC', 'REL', 'REL', 'O', 'TGT'] |
tourists spend time on a beach | tourists | beach | ['spend'] | ['tourists', 'spend', 'time', 'on', 'a', 'beach'] | ['SRC', 'REL', 'O', 'O', 'TGT', 'TGT'] |
people spend time at the beach | people | beach | ['spend'] | ['people', 'spend', 'time', 'at', 'the', 'beach'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT'] |
A boy is trying to eat corn on the cob. | boy | cob | ['trying'] | ['A', 'boy', 'is', 'trying', 'to', 'eat', 'corn', 'on', 'the', 'cob.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'O'] |
sheeps eat hay on the farm . | sheeps | farm | ['eat'] | ['sheeps', 'eat', 'hay', 'on', 'the', 'farm', '.'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O'] |
a student works on a computer | student | computer | ['works', 'on'] | ['a', 'student', 'works', 'on', 'a', 'computer'] | ['O', 'SRC', 'REL', 'REL', 'O', 'TGT'] |
People wait for their luggage at an airport. | People | airport | ['wait', 'for'] | ['People', 'wait', 'for', 'their', 'luggage', 'at', 'an', 'airport.'] | ['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O'] |
Man waiting next to his luggage at an airport. | Man | next | ['waiting'] | ['Man', 'waiting', 'next', 'to', 'his', 'luggage', 'at', 'an', 'airport.'] | ['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'SRC', 'O'] |
the ship passes under the bridge | ship | bridge | ['passes', 'under'] | ['the', 'ship', 'passes', 'under', 'the', 'bridge'] | ['O', 'SRC', 'REL', 'REL', 'O', 'TGT'] |
with cargo ship passing under bridge | cargo | ship | ['with'] | ['with', 'cargo', 'ship', 'passing', 'under', 'bridge'] | ['REL', 'SRC', 'TGT', 'O', 'O', 'O'] |
the bride chose glorious flowers for the bouquets | bride | glorious | ['chose', 'glorious'] | ['the', 'bride', 'chose', 'glorious', 'flowers', 'for', 'the', 'bouquets'] | ['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O'] |
the couple stands by the cake | couple | cake | ['stands', 'by'] | ['the', 'couple', 'stands', 'by', 'the', 'cake'] | ['O', 'SRC', 'REL', 'REL', 'O', 'TGT'] |
The couple is standing next to a cake. | couple | next | ['standing'] | ['The', 'couple', 'is', 'standing', 'next', 'to', 'a', 'cake.'] | ['O', 'SRC', 'O', 'REL', 'TGT', 'O', 'REL', 'O'] |
A couple stands behind their wedding cake. | couple | wedding | ['stands', 'behind'] | ['A', 'couple', 'stands', 'behind', 'their', 'wedding', 'cake.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'TGT', 'O'] |
The cat stares out of a four paned window. | cat | paned | ['stares', 'out'] | ['The', 'cat', 'stares', 'out', 'of', 'a', 'four', 'paned', 'window.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'SRC', 'O', 'TGT', 'O'] |
nurse visiting her patient at the hospital | nurse | hospital | ['visiting'] | ['nurse', 'visiting', 'her', 'patient', 'at', 'the', 'hospital'] | ['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT'] |
nurses take care of a patient at a hospital . | nurses | hospital | ['take'] | ['nurses', 'take', 'care', 'of', 'a', 'patient', 'at', 'a', 'hospital', '.'] | ['SRC', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'TGT', 'TGT', 'O'] |
A man lies on a blanket with his dog. | man | dog | ['lies', 'on'] | ['A', 'man', 'lies', 'on', 'a', 'blanket', 'with', 'his', 'dog.'] | ['O', 'SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'O', 'O'] |
The dog and her puppies lay on a blanket. | dog | blanket | ['lay', 'on'] | ['The', 'dog', 'and', 'her', 'puppies', 'lay', 'on', 'a', 'blanket.'] | ['O', 'SRC', 'O', 'O', 'O', 'REL', 'REL', 'TGT', 'O'] |
A farmer plows his field. | farmer | field | ['plows'] | ['A', 'farmer', 'plows', 'his', 'field.'] | ['O', 'SRC', 'REL', 'O', 'O'] |
The farmer is plowing his field. | farmer | field | ['plowing'] | ['The', 'farmer', 'is', 'plowing', 'his', 'field.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O'] |
A room that has a lot of paintings on the wall. | that | wall | ['room'] | ['A', 'room', 'that', 'has', 'a', 'lot', 'of', 'paintings', 'on', 'the', 'wall.'] | ['O', 'REL', 'SRC', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O'] |
The skier is headed down a slope. | skier | slope | ['headed'] | ['The', 'skier', 'is', 'headed', 'down', 'a', 'slope.'] | ['O', 'SRC', 'O', 'REL', 'O', 'REL', 'O'] |
Skiers are headed down a small slope by their cabin. | Skiers | small | ['headed', 'down'] | ['Skiers', 'are', 'headed', 'down', 'a', 'small', 'slope', 'by', 'their', 'cabin.'] | ['SRC', 'O', 'REL', 'REL', 'TGT', 'TGT', 'O', 'O', 'O', 'O'] |
mother and daughter smiling in the winter | mother | winter | ['smiling', 'in'] | ['mother', 'and', 'daughter', 'smiling', 'in', 'the', 'winter'] | ['SRC', 'O', 'O', 'REL', 'TGT', 'SRC', 'TGT'] |
friend and family gathered round the font | friend | font | ['gathered', 'round'] | ['friend', 'and', 'family', 'gathered', 'round', 'the', 'font'] | ['SRC', 'O', 'O', 'REL', 'REL', 'REL', 'TGT'] |
friends and family gather often for a buffet . | friends | often | ['gather'] | ['friends', 'and', 'family', 'gather', 'often', 'for', 'a', 'buffet', '.'] | ['SRC', 'O', 'O', 'REL', 'TGT', 'O', 'REL', 'O', 'O'] |
A horse is pulling a plow. | horse | plow | ['pulling'] | ['A', 'horse', 'is', 'pulling', 'a', 'plow.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O'] |
The horses are pulling the plow. | horses | plow | ['pulling'] | ['The', 'horses', 'are', 'pulling', 'the', 'plow.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O'] |
women guide a plow pulled by draft horses | women | draft | ['guide'] | ['women', 'guide', 'a', 'plow', 'pulled', 'by', 'draft', 'horses'] | ['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'TGT', 'O'] |
people sharing a meal at a table | people | table | ['sharing'] | ['people', 'sharing', 'a', 'meal', 'at', 'a', 'table'] | ['SRC', 'REL', 'TGT', 'O', 'O', 'TGT', 'TGT'] |
a large dining table for guests to share meals | large | dining | ['table'] | ['a', 'large', 'dining', 'table', 'for', 'guests', 'to', 'share', 'meals'] | ['SRC', 'SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'O'] |
The woman and children share a meal at the table. | woman | table | ['share'] | ['The', 'woman', 'and', 'children', 'share', 'a', 'meal', 'at', 'the', 'table.'] | ['O', 'SRC', 'O', 'O', 'REL', 'SRC', 'O', 'O', 'O', 'O'] |
A family has a picnic at the park. | family | park | ['has'] | ['A', 'family', 'has', 'a', 'picnic', 'at', 'the', 'park.'] | ['O', 'SRC', 'REL', 'SRC', 'O', 'O', 'O', 'O'] |
rays of sunlight reflect off chilly waters | rays | chilly | ['reflect'] | ['rays', 'of', 'sunlight', 'reflect', 'off', 'chilly', 'waters'] | ['SRC', 'O', 'O', 'REL', 'O', 'TGT', 'O'] |
passengers sit aboard a train at the station . | passengers | station | ['sit', 'aboard'] | ['passengers', 'sit', 'aboard', 'a', 'train', 'at', 'the', 'station', '.'] | ['SRC', 'REL', 'REL', 'SRC', 'O', 'TGT', 'O', 'TGT', 'O'] |
A cable train with passengers sit on it tracks. | cable | train | ['sit', 'on'] | ['A', 'cable', 'train', 'with', 'passengers', 'sit', 'on', 'it', 'tracks.'] | ['O', 'SRC', 'TGT', 'O', 'O', 'REL', 'REL', 'REL', 'O'] |
walls add refinement to the room with slanted ceiling | walls | slanted | ['add', 'refinement'] | ['walls', 'add', 'refinement', 'to', 'the', 'room', 'with', 'slanted', 'ceiling'] | ['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O'] |
a dog chews a bone | dog | bone | ['chews'] | ['a', 'dog', 'chews', 'a', 'bone'] | ['O', 'SRC', 'REL', 'O', 'TGT'] |
The dog is chewing a bone. | dog | bone | ['chewing'] | ['The', 'dog', 'is', 'chewing', 'a', 'bone.'] | ['O', 'SRC', 'O', 'REL', 'O', 'O'] |
Dogs lay down and chew bones | Dogs | bones | ['lay'] | ['Dogs', 'lay', 'down', 'and', 'chew', 'bones'] | ['SRC', 'REL', 'O', 'O', 'O', 'TGT'] |
Skiers are making their way down a slope. | Skiers | slope | ['making'] | ['Skiers', 'are', 'making', 'their', 'way', 'down', 'a', 'slope.'] | ['SRC', 'O', 'REL', 'O', 'O', 'O', 'REL', 'O'] |
a skier makes his way down the slopes on tuesday . | skier | tuesday | ['makes'] | ['a', 'skier', 'makes', 'his', 'way', 'down', 'the', 'slopes', 'on', 'tuesday', '.'] | ['TGT', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O'] |
The skier descended down the slope. | skier | slope | ['descended', 'down'] | ['The', 'skier', 'descended', 'down', 'the', 'slope.'] | ['O', 'SRC', 'REL', 'REL', 'O', 'O'] |
A skier slowly descending the slope. | skier | slowly | ['descending'] | ['A', 'skier', 'slowly', 'descending', 'the', 'slope.'] | ['O', 'SRC', 'TGT', 'REL', 'O', 'O'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.