sentence
stringlengths 16
142
| source
stringlengths 1
16
| target
stringlengths 1
16
| relation
stringlengths 5
37
| tokens
stringlengths 32
194
| tags
stringlengths 22
113
|
---|---|---|---|---|---|
The deep dish pizza has red peppers, red onions, herbs and cheese.
|
deep
|
dish
|
['has', 'red']
|
['The', 'deep', 'dish', 'pizza', 'has', 'red', 'peppers,', 'red', 'onions,', 'herbs', 'and', 'cheese.']
|
['O', 'SRC', 'TGT', 'O', 'REL', 'REL', 'O', 'REL', 'O', 'O', 'O', 'O']
|
An airplane meal with a salad, sandwich and beverage is shown.
|
sandwich
|
salad
|
['shown']
|
['An', 'airplane', 'meal', 'with', 'a', 'salad,', 'sandwich', 'and', 'beverage', 'is', 'shown.']
|
['O', 'O', 'O', 'O', 'SRC', 'O', 'SRC', 'SRC', 'O', 'O', 'O']
|
A tin of food that includes carrots, mashed potatoes and meat.
|
that
|
carrots
|
['tin', 'of']
|
['A', 'tin', 'of', 'food', 'that', 'includes', 'carrots,', 'mashed', 'potatoes', 'and', 'meat.']
|
['O', 'REL', 'REL', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O']
|
An apple is stacked on top of an orange.
|
apple
|
orange
|
['stacked', 'on']
|
['An', 'apple', 'is', 'stacked', 'on', 'top', 'of', 'an', 'orange.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O', 'TGT', 'O']
|
Light from a window shines on a bathtub and sink.
|
Light
|
bathtub
|
['shines', 'on']
|
['Light', 'from', 'a', 'window', 'shines', 'on', 'a', 'bathtub', 'and', 'sink.']
|
['SRC', 'O', 'TGT', 'O', 'REL', 'REL', 'TGT', 'TGT', 'O', 'O']
|
A pizza is served on a plate with water.
|
pizza
|
water
|
['served', 'on']
|
['A', 'pizza', 'is', 'served', 'on', 'a', 'plate', 'with', 'water.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'SRC', 'O', 'O', 'O']
|
An umbrella is set up beside a blanket on a beach.
|
umbrella
|
beach
|
['set']
|
['An', 'umbrella', 'is', 'set', 'up', 'beside', 'a', 'blanket', 'on', 'a', 'beach.']
|
['O', 'SRC', 'O', 'REL', 'O', 'O', 'SRC', 'O', 'O', 'SRC', 'O']
|
People set up umbrellas on the beach next to blankets.
|
People
|
next
|
['set']
|
['People', 'set', 'up', 'umbrellas', 'on', 'the', 'beach', 'next', 'to', 'blankets.', '']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'SRC']
|
the crew of a cargo aircraft prepares to load helicopters
|
crew
|
cargo
|
['prepares']
|
['the', 'crew', 'of', 'a', 'cargo', 'aircraft', 'prepares', 'to', 'load', 'helicopters']
|
['O', 'SRC', 'O', 'TGT', 'TGT', 'O', 'REL', 'O', 'O', 'O']
|
service members prepare to load a helicopter onto military transport aircraft
|
service
|
members
|
['prepare']
|
['service', 'members', 'prepare', 'to', 'load', 'a', 'helicopter', 'onto', 'military', 'transport', 'aircraft']
|
['SRC', 'TGT', 'REL', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'O']
|
residents are encouraged to join in the community clean up .
|
residents
|
community
|
['encouraged']
|
['residents', 'are', 'encouraged', 'to', 'join', 'in', 'the', 'community', 'clean', 'up', '.']
|
['SRC', 'O', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
residents and businesses joined forces for a community clean up
|
residents
|
community
|
['joined']
|
['residents', 'and', 'businesses', 'joined', 'forces', 'for', 'a', 'community', 'clean', 'up']
|
['SRC', 'O', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
person leave the city from airport for holidays
|
person
|
holidays
|
['leave']
|
['person', 'leave', 'the', 'city', 'from', 'airport', 'for', 'holidays']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT']
|
actor and his family left airport on for a city on holiday .
|
actor
|
holiday
|
['left']
|
['actor', 'and', 'his', 'family', 'left', 'airport', 'on', 'for', 'a', 'city', 'on', 'holiday', '.']
|
['SRC', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O']
|
event captured these views of icy moon .
|
event
|
icy
|
['captured']
|
['event', 'captured', 'these', 'views', 'of', 'icy', 'moon', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
event captured this rare view of moon peeking out from behind its sibling
|
event
|
rare
|
['captured']
|
['event', 'captured', 'this', 'rare', 'view', 'of', 'moon', 'peeking', 'out', 'from', 'behind', 'its', 'sibling']
|
['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
we spent quite some time looking for fashion business .
|
we
|
fashion
|
['spent']
|
['we', 'spent', 'quite', 'some', 'time', 'looking', 'for', 'fashion', 'business', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
person poses as she arrives for the premiere at festival
|
she
|
festival
|
['poses']
|
['person', 'poses', 'as', 'she', 'arrives', 'for', 'the', 'premiere', 'at', 'festival']
|
['O', 'REL', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O', 'TGT']
|
actors pose as they arrive to attend the premiere during festival
|
they
|
festival
|
['pose']
|
['actors', 'pose', 'as', 'they', 'arrive', 'to', 'attend', 'the', 'premiere', 'during', 'festival']
|
['O', 'REL', 'O', 'SRC', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT']
|
shepherds lead their flocks near the amazing temples .
|
shepherds
|
amazing
|
['lead']
|
['shepherds', 'lead', 'their', 'flocks', 'near', 'the', 'amazing', 'temples', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
shepherd leads his flock near the remarkable temples of a city .
|
shepherd
|
remarkable
|
['leads']
|
['shepherd', 'leads', 'his', 'flock', 'near', 'the', 'remarkable', 'temples', 'of', 'a', 'city', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'TGT', 'O', 'O']
|
a view of southern province shows mountains and villages .
|
view
|
southern
|
['shows']
|
['a', 'view', 'of', 'southern', 'province', 'shows', 'mountains', 'and', 'villages', '.']
|
['O', 'SRC', 'O', 'TGT', 'O', 'REL', 'O', 'O', 'O', 'O']
|
person poses for a photo with a family on holiday
|
person
|
holiday
|
['poses', 'for']
|
['person', 'poses', 'for', 'a', 'photo', 'with', 'a', 'family', 'on', 'holiday']
|
['SRC', 'REL', 'REL', 'TGT', 'O', 'O', 'TGT', 'O', 'SRC', 'TGT']
|
families pose for photos with film character and western christian holiday
|
families
|
film
|
['pose', 'for']
|
['families', 'pose', 'for', 'photos', 'with', 'film', 'character', 'and', 'western', 'christian', 'holiday']
|
['SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
city skyline reflected at twilight after sunset with a purple pink sky
|
city
|
skyline
|
['reflected', 'at']
|
['city', 'skyline', 'reflected', 'at', 'twilight', 'after', 'sunset', 'with', 'a', 'purple', 'pink', 'sky']
|
['SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'O', 'REL', 'O', 'O', 'TGT']
|
players react after footballer misses a chance
|
footballer
|
chance
|
['react']
|
['players', 'react', 'after', 'footballer', 'misses', 'a', 'chance']
|
['O', 'REL', 'O', 'SRC', 'O', 'SRC', 'TGT']
|
footballer is consoled by soccer player after a missed chance during the match .
|
footballer
|
missed
|
['consoled', 'by']
|
['footballer', 'is', 'consoled', 'by', 'soccer', 'player', 'after', 'a', 'missed', 'chance', 'during', 'the', 'match', '.']
|
['SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'SRC', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
helping students learn the structure of narrative text
|
students
|
narrative
|
['helping']
|
['helping', 'students', 'learn', 'the', 'structure', 'of', 'narrative', 'text']
|
['REL', 'SRC', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
fashion model walks the runway in trendy designs
|
fashion
|
model
|
['walks']
|
['fashion', 'model', 'walks', 'the', 'runway', 'in', 'trendy', 'designs']
|
['SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'O']
|
image result for things to consider before you buy industry
|
you
|
industry
|
['result']
|
['image', 'result', 'for', 'things', 'to', 'consider', 'before', 'you', 'buy', 'industry']
|
['O', 'REL', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O', 'TGT']
|
things to know and consider when buying industry with disease cause
|
things
|
when
|
['cause']
|
['things', 'to', 'know', 'and', 'consider', 'when', 'buying', 'industry', 'with', 'disease', 'cause']
|
['SRC', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'REL']
|
sunrise paints the sky with pinks .
|
sunrise
|
pinks
|
['paints']
|
['sunrise', 'paints', 'the', 'sky', 'with', 'pinks', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
the sky was painted in all hues of pink and yellow at sunrise .
|
sky
|
sunrise
|
['painted', 'in']
|
['the', 'sky', 'was', 'painted', 'in', 'all', 'hues', 'of', 'pink', 'and', 'yellow', 'at', 'sunrise', '.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
police detain a protester against politician .
|
police
|
politician
|
['detain']
|
['police', 'detain', 'a', 'protester', 'against', 'politician', '.']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'TGT', 'O']
|
above protesters are detained by police after a protest against politician on saturday night
|
protesters
|
saturday
|
['detained', 'by']
|
['above', 'protesters', 'are', 'detained', 'by', 'police', 'after', 'a', 'protest', 'against', 'politician', 'on', 'saturday', 'night']
|
['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O', 'TGT', 'SRC', 'O', 'O', 'O', 'TGT', 'O']
|
a police officer stood guard outside the home where
|
police
|
officer
|
['stood']
|
['a', 'police', 'officer', 'stood', 'guard', 'outside', 'the', 'home', 'where']
|
['O', 'SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'O']
|
police officers stand guard near the home of politician in tours .
|
police
|
officers
|
['stand']
|
['police', 'officers', 'stand', 'guard', 'near', 'the', 'home', 'of', 'politician', 'in', 'tours', '.']
|
['SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
monarch returning from his tour is greeted by the crowds on his route
|
monarch
|
route
|
['greeted', 'by']
|
['monarch', 'returning', 'from', 'his', 'tour', 'is', 'greeted', 'by', 'the', 'crowds', 'on', 'his', 'route']
|
['SRC', 'O', 'O', 'O', 'O', 'O', 'REL', 'REL', 'O', 'O', 'SRC', 'O', 'TGT']
|
teacher helping grade students working at their desks in the classroom
|
teacher
|
grade
|
['helping']
|
['teacher', 'helping', 'grade', 'students', 'working', 'at', 'their', 'desks', 'in', 'the', 'classroom']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O', 'REL', 'O', 'O']
|
A toilet and bidet sit in a bathroom that is under construction.
|
that
|
construction
|
['sit', 'in']
|
['A', 'toilet', 'and', 'bidet', 'sit', 'in', 'a', 'bathroom', 'that', 'is', 'under', 'construction.']
|
['O', 'O', 'O', 'O', 'REL', 'REL', 'SRC', 'O', 'SRC', 'O', 'O', 'O']
|
The pasta is then served with shredded cheese on top.
|
pasta
|
shredded
|
['served', 'with']
|
['The', 'pasta', 'is', 'then', 'served', 'with', 'shredded', 'cheese', 'on', 'top.']
|
['O', 'SRC', 'O', 'O', 'REL', 'REL', 'TGT', 'O', 'O', 'O']
|
After, the chef adds the parmesan cheese on top the pasta and serves in a dish.
|
chef
|
parmesan
|
['adds']
|
['After,', 'the', 'chef', 'adds', 'the', 'parmesan', 'cheese', 'on', 'top', 'the', 'pasta', 'and', 'serves', 'in', 'a', 'dish.']
|
['O', 'O', 'SRC', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
A person demonstrates how to paint a butterfly design on their nails.
|
person
|
how
|
['demonstrates']
|
['A', 'person', 'demonstrates', 'how', 'to', 'paint', 'a', 'butterfly', 'design', 'on', 'their', 'nails.']
|
['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'REL', 'O', 'O', 'SRC', 'O', 'O']
|
A woman is demonstrating how to paint her nails and make designs on them.
|
woman
|
how
|
['demonstrating']
|
['A', 'woman', 'is', 'demonstrating', 'how', 'to', 'paint', 'her', 'nails', 'and', 'make', 'designs', 'on', 'them.']
|
['O', 'SRC', 'O', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'REL', 'O']
|
farmer loading a bamboo basket with harvested tobacco leaves
|
farmer
|
harvested
|
['loading']
|
['farmer', 'loading', 'a', 'bamboo', 'basket', 'with', 'harvested', 'tobacco', 'leaves']
|
['SRC', 'REL', 'SRC', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
family with cups raised toasting a meal
|
family
|
meal
|
['raised']
|
['family', 'with', 'cups', 'raised', 'toasting', 'a', 'meal']
|
['SRC', 'O', 'O', 'REL', 'O', 'SRC', 'TGT']
|
planet earth with heart shaped continents and clouds over a starry sky stock photo
|
planet
|
earth
|
['shaped']
|
['planet', 'earth', 'with', 'heart', 'shaped', 'continents', 'and', 'clouds', 'over', 'a', 'starry', 'sky', 'stock', 'photo']
|
['SRC', 'TGT', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O']
|
cricketer raises his bat after scoring a half century during the second day of the first test match .
|
cricketer
|
first
|
['raises']
|
['cricketer', 'raises', 'his', 'bat', 'after', 'scoring', 'a', 'half', 'century', 'during', 'the', 'second', 'day', 'of', 'the', 'first', 'test', 'match', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
giant carved statues of military commander outside type of place of worship
|
giant
|
military
|
['carved']
|
['giant', 'carved', 'statues', 'of', 'military', 'commander', 'outside', 'type', 'of', 'place', 'of', 'worship']
|
['SRC', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
protesters marching during the demonstration ahead of the summit
|
protesters
|
ahead
|
['marching', 'during']
|
['protesters', 'marching', 'during', 'the', 'demonstration', 'ahead', 'of', 'the', 'summit']
|
['SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
protesters march towards spanish colonial style structure during a demonstration against politician attending membership organisation summit .
|
protesters
|
colonial
|
['march', 'towards', 'spanish']
|
['protesters', 'march', 'towards', 'spanish', 'colonial', 'style', 'structure', 'during', 'a', 'demonstration', 'against', 'politician', 'attending', 'membership', 'organisation', 'summit', '.']
|
['SRC', 'REL', 'REL', 'REL', 'TGT', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
flags were flying at half mast in respect for the victims
|
flags
|
mast
|
['flying', 'at']
|
['flags', 'were', 'flying', 'at', 'half', 'mast', 'in', 'respect', 'for', 'the', 'victims']
|
['SRC', 'O', 'REL', 'REL', 'O', 'TGT', 'REL', 'O', 'O', 'O', 'O']
|
flags fly at half mast as a sign of respect to cricket player on friday
|
flags
|
half
|
['fly']
|
['flags', 'fly', 'at', 'half', 'mast', 'as', 'a', 'sign', 'of', 'respect', 'to', 'cricket', 'player', 'on', 'friday']
|
['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
sign warns people and artists to stay away from their private property .
|
people
|
private
|
['warns']
|
['sign', 'warns', 'people', 'and', 'artists', 'to', 'stay', 'away', 'from', 'their', 'private', 'property', '.']
|
['O', 'REL', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
signs line the tracks warning pedestrians to stay off railroad private property .
|
signs
|
private
|
['line']
|
['signs', 'line', 'the', 'tracks', 'warning', 'pedestrians', 'to', 'stay', 'off', 'railroad', 'private', 'property', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
the flower of an edible plant found growing on the rocky shores
|
flower
|
rocky
|
['found']
|
['the', 'flower', 'of', 'an', 'edible', 'plant', 'found', 'growing', 'on', 'the', 'rocky', 'shores']
|
['O', 'SRC', 'O', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
near a city we found this plant growing right along the sea shore .
|
plant
|
right
|
['found']
|
['near', 'a', 'city', 'we', 'found', 'this', 'plant', 'growing', 'right', 'along', 'the', 'sea', 'shore', '.']
|
['O', 'SRC', 'O', 'O', 'REL', 'O', 'SRC', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
police closed off all roads into a city ahead of public mass
|
police
|
public
|
['closed']
|
['police', 'closed', 'off', 'all', 'roads', 'into', 'a', 'city', 'ahead', 'of', 'public', 'mass']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
a city is closed between person and road as police established a crime scene
|
police
|
crime
|
['closed', 'between']
|
['a', 'city', 'is', 'closed', 'between', 'person', 'and', 'road', 'as', 'police', 'established', 'a', 'crime', 'scene']
|
['O', 'O', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O']
|
tower bridge being raised in the evening to allow a boat to pass underneath
|
boat
|
evening
|
['raised', 'in']
|
['tower', 'bridge', 'being', 'raised', 'in', 'the', 'evening', 'to', 'allow', 'a', 'boat', 'to', 'pass', 'underneath']
|
['O', 'O', 'O', 'REL', 'TGT', 'O', 'TGT', 'O', 'O', 'SRC', 'SRC', 'O', 'O', 'O']
|
fishing boat passes along suspension bridge during sunset on a foggy evening
|
fishing
|
boat
|
['passes', 'along']
|
['fishing', 'boat', 'passes', 'along', 'suspension', 'bridge', 'during', 'sunset', 'on', 'a', 'foggy', 'evening']
|
['SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'O', 'REL', 'TGT', 'O', 'O']
|
soldiers swearing the personal oath of allegiance to military commander introduced .
|
soldiers
|
military
|
['introduced']
|
['soldiers', 'swearing', 'the', 'personal', 'oath', 'of', 'allegiance', 'to', 'military', 'commander', 'introduced', '.']
|
['SRC', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'REL', 'O']
|
soldiers and job title swear the oath of allegiance as they become naturalized citizens
|
job
|
they
|
['swear']
|
['soldiers', 'and', 'job', 'title', 'swear', 'the', 'oath', 'of', 'allegiance', 'as', 'they', 'become', 'naturalized', 'citizens']
|
['O', 'O', 'SRC', 'O', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
wedding ring with a heart shaped shadow
|
wedding
|
ring
|
['shaped']
|
['wedding', 'ring', 'with', 'a', 'heart', 'shaped', 'shadow']
|
['SRC', 'TGT', 'O', 'REL', 'O', 'REL', 'O']
|
wedding ring and heart shaped shadow over poetry book
|
wedding
|
ring
|
['shaped']
|
['wedding', 'ring', 'and', 'heart', 'shaped', 'shadow', 'over', 'poetry', 'book']
|
['SRC', 'TGT', 'O', 'O', 'REL', 'O', 'O', 'O', 'O']
|
construction nears completion on the new building
|
construction
|
new
|
['nears']
|
['construction', 'nears', 'completion', 'on', 'the', 'new', 'building']
|
['SRC', 'REL', 'O', 'SRC', 'O', 'TGT', 'O']
|
the building is among a new crop of luxury buildings that recently finished construction or are nearing completion .
|
new
|
luxury
|
['is', 'among']
|
['the', 'building', 'is', 'among', 'a', 'new', 'crop', 'of', 'luxury', 'buildings', 'that', 'recently', 'finished', 'construction', 'or', 'are', 'nearing', 'completion', '.']
|
['O', 'O', 'REL', 'REL', 'REL', 'SRC', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
customer buying a car at dealership
|
customer
|
dealership
|
['buying']
|
['customer', 'buying', 'a', 'car', 'at', 'dealership']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'TGT']
|
the customer signs the agreement of buying car in car dealership
|
customer
|
car
|
['signs']
|
['the', 'customer', 'signs', 'the', 'agreement', 'of', 'buying', 'car', 'in', 'car', 'dealership']
|
['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'TGT', 'O']
|
a shop advertises its sale as shoppers buy last minute items before christmas day
|
shoppers
|
last
|
['advertises']
|
['a', 'shop', 'advertises', 'its', 'sale', 'as', 'shoppers', 'buy', 'last', 'minute', 'items', 'before', 'christmas', 'day']
|
['TGT', 'SRC', 'REL', 'O', 'O', 'TGT', 'SRC', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
chef adding finishing touch on his dish before it goes on the table
|
it
|
table
|
['chef']
|
['chef', 'adding', 'finishing', 'touch', 'on', 'his', 'dish', 'before', 'it', 'goes', 'on', 'the', 'table']
|
['REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'TGT']
|
with wickets falling at regular intervals had a lot to celebrate on day against republic
|
wickets
|
regular
|
['had']
|
['with', 'wickets', 'falling', 'at', 'regular', 'intervals', 'had', 'a', 'lot', 'to', 'celebrate', 'on', 'day', 'against', 'republic']
|
['O', 'SRC', 'O', 'O', 'TGT', 'O', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
educational institution campus looks toward the sideline in a game .
|
educational
|
institution
|
['looks', 'toward']
|
['educational', 'institution', 'campus', 'looks', 'toward', 'the', 'sideline', 'in', 'a', 'game', '.']
|
['SRC', 'TGT', 'O', 'REL', 'REL', 'O', 'O', 'TGT', 'SRC', 'O', 'O']
|
defenders look to the sidelines during game against educational institution campus .
|
defenders
|
educational
|
['look', 'to']
|
['defenders', 'look', 'to', 'the', 'sidelines', 'during', 'game', 'against', 'educational', 'institution', 'campus', '.']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
the sun rises over sea as a ship passes on the horizon .
|
ship
|
horizon
|
['rises', 'over']
|
['the', 'sun', 'rises', 'over', 'sea', 'as', 'a', 'ship', 'passes', 'on', 'the', 'horizon', '.']
|
['O', 'O', 'REL', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'TGT', 'O', 'TGT', 'O']
|
A left turn signal, stoplight and street sign are hanging on a pole.
|
turn
|
signal
|
['hanging', 'on']
|
['A', 'left', 'turn', 'signal,', 'stoplight', 'and', 'street', 'sign', 'are', 'hanging', 'on', 'a', 'pole.']
|
['O', 'O', 'SRC', 'O', 'O', 'O', 'O', 'TGT', 'O', 'REL', 'REL', 'TGT', 'O']
|
A sign hangs at the entrance of a very narrow street alerting no left turn can be made.
|
sign
|
left
|
['hangs', 'at']
|
['A', 'sign', 'hangs', 'at', 'the', 'entrance', 'of', 'a', 'very', 'narrow', 'street', 'alerting', 'no', 'left', 'turn', 'can', 'be', 'made.']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
the showroom is filled with furnishings and decor for home and garden .
|
showroom
|
home
|
['filled', 'with']
|
['the', 'showroom', 'is', 'filled', 'with', 'furnishings', 'and', 'decor', 'for', 'home', 'and', 'garden', '.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
bald eagle perched in a tree before taking flight on a winter day along river
|
bald
|
eagle
|
['perched', 'in']
|
['bald', 'eagle', 'perched', 'in', 'a', 'tree', 'before', 'taking', 'flight', 'on', 'a', 'winter', 'day', 'along', 'river']
|
['SRC', 'TGT', 'REL', 'REL', 'SRC', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O']
|
an adult bald eagle takes flight wednesday afternoon over river between ethnicity and a city .
|
adult
|
bald
|
['takes']
|
['an', 'adult', 'bald', 'eagle', 'takes', 'flight', 'wednesday', 'afternoon', 'over', 'river', 'between', 'ethnicity', 'and', 'a', 'city', '.']
|
['O', 'SRC', 'TGT', 'O', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O']
|
driving wind and rain lash the boardwalk as person came closer to the area .
|
person
|
closer
|
['lash']
|
['driving', 'wind', 'and', 'rain', 'lash', 'the', 'boardwalk', 'as', 'person', 'came', 'closer', 'to', 'the', 'area', '.']
|
['O', 'O', 'O', 'O', 'REL', 'O', 'O', 'REL', 'SRC', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
weather came in waves today lashing the venue with high winds and more sideways rain .
|
weather
|
high
|
['came', 'in']
|
['weather', 'came', 'in', 'waves', 'today', 'lashing', 'the', 'venue', 'with', 'high', 'winds', 'and', 'more', 'sideways', 'rain', '.']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O']
|
actors walked the ramp and unveil the inspired collection at show .
|
actors
|
inspired
|
['walked']
|
['actors', 'walked', 'the', 'ramp', 'and', 'unveil', 'the', 'inspired', 'collection', 'at', 'show', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
actor walks the ramp during a fashion show organised by person to unveil their spring summer limited edition collection
|
actor
|
spring
|
['walks']
|
['actor', 'walks', 'the', 'ramp', 'during', 'a', 'fashion', 'show', 'organised', 'by', 'person', 'to', 'unveil', 'their', 'spring', 'summer', 'limited', 'edition', 'collection']
|
['SRC', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
do you think these architects have successfully designed for a home on a lake and in nature ...
|
architects
|
successfully
|
['think']
|
['do', 'you', 'think', 'these', 'architects', 'have', 'successfully', 'designed', 'for', 'a', 'home', 'on', 'a', 'lake', 'and', 'in', 'nature', '...']
|
['O', 'O', 'REL', 'O', 'SRC', 'O', 'TGT', 'O', 'O', 'SRC', 'O', 'O', 'SRC', 'O', 'O', 'REL', 'O', 'O']
|
players pose for media prior to the round of match outside russian federal city .
|
players
|
federal
|
['pose', 'for']
|
['players', 'pose', 'for', 'media', 'prior', 'to', 'the', 'round', 'of', 'match', 'outside', 'russian', 'federal', 'city', '.']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
person poses after being name player of the round during the match between and at .
|
person
|
name
|
['poses', 'after']
|
['person', 'poses', 'after', 'being', 'name', 'player', 'of', 'the', 'round', 'during', 'the', 'match', 'between', 'and', 'at', '.']
|
['SRC', 'REL', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
the sun rises above the field of blooming sunflowers
|
sun
|
blooming
|
['rises', 'above']
|
['the', 'sun', 'rises', 'above', 'the', 'field', 'of', 'blooming', 'sunflowers']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
vintage magnifying glass and compass lying on an old map
|
vintage
|
magnifying
|
['lying', 'on']
|
['vintage', 'magnifying', 'glass', 'and', 'compass', 'lying', 'on', 'an', 'old', 'map']
|
['SRC', 'TGT', 'O', 'O', 'O', 'REL', 'REL', 'O', 'O', 'O']
|
father walks bride down the aisle
|
father
|
aisle
|
['walks']
|
['father', 'walks', 'bride', 'down', 'the', 'aisle']
|
['SRC', 'REL', 'O', 'O', 'SRC', 'TGT']
|
A plane sits on a runway on a clear day.
|
plane
|
clear
|
['sits', 'on']
|
['A', 'plane', 'sits', 'on', 'a', 'runway', 'on', 'a', 'clear', 'day.']
|
['O', 'SRC', 'REL', 'REL', 'SRC', 'O', 'REL', 'SRC', 'TGT', 'O']
|
A couple of people practice fencing and a instructor tells them how to do it.
|
instructor
|
how
|
['practice']
|
['A', 'couple', 'of', 'people', 'practice', 'fencing', 'and', 'a', 'instructor', 'tells', 'them', 'how', 'to', 'do', 'it.']
|
['O', 'O', 'O', 'O', 'REL', 'O', 'O', 'REL', 'SRC', 'O', 'O', 'TGT', 'SRC', 'O', 'O']
|
A mother meets her daughter for lunch.
|
mother
|
lunch
|
['meets']
|
['A', 'mother', 'meets', 'her', 'daughter', 'for', 'lunch.']
|
['O', 'SRC', 'REL', 'SRC', 'O', 'O', 'O']
|
The mother and daughter are meeting over lunch.
|
mother
|
lunch
|
['meeting', 'over']
|
['The', 'mother', 'and', 'daughter', 'are', 'meeting', 'over', 'lunch.']
|
['O', 'SRC', 'O', 'O', 'O', 'REL', 'REL', 'O']
|
The player spikes the volleyball over the net.
|
player
|
net
|
['spikes']
|
['The', 'player', 'spikes', 'the', 'volleyball', 'over', 'the', 'net.']
|
['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'O']
|
A teacher helps the student with the math problem on the computer
|
teacher
|
math
|
['helps']
|
['A', 'teacher', 'helps', 'the', 'student', 'with', 'the', 'math', 'problem', 'on', 'the', 'computer']
|
['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
The driver won second place in the race.
|
driver
|
second
|
['won', 'second']
|
['The', 'driver', 'won', 'second', 'place', 'in', 'the', 'race.']
|
['O', 'SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O']
|
A motorcycle driver is trying to win first place in a race.
|
motorcycle
|
driver
|
['trying']
|
['A', 'motorcycle', 'driver', 'is', 'trying', 'to', 'win', 'first', 'place', 'in', 'a', 'race.']
|
['O', 'SRC', 'TGT', 'O', 'REL', 'SRC', 'O', 'O', 'O', 'REL', 'O', 'O']
|
Train coming down the tracks with engineer visible and lots of black smoke billowing upward
|
engineer
|
black
|
['coming', 'down']
|
['Train', 'coming', 'down', 'the', 'tracks', 'with', 'engineer', 'visible', 'and', 'lots', 'of', 'black', 'smoke', 'billowing', 'upward']
|
['O', 'REL', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
People stand near a motorcycle parked behind a truck.
|
People
|
truck
|
['stand', 'near']
|
['People', 'stand', 'near', 'a', 'motorcycle', 'parked', 'behind', 'a', 'truck.']
|
['SRC', 'REL', 'REL', 'REL', 'O', 'O', 'O', 'REL', 'O']
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.