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 man is taking a rest on a hike.
|
man
|
hike
|
['taking']
|
['A', 'man', 'is', 'taking', 'a', 'rest', 'on', 'a', 'hike.']
|
['O', 'SRC', 'O', 'REL', 'SRC', 'O', 'O', 'SRC', 'O']
|
The hikers are taking a rest from their hike.
|
hikers
|
hike
|
['taking']
|
['The', 'hikers', 'are', 'taking', 'a', 'rest', 'from', 'their', 'hike.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O']
|
A group of people browse produce in an open air market
|
group
|
open
|
['browse']
|
['A', 'group', 'of', 'people', 'browse', 'produce', 'in', 'an', 'open', 'air', 'market']
|
['O', 'SRC', 'O', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
A man is ordering food while leaning on a counter with his friend
|
man
|
friend
|
['ordering']
|
['A', 'man', 'is', 'ordering', 'food', 'while', 'leaning', 'on', 'a', 'counter', 'with', 'his', 'friend']
|
['O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'TGT']
|
A bowling team faces their rivals.
|
bowling
|
team
|
['faces']
|
['A', 'bowling', 'team', 'faces', 'their', 'rivals.']
|
['O', 'SRC', 'TGT', 'REL', 'O', 'O']
|
The soccer team gets ready to face their rivals in the conference math.
|
soccer
|
team
|
['gets', 'ready']
|
['The', 'soccer', 'team', 'gets', 'ready', 'to', 'face', 'their', 'rivals', 'in', 'the', 'conference', 'math.']
|
['O', 'SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
The friends bought the gift collectively.
|
friends
|
gift
|
['bought']
|
['The', 'friends', 'bought', 'the', 'gift', 'collectively.']
|
['O', 'SRC', 'REL', 'O', 'TGT', 'O']
|
The cars are racing along the highway.
|
cars
|
highway
|
['racing', 'along']
|
['The', 'cars', 'are', 'racing', 'along', 'the', 'highway.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O']
|
A car is racing down the highway in a high speed chase.
|
car
|
high
|
['racing']
|
['A', 'car', 'is', 'racing', 'down', 'the', 'highway', 'in', 'a', 'high', 'speed', 'chase.']
|
['O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'REL', 'SRC', 'TGT', 'O', 'O']
|
Priest prays in a boat in the lake.
|
Priest
|
lake
|
['prays', 'in']
|
['Priest', 'prays', 'in', 'a', 'boat', 'in', 'the', 'lake.']
|
['SRC', 'REL', 'REL', 'TGT', 'O', 'REL', 'O', 'O']
|
The player tries to prevent his opponent from scoring.
|
player
|
opponent
|
['tries']
|
['The', 'player', 'tries', 'to', 'prevent', 'his', 'opponent', 'from', 'scoring.']
|
['O', 'SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
Sports players are using contact to prevent scoring by opposition.
|
Sports
|
players
|
['using']
|
['Sports', 'players', 'are', 'using', 'contact', 'to', 'prevent', 'scoring', 'by', 'opposition.']
|
['SRC', 'TGT', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'O']
|
The children cry over their stolen bike.
|
children
|
stolen
|
['cry', 'over']
|
['The', 'children', 'cry', 'over', 'their', 'stolen', 'bike.']
|
['O', 'SRC', 'REL', 'REL', 'O', 'TGT', 'O']
|
The child on the bike stole it from the other, crying child.
|
child
|
child
|
['stole']
|
['The', 'child', 'on', 'the', 'bike', 'stole', 'it', 'from', 'the', 'other,', 'crying', 'child.']
|
['O', 'SRC', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'O']
|
A train is pulling an orange container on the tracks.
|
train
|
orange
|
['pulling']
|
['A', 'train', 'is', 'pulling', 'an', 'orange', 'container', 'on', 'the', 'tracks.']
|
['O', 'SRC', 'O', 'REL', 'TGT', 'TGT', 'O', 'O', 'O', 'O']
|
Woman huddling under an umbrella waiting out the downpour.
|
Woman
|
downpour
|
['huddling', 'under']
|
['Woman', 'huddling', 'under', 'an', 'umbrella', 'waiting', 'out', 'the', 'downpour.']
|
['SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'O', 'O', 'O']
|
Skiers check the snowy slopes from a balcony.
|
Skiers
|
snowy
|
['check']
|
['Skiers', 'check', 'the', 'snowy', 'slopes', 'from', 'a', 'balcony.']
|
['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
Small stuffed bear near dashboard of blue motor vehicle.
|
Small
|
blue
|
['bear', 'near']
|
['Small', 'stuffed', 'bear', 'near', 'dashboard', 'of', 'blue', 'motor', 'vehicle.']
|
['SRC', 'O', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O']
|
Wow, this pizza, straight out of the oven, certainly looks appetizing.
|
pizza
|
straight
|
['looks', 'appetizing']
|
['Wow,', 'this', 'pizza,', 'straight', 'out', 'of', 'the', 'oven,', 'certainly', 'looks', 'appetizing.', '']
|
['O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'REL', 'O', 'SRC']
|
A jet sits on the pavement outside under clouds.
|
jet
|
outside
|
['sits', 'on']
|
['A', 'jet', 'sits', 'on', 'the', 'pavement', 'outside', 'under', 'clouds.']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O']
|
A group of people are raising an umbrella on a beach.
|
group
|
beach
|
['raising']
|
['A', 'group', 'of', 'people', 'are', 'raising', 'an', 'umbrella', 'on', 'a', 'beach.']
|
['O', 'SRC', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
Doughnuts sit ready for cooking on a floured tray.
|
Doughnuts
|
floured
|
['sit', 'ready']
|
['Doughnuts', 'sit', 'ready', 'for', 'cooking', 'on', 'a', 'floured', 'tray.']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'REL', 'TGT', 'O']
|
Motorcyclists are traveling on bikes ahead of the car.
|
Motorcyclists
|
ahead
|
['traveling', 'on']
|
['Motorcyclists', 'are', 'traveling', 'on', 'bikes', 'ahead', 'of', 'the', 'car.']
|
['SRC', 'O', 'REL', 'REL', 'O', 'TGT', 'O', 'O', 'O']
|
The gourmet plate includes a meat and two sides.
|
gourmet
|
plate
|
['includes']
|
['The', 'gourmet', 'plate', 'includes', 'a', 'meat', 'and', 'two', 'sides.']
|
['O', 'SRC', 'TGT', 'REL', 'TGT', 'O', 'O', 'O', 'O']
|
A plate of salad that includes strawberries on the side.
|
that
|
side
|
['plate', 'of']
|
['A', 'plate', 'of', 'salad', 'that', 'includes', 'strawberries', 'on', 'the', 'side.']
|
['O', 'REL', 'REL', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O']
|
Zebras grazing on grasses in open rocky hillside.
|
Zebras
|
rocky
|
['grazing', 'on']
|
['Zebras', 'grazing', 'on', 'grasses', 'in', 'open', 'rocky', 'hillside.']
|
['SRC', 'REL', 'REL', 'O', 'REL', 'O', 'TGT', 'O']
|
An elephant eats grass in the savanna near a jungle.
|
elephant
|
jungle
|
['eats']
|
['An', 'elephant', 'eats', 'grass', 'in', 'the', 'savanna', 'near', 'a', 'jungle.']
|
['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O']
|
An elephant is near a lake surrounded by zebras.
|
elephant
|
zebras
|
['is', 'near']
|
['An', 'elephant', 'is', 'near', 'a', 'lake', 'surrounded', 'by', 'zebras.']
|
['O', 'SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'O', 'O']
|
Elephants and zebras are in a near dried up lake.
|
Elephants
|
dried
|
['are', 'in']
|
['Elephants', 'and', 'zebras', 'are', 'in', 'a', 'near', 'dried', 'up', 'lake.', '']
|
['SRC', 'O', 'O', 'REL', 'REL', 'SRC', 'O', 'TGT', 'O', 'O', 'SRC']
|
A small bedroom has striped wallpaper going floor to ceiling
|
wallpaper
|
ceiling
|
['striped']
|
['A', 'small', 'bedroom', 'has', 'striped', 'wallpaper', 'going', 'floor', 'to', 'ceiling']
|
['O', 'O', 'O', 'O', 'REL', 'SRC', 'O', 'O', 'O', 'TGT']
|
A boy and his mother feed a giraffe at the zoo
|
boy
|
zoo
|
['feed']
|
['A', 'boy', 'and', 'his', 'mother', 'feed', 'a', 'giraffe', 'at', 'the', 'zoo']
|
['O', 'SRC', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'TGT']
|
Handlers stand inside an enclosure with elephants standing near.
|
Handlers
|
elephants
|
['stand', 'inside']
|
['Handlers', 'stand', 'inside', 'an', 'enclosure', 'with', 'elephants', 'standing', 'near.', '']
|
['SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'TGT', 'O', 'O', 'SRC']
|
Couple of jet airplanes preforming stunts in the air.
|
Couple
|
preforming
|
['airplanes']
|
['Couple', 'of', 'jet', 'airplanes', 'preforming', 'stunts', 'in', 'the', 'air.']
|
['SRC', 'O', 'O', 'REL', 'TGT', 'O', 'TGT', 'O', 'O']
|
The broccoli is mixed with nuts, vegetables, and cheese.
|
broccoli
|
nuts
|
['mixed', 'with']
|
['The', 'broccoli', 'is', 'mixed', 'with', 'nuts,', 'vegetables,', 'and', 'cheese.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O']
|
The sheep are scattered to graze in the field.
|
sheep
|
field
|
['scattered']
|
['The', 'sheep', 'are', 'scattered', 'to', 'graze', 'in', 'the', 'field.']
|
['O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'O', 'O']
|
This rider has a lot of passengers on his motorcycle.
|
rider
|
motorcycle
|
['has']
|
['This', 'rider', 'has', 'a', 'lot', 'of', 'passengers', 'on', 'his', 'motorcycle.']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'O']
|
These motorcycles and sidecars protect the rider and passenger.
|
motorcycles
|
rider
|
['protect']
|
['These', 'motorcycles', 'and', 'sidecars', 'protect', 'the', 'rider', 'and', 'passenger.']
|
['O', 'SRC', 'O', 'O', 'REL', 'O', 'TGT', 'O', 'O']
|
It appears an elephant is eating green straw.
|
elephant
|
green
|
['appears']
|
['It', 'appears', 'an', 'elephant', 'is', 'eating', 'green', 'straw.']
|
['O', 'REL', 'SRC', 'SRC', 'O', 'O', 'TGT', 'O']
|
A passenger train that has some writing on the side.
|
passenger
|
that
|
['train']
|
['A', 'passenger', 'train', 'that', 'has', 'some', 'writing', 'on', 'the', 'side.']
|
['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O']
|
The giraffe is standing all alone outside with nothing around it.
|
giraffe
|
outside
|
['standing']
|
['The', 'giraffe', 'is', 'standing', 'all', 'alone', 'outside', 'with', 'nothing', 'around', 'it.', '']
|
['O', 'SRC', 'O', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'SRC']
|
corner fireplace that saves up on space
|
corner
|
that
|
['fireplace']
|
['corner', 'fireplace', 'that', 'saves', 'up', 'on', 'space']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O']
|
a building smashed up on waterfront .
|
building
|
waterfront
|
['smashed']
|
['a', 'building', 'smashed', 'up', 'on', 'waterfront', '.']
|
['TGT', 'SRC', 'REL', 'O', 'TGT', 'TGT', 'O']
|
the damaged waterfront in palm trees have been upturned and buildings smashed
|
palm
|
buildings
|
['upturned']
|
['the', 'damaged', 'waterfront', 'in', 'palm', 'trees', 'have', 'been', 'upturned', 'and', 'buildings', 'smashed']
|
['O', 'O', 'O', 'TGT', 'SRC', 'O', 'O', 'O', 'REL', 'O', 'TGT', 'O']
|
this joey is one of koalas born
|
joey
|
koalas
|
['is']
|
['this', 'joey', 'is', 'one', 'of', 'koalas', 'born']
|
['O', 'SRC', 'REL', 'O', 'O', 'TGT', 'O']
|
koala bear with her baby or joey in eucalyptus or gum tree
|
koala
|
eucalyptus
|
['bear', 'with']
|
['koala', 'bear', 'with', 'her', 'baby', 'or', 'joey', 'in', 'eucalyptus', 'or', 'gum', 'tree']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
chicken on the hens eat green grass on a meadow
|
chicken
|
green
|
['eat', 'green']
|
['chicken', 'on', 'the', 'hens', 'eat', 'green', 'grass', 'on', 'a', 'meadow']
|
['SRC', 'O', 'O', 'O', 'REL', 'TGT', 'O', 'O', 'REL', 'O']
|
the tents adequately cover the tables to protect people from the sunlight .
|
tents
|
adequately
|
['cover']
|
['the', 'tents', 'adequately', 'cover', 'the', 'tables', 'to', 'protect', 'people', 'from', 'the', 'sunlight', '.']
|
['O', 'SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
a member monitors the crowd at a celebration
|
member
|
celebration
|
['monitors']
|
['a', 'member', 'monitors', 'the', 'crowd', 'at', 'a', 'celebration']
|
['TGT', 'SRC', 'REL', 'O', 'O', 'TGT', 'TGT', 'TGT']
|
members monitor crowds during new year celebrations in the borough .
|
members
|
new
|
['monitor']
|
['members', 'monitor', 'crowds', 'during', 'new', 'year', 'celebrations', 'in', 'the', 'borough', '.']
|
['SRC', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O']
|
romanesque structure where theologian hid out after he left the catholic church .
|
he
|
catholic
|
['structure']
|
['romanesque', 'structure', 'where', 'theologian', 'hid', 'out', 'after', 'he', 'left', 'the', 'catholic', 'church', '.']
|
['O', 'REL', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O', 'O']
|
one of bedrooms that share a bath
|
that
|
bath
|
['one', 'of']
|
['one', 'of', 'bedrooms', 'that', 'share', 'a', 'bath']
|
['REL', 'REL', 'O', 'SRC', 'O', 'SRC', 'TGT']
|
large guest bedroom shares a bath with another on the first floor
|
large
|
guest
|
['shares']
|
['large', 'guest', 'bedroom', 'shares', 'a', 'bath', 'with', 'another', 'on', 'the', 'first', 'floor']
|
['SRC', 'TGT', 'O', 'REL', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
fireworks find a place to stay from this list of hotels .
|
fireworks
|
hotels
|
['find']
|
['fireworks', 'find', 'a', 'place', 'to', 'stay', 'from', 'this', 'list', 'of', 'hotels', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
your villa is on the top floor and features covered parking
|
villa
|
top
|
['is', 'on']
|
['your', 'villa', 'is', 'on', 'the', 'top', 'floor', 'and', 'features', 'covered', 'parking']
|
['O', 'SRC', 'REL', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
pilots fly over country on board of their helicopter
|
pilots
|
helicopter
|
['fly', 'over']
|
['pilots', 'fly', 'over', 'country', 'on', 'board', 'of', 'their', 'helicopter']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT']
|
the pilots who flew military transport aircraft into country .
|
who
|
military
|
['pilots']
|
['the', 'pilots', 'who', 'flew', 'military', 'transport', 'aircraft', 'into', 'country', '.']
|
['O', 'REL', 'SRC', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
coins fall and bounce onto a texture surface
|
coins
|
texture
|
['fall']
|
['coins', 'fall', 'and', 'bounce', 'onto', 'a', 'texture', 'surface']
|
['SRC', 'REL', 'O', 'O', 'O', 'REL', 'TGT', 'O']
|
detail of orange pills falling and bouncing on the mirrors surface
|
detail
|
orange
|
['falling']
|
['detail', 'of', 'orange', 'pills', 'falling', 'and', 'bouncing', 'on', 'the', 'mirrors', 'surface']
|
['SRC', 'O', 'TGT', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'O']
|
sick sea lions rests in their cage as they go .
|
sick
|
sea
|
['rests', 'in']
|
['sick', 'sea', 'lions', 'rests', 'in', 'their', 'cage', 'as', 'they', 'go', '.']
|
['SRC', 'TGT', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'O']
|
pink neon lights reflected in stainless steel architecture .
|
pink
|
neon
|
['reflected', 'in', 'stainless']
|
['pink', 'neon', 'lights', 'reflected', 'in', 'stainless', 'steel', 'architecture', '.']
|
['SRC', 'TGT', 'O', 'REL', 'SRC', 'REL', 'O', 'O', 'O']
|
women share a joke near reflected light and modern architecture
|
women
|
reflected
|
['share']
|
['women', 'share', 'a', 'joke', 'near', 'reflected', 'light', 'and', 'modern', 'architecture']
|
['SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
tourist looking for the hotel during a holiday
|
tourist
|
holiday
|
['looking', 'for']
|
['tourist', 'looking', 'for', 'the', 'hotel', 'during', 'a', 'holiday']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'TGT', 'TGT']
|
tile hung walls are a common site in villages
|
tile
|
hung
|
['are']
|
['tile', 'hung', 'walls', 'are', 'a', 'common', 'site', 'in', 'villages']
|
['SRC', 'TGT', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O']
|
hands gild behind the statue
|
hands
|
statue
|
['gild', 'behind']
|
['hands', 'gild', 'behind', 'the', 'statue']
|
['SRC', 'REL', 'REL', 'O', 'TGT']
|
heart shape gilded pebble on the hand of a very large buddha statue .
|
heart
|
shape
|
['gilded', 'pebble']
|
['heart', 'shape', 'gilded', 'pebble', 'on', 'the', 'hand', 'of', 'a', 'very', 'large', 'buddha', 'statue', '.']
|
['SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O']
|
visitors were able to sample various foods at show
|
visitors
|
various
|
['were', 'able']
|
['visitors', 'were', 'able', 'to', 'sample', 'various', 'foods', 'at', 'show']
|
['SRC', 'REL', 'REL', 'SRC', 'O', 'TGT', 'O', 'O', 'O']
|
hundreds of visitors sampled many traditional foods on saturday .
|
hundreds
|
traditional
|
['sampled', 'many']
|
['hundreds', 'of', 'visitors', 'sampled', 'many', 'traditional', 'foods', 'on', 'saturday', '.']
|
['SRC', 'O', 'O', 'REL', 'REL', 'TGT', 'O', 'TGT', 'O', 'O']
|
deity is the main god at this beautiful marble temple
|
deity
|
beautiful
|
['is']
|
['deity', 'is', 'the', 'main', 'god', 'at', 'this', 'beautiful', 'marble', 'temple']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
hospital for stuffed toys is bursting at the seams
|
hospital
|
stuffed
|
['bursting', 'at']
|
['hospital', 'for', 'stuffed', 'toys', 'is', 'bursting', 'at', 'the', 'seams']
|
['SRC', 'O', 'TGT', 'O', 'O', 'REL', 'REL', 'O', 'O']
|
tower crane painted red against the blue sky filled with clouds
|
tower
|
crane
|
['painted']
|
['tower', 'crane', 'painted', 'red', 'against', 'the', 'blue', 'sky', 'filled', 'with', 'clouds']
|
['SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
stock image of flower stands out among the gray .
|
stock
|
image
|
['stands']
|
['stock', 'image', 'of', 'flower', 'stands', 'out', 'among', 'the', 'gray', '.']
|
['SRC', 'TGT', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'O']
|
spot the differences you will look at texts .
|
you
|
texts
|
['spot']
|
['spot', 'the', 'differences', 'you', 'will', 'look', 'at', 'texts', '.']
|
['REL', 'O', 'O', 'SRC', 'O', 'O', 'O', 'TGT', 'O']
|
spot the difference ... footballer looks just like consumer product
|
footballer
|
just
|
['spot']
|
['spot', 'the', 'difference', '...', 'footballer', 'looks', 'just', 'like', 'consumer', 'product']
|
['REL', 'O', 'O', 'O', 'SRC', 'O', 'TGT', 'O', 'O', 'O']
|
containers are loaded onto automated guided vehicles .
|
containers
|
guided
|
['loaded', 'onto']
|
['containers', 'are', 'loaded', 'onto', 'automated', 'guided', 'vehicles', '.']
|
['SRC', 'O', 'REL', 'REL', 'O', 'TGT', 'O', 'O']
|
hikers who have disease celebrate at the summit .
|
who
|
summit
|
['celebrate', 'at']
|
['hikers', 'who', 'have', 'disease', 'celebrate', 'at', 'the', 'summit', '.']
|
['O', 'SRC', 'O', 'O', 'REL', 'REL', 'O', 'TGT', 'O']
|
monkey eating banana turned to look for a friend
|
monkey
|
eating
|
['turned']
|
['monkey', 'eating', 'banana', 'turned', 'to', 'look', 'for', 'a', 'friend']
|
['SRC', 'TGT', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
this is what my friend looks like when eating chicken
|
friend
|
when
|
['is']
|
['this', 'is', 'what', 'my', 'friend', 'looks', 'like', 'when', 'eating', 'chicken']
|
['O', 'REL', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O', 'O']
|
a passenger jet takes to the skies above the main terminal
|
passenger
|
jet
|
['takes', 'to']
|
['a', 'passenger', 'jet', 'takes', 'to', 'the', 'skies', 'above', 'the', 'main', 'terminal']
|
['SRC', 'SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'O']
|
water flows off a farm following a storm .
|
water
|
storm
|
['flows', 'off']
|
['water', 'flows', 'off', 'a', 'farm', 'following', 'a', 'storm', '.']
|
['SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'SRC', 'TGT', 'O']
|
family having meal in the park
|
family
|
park
|
['having']
|
['family', 'having', 'meal', 'in', 'the', 'park']
|
['SRC', 'REL', 'O', 'REL', 'O', 'TGT']
|
this pic proves that dogs understand nostalgia .
|
dogs
|
nostalgia
|
['proves']
|
['this', 'pic', 'proves', 'that', 'dogs', 'understand', 'nostalgia', '.']
|
['O', 'O', 'REL', 'O', 'SRC', 'O', 'TGT', 'O']
|
pics that prove dogs are better than a pillow bored panda
|
dogs
|
bored
|
['pics']
|
['pics', 'that', 'prove', 'dogs', 'are', 'better', 'than', 'a', 'pillow', 'bored', 'panda']
|
['REL', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
our shirts come in a variety of colors and sizes .
|
shirts
|
colors
|
['come', 'in']
|
['our', 'shirts', 'come', 'in', 'a', 'variety', 'of', 'colors', 'and', 'sizes', '.']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
glacier has created a glacial lake about a mile inland
|
glacier
|
glacial
|
['created']
|
['glacier', 'has', 'created', 'a', 'glacial', 'lake', 'about', 'a', 'mile', 'inland']
|
['SRC', 'O', 'REL', 'SRC', 'TGT', 'O', 'O', 'SRC', 'O', 'O']
|
tourists visit roman structure per year .
|
tourists
|
roman
|
['visit', 'roman']
|
['tourists', 'visit', 'roman', 'structure', 'per', 'year', '.']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O']
|
mughal structure is one of sites that you can visit in years
|
you
|
years
|
['is']
|
['mughal', 'structure', 'is', 'one', 'of', 'sites', 'that', 'you', 'can', 'visit', 'in', 'years']
|
['O', 'O', 'REL', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'TGT']
|
politician is greeted by students as he arrives on thursday .
|
he
|
thursday
|
['greeted', 'by']
|
['politician', 'is', 'greeted', 'by', 'students', 'as', 'he', 'arrives', 'on', 'thursday', '.']
|
['O', 'O', 'REL', 'REL', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O']
|
bottles and cans left by festive revellers litter the streets .
|
bottles
|
festive
|
['litter']
|
['bottles', 'and', 'cans', 'left', 'by', 'festive', 'revellers', 'litter', 'the', 'streets', '.']
|
['SRC', 'O', 'O', 'O', 'O', 'TGT', 'O', 'REL', 'O', 'O', 'O']
|
broken windows and vines that have grown inside are visible on tuesday .
|
that
|
inside
|
['are', 'visible']
|
['broken', 'windows', 'and', 'vines', 'that', 'have', 'grown', 'inside', 'are', 'visible', 'on', 'tuesday', '.']
|
['O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'REL', 'REL', 'O', 'O', 'O']
|
parents mortified to find toys full of mold
|
parents
|
full
|
['mortified']
|
['parents', 'mortified', 'to', 'find', 'toys', 'full', 'of', 'mold']
|
['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
parents have been warned after finding mould inside their toys .
|
parents
|
toys
|
['warned', 'after']
|
['parents', 'have', 'been', 'warned', 'after', 'finding', 'mould', 'inside', 'their', 'toys', '.']
|
['SRC', 'O', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
employees were serving up fresh coffee and desserts at the event .
|
employees
|
fresh
|
['serving']
|
['employees', 'were', 'serving', 'up', 'fresh', 'coffee', 'and', 'desserts', 'at', 'the', 'event', '.']
|
['SRC', 'O', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
politicians arrive for a meeting with members .
|
politicians
|
members
|
['arrive', 'for']
|
['politicians', 'arrive', 'for', 'a', 'meeting', 'with', 'members', '.']
|
['SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'TGT', 'O']
|
minister of politician arrives to discuss economic crisis with other members
|
minister
|
other
|
['arrives']
|
['minister', 'of', 'politician', 'arrives', 'to', 'discuss', 'economic', 'crisis', 'with', 'other', 'members']
|
['SRC', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
foods that help in burning fat
|
that
|
burning
|
['foods']
|
['foods', 'that', 'help', 'in', 'burning', 'fat']
|
['REL', 'SRC', 'O', 'TGT', 'TGT', 'O']
|
running helps you burn calories at a rapid rate to burn fat .
|
you
|
rapid
|
['helps']
|
['running', 'helps', 'you', 'burn', 'calories', 'at', 'a', 'rapid', 'rate', 'to', 'burn', 'fat', '.']
|
['O', 'REL', 'SRC', 'O', 'O', 'O', 'TGT', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
white hotel rooms enhance the feel of space
|
white
|
hotel
|
['enhance']
|
['white', 'hotel', 'rooms', 'enhance', 'the', 'feel', 'of', 'space']
|
['SRC', 'TGT', 'O', 'REL', 'O', 'O', 'O', 'O']
|
a large bay window visually enhances space inside the conference room
|
large
|
bay
|
['enhances']
|
['a', 'large', 'bay', 'window', 'visually', 'enhances', 'space', 'inside', 'the', 'conference', 'room']
|
['SRC', 'SRC', 'TGT', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'O']
|
the paved road ends as it winds around this pasture .
|
it
|
pasture
|
['ends']
|
['the', 'paved', 'road', 'ends', 'as', 'it', 'winds', 'around', 'this', 'pasture', '.']
|
['O', 'O', 'O', 'REL', 'TGT', 'SRC', 'O', 'O', 'O', 'TGT', 'O']
|
musicians play violins on the notes at a concert
|
musicians
|
concert
|
['play']
|
['musicians', 'play', 'violins', 'on', 'the', 'notes', 'at', 'a', 'concert']
|
['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'SRC', 'TGT']
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.