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 hotdog has mustard and bacon on it.
|
hotdog
|
it
|
['has']
|
['The', 'hotdog', 'has', 'mustard', 'and', 'bacon', 'on', 'it.']
|
['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'O']
|
An elephant and calf standing in a field.
|
elephant
|
field
|
['standing', 'in']
|
['An', 'elephant', 'and', 'calf', 'standing', 'in', 'a', 'field.']
|
['O', 'SRC', 'REL', 'O', 'REL', 'REL', 'SRC', 'O']
|
A giraffe stands at attention near other giraffes.
|
giraffe
|
other
|
['stands', 'at']
|
['A', 'giraffe', 'stands', 'at', 'attention', 'near', 'other', 'giraffes.']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'O']
|
Passengers wait and mill around a luggage carousel.
|
Passengers
|
luggage
|
['wait']
|
['Passengers', 'wait', 'and', 'mill', 'around', 'a', 'luggage', 'carousel.', '']
|
['SRC', 'REL', 'O', 'O', 'O', 'SRC', 'TGT', 'O', 'SRC']
|
Man adjusting his boot straps on his snowboard.
|
Man
|
boot
|
['adjusting']
|
['Man', 'adjusting', 'his', 'boot', 'straps', 'on', 'his', 'snowboard.']
|
['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
The man docked his motorboat at the pier
|
man
|
pier
|
['docked']
|
['The', 'man', 'docked', 'his', 'motorboat', '', 'at', 'the', 'pier']
|
['O', 'SRC', 'REL', 'O', 'O', 'SRC', 'O', 'O', 'TGT']
|
A still-life with a bowl of apples, a mirror, and a red rose in a vase.
|
red
|
vase
|
['rose', 'in']
|
['A', 'still-life', 'with', 'a', 'bowl', 'of', 'apples,', 'a', 'mirror,', 'and', 'a', 'red', 'rose', 'in', 'a', 'vase.']
|
['O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'TGT', 'O', 'O', 'TGT', 'SRC', 'REL', 'REL', 'TGT', 'O']
|
A pink rose that has been carefully placed in the toilet bowl as though it were a vase
|
carefully
|
toilet
|
['rose']
|
['A', 'pink', 'rose', 'that', 'has', 'been', 'carefully', 'placed', 'in', 'the', 'toilet', 'bowl', 'as', 'though', 'it', 'were', 'a', 'vase']
|
['O', 'O', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'SRC', 'O']
|
A zebra is chasing another zebra inside an enclosure.
|
zebra
|
enclosure
|
['chasing']
|
['A', 'zebra', 'is', 'chasing', 'another', 'zebra', 'inside', 'an', 'enclosure.']
|
['O', 'SRC', 'O', 'REL', 'O', 'SRC', 'O', 'O', 'O']
|
The snowboard is propped up outside the window.
|
snowboard
|
window
|
['propped']
|
['The', 'snowboard', 'is', 'propped', 'up', 'outside', 'the', 'window.', '']
|
['O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'O', 'SRC']
|
A snowboard is propped upright against a glass window.
|
snowboard
|
upright
|
['propped']
|
['A', 'snowboard', 'is', 'propped', 'upright', 'against', 'a', 'glass', 'window.']
|
['O', 'SRC', 'O', 'REL', 'TGT', 'O', 'SRC', 'O', 'O']
|
A toddler in diapers reaches for an oven control.
|
toddler
|
oven
|
['reaches', 'for']
|
['A', 'toddler', 'in', 'diapers', 'reaches', 'for', 'an', 'oven', 'control.']
|
['O', 'SRC', 'O', 'O', 'REL', 'REL', 'O', 'TGT', 'O']
|
Banana pancakes eggs syrup and coffee on the table
|
Banana
|
eggs
|
['pancakes']
|
['Banana', 'pancakes', 'eggs', 'syrup', 'and', 'coffee', 'on', 'the', 'table']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O']
|
climber reaches for a hold
|
climber
|
hold
|
['reaches', 'for']
|
['climber', 'reaches', 'for', 'a', 'hold']
|
['SRC', 'REL', 'REL', 'REL', 'TGT']
|
a tram leaves the stop in front of the main station .
|
tram
|
main
|
['leaves']
|
['a', 'tram', 'leaves', 'the', 'stop', 'in', 'front', 'of', 'the', 'main', 'station', '.']
|
['SRC', 'SRC', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
dining table doubles as a shared desk for her team .
|
dining
|
shared
|
['doubles', 'as']
|
['dining', 'table', 'doubles', 'as', 'a', 'shared', 'desk', 'for', 'her', 'team', '.']
|
['SRC', 'O', 'REL', 'REL', 'TGT', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
cat in close up of face is staring into the lens
|
cat
|
lens
|
['staring', 'into']
|
['cat', 'in', 'close', 'up', 'of', 'face', 'is', 'staring', 'into', 'the', 'lens']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'REL', 'REL', 'O', 'TGT']
|
ship heads up tourist attraction towards a bridge
|
ship
|
tourist
|
['heads']
|
['ship', 'heads', 'up', 'tourist', 'attraction', 'towards', 'a', 'bridge']
|
['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'REL', 'O']
|
motorcycle racer took victory in the first race
|
motorcycle
|
racer
|
['took']
|
['motorcycle', 'racer', 'took', 'victory', 'in', 'the', 'first', 'race']
|
['SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O', 'TGT']
|
a room converted into a simple hotel
|
room
|
simple
|
['converted', 'into']
|
['a', 'room', 'converted', 'into', 'a', 'simple', 'hotel']
|
['O', 'SRC', 'REL', 'REL', 'O', 'TGT', 'O']
|
the hotels have converted the concrete barrels into cosy rooms
|
hotels
|
cosy
|
['converted']
|
['the', 'hotels', 'have', 'converted', 'the', 'concrete', 'barrels', 'into', 'cosy', 'rooms']
|
['O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
nothing says country like a muscle car .
|
nothing
|
muscle
|
['says']
|
['nothing', 'says', 'country', 'like', 'a', 'muscle', 'car', '.']
|
['SRC', 'REL', 'O', 'O', 'REL', 'TGT', 'O', 'O']
|
country says goodbye to a car and an era
|
country
|
car
|
['says']
|
['country', 'says', 'goodbye', 'to', 'a', 'car', 'and', 'an', 'era']
|
['SRC', 'REL', 'O', 'O', 'TGT', 'TGT', 'O', 'O', 'O']
|
profession and engineer talking in a mine
|
profession
|
mine
|
['talking', 'in']
|
['profession', 'and', 'engineer', 'talking', 'in', 'a', 'mine']
|
['SRC', 'O', 'O', 'REL', 'TGT', 'REL', 'TGT']
|
nursing students work with a simulated patient
|
nursing
|
students
|
['work', 'with']
|
['nursing', 'students', 'work', 'with', 'a', 'simulated', 'patient']
|
['SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O']
|
subway as a train gets ready to leave station
|
train
|
station
|
['gets', 'ready']
|
['subway', 'as', 'a', 'train', 'gets', 'ready', 'to', 'leave', 'station']
|
['O', 'O', 'SRC', 'SRC', 'REL', 'REL', 'O', 'O', 'TGT']
|
a lion stands in its enclosure .
|
lion
|
enclosure
|
['stands', 'in']
|
['a', 'lion', 'stands', 'in', 'its', 'enclosure', '.']
|
['REL', 'SRC', 'REL', 'REL', 'O', 'TGT', 'O']
|
image of couple snorkeling the reef off a city
|
image
|
city
|
['snorkeling']
|
['image', 'of', 'couple', 'snorkeling', 'the', 'reef', 'off', 'a', 'city']
|
['SRC', 'O', 'O', 'REL', 'O', 'O', 'O', 'SRC', 'TGT']
|
boat departs island for the statue of liberty
|
boat
|
liberty
|
['departs']
|
['boat', 'departs', 'island', 'for', 'the', 'statue', 'of', 'liberty']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT']
|
the statue of liberty is accessible via ferries departing
|
statue
|
ferries
|
['is', 'accessible']
|
['the', 'statue', 'of', 'liberty', 'is', 'accessible', 'via', 'ferries', 'departing']
|
['O', 'SRC', 'O', 'O', 'REL', 'REL', 'O', 'TGT', 'O']
|
politician is of the chefs participating in the event .
|
politician
|
event
|
['is', 'of']
|
['politician', 'is', 'of', 'the', 'chefs', 'participating', 'in', 'the', 'event', '.']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
divers explore natural caves and rocks off the coast
|
divers
|
natural
|
['explore', 'natural']
|
['divers', 'explore', 'natural', 'caves', 'and', 'rocks', 'off', 'the', 'coast']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O']
|
students listen to military commander deliver remarks .
|
students
|
military
|
['listen', 'to', 'military']
|
['students', 'listen', 'to', 'military', 'commander', 'deliver', 'remarks', '.']
|
['SRC', 'REL', 'REL', 'TGT', 'O', 'O', 'O', 'O']
|
i live my vision in the city of dreams .
|
i
|
dreams
|
['live']
|
['i', 'live', 'my', 'vision', 'in', 'the', 'city', 'of', 'dreams', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
firefighters extinguish a burning abandoned car
|
firefighters
|
abandoned
|
['extinguish']
|
['firefighters', 'extinguish', 'a', 'burning', 'abandoned', 'car']
|
['SRC', 'REL', 'TGT', 'O', 'TGT', 'O']
|
firefighters extinguish a car that crashed and burned early sunday .
|
that
|
car
|
['extinguish']
|
['firefighters', 'extinguish', 'a', 'car', 'that', 'crashed', 'and', 'burned', 'early', 'sunday', '.']
|
['O', 'REL', 'SRC', 'TGT', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O']
|
the colours come alive amongst the trees
|
colours
|
trees
|
['come', 'alive']
|
['the', 'colours', 'come', 'alive', 'amongst', 'the', 'trees']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'TGT']
|
these flowering trees come in a variety of colours .
|
flowering
|
trees
|
['come', 'in']
|
['these', 'flowering', 'trees', 'come', 'in', 'a', 'variety', 'of', 'colours', '.']
|
['O', 'SRC', 'TGT', 'REL', 'SRC', 'O', 'O', 'O', 'O', 'O']
|
contemporary living room with white furniture tufted sofa in an all
|
contemporary
|
living
|
['tufted']
|
['contemporary', 'living', 'room', 'with', 'white', 'furniture', 'tufted', 'sofa', 'in', 'an', 'all']
|
['SRC', 'TGT', 'O', 'O', 'O', 'O', 'REL', 'O', 'TGT', 'O', 'O']
|
competitors enter the water during an event .
|
competitors
|
event
|
['enter']
|
['competitors', 'enter', 'the', 'water', 'during', 'an', 'event', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
competitors enter the water for one of their challenges
|
competitors
|
challenges
|
['enter']
|
['competitors', 'enter', 'the', 'water', 'for', 'one', 'of', 'their', 'challenges']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'O', 'O', 'TGT']
|
textures create the country style in this living room
|
textures
|
living
|
['create']
|
['textures', 'create', 'the', 'country', 'style', 'in', 'this', 'living', 'room']
|
['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'TGT', 'O']
|
a bodhi tree grows around the head of a statue .
|
bodhi
|
tree
|
['grows', 'around']
|
['a', 'bodhi', 'tree', 'grows', 'around', 'the', 'head', 'of', 'a', 'statue', '.']
|
['REL', 'SRC', 'TGT', 'REL', 'REL', 'O', 'O', 'O', 'REL', 'O', 'O']
|
road going through hills into the forest
|
road
|
forest
|
['going', 'through']
|
['road', 'going', 'through', 'hills', 'into', 'the', 'forest']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'TGT']
|
aerial of countryside asphalted road between the hills and forest
|
aerial
|
hills
|
['asphalted']
|
['aerial', 'of', 'countryside', 'asphalted', 'road', 'between', 'the', 'hills', 'and', 'forest']
|
['SRC', 'O', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
simplicity love the pockets on this dress
|
simplicity
|
dress
|
['love']
|
['simplicity', 'love', 'the', 'pockets', 'on', 'this', 'dress']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT']
|
this dress is for the woman who loves simplicity .
|
who
|
simplicity
|
['is', 'for']
|
['this', 'dress', 'is', 'for', 'the', 'woman', 'who', 'loves', 'simplicity', '.']
|
['O', 'O', 'REL', 'REL', 'O', 'O', 'SRC', 'O', 'TGT', 'O']
|
aurora caused by charged particles emitted .
|
aurora
|
charged
|
['emitted']
|
['aurora', 'caused', 'by', 'charged', 'particles', 'emitted', '.']
|
['SRC', 'O', 'O', 'TGT', 'O', 'REL', 'O']
|
our youths are participating at event .
|
youths
|
event
|
['participating', 'at']
|
['our', 'youths', 'are', 'participating', 'at', 'event', '.']
|
['O', 'SRC', 'O', 'REL', 'REL', 'TGT', 'O']
|
students sketch and paint on the verdant campus .
|
students
|
verdant
|
['sketch']
|
['students', 'sketch', 'and', 'paint', 'on', 'the', 'verdant', 'campus', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
fracture both bones of leg or forearm are fractured together
|
bones
|
leg
|
['fracture']
|
['fracture', 'both', 'bones', 'of', 'leg', 'or', 'forearm', 'are', 'fractured', 'together']
|
['REL', 'O', 'SRC', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
customers choose goods at mall
|
customers
|
mall
|
['choose']
|
['customers', 'choose', 'goods', 'at', 'mall']
|
['SRC', 'REL', 'O', 'O', 'TGT']
|
customers choose saris at a shopping mall ahead of the festival .
|
customers
|
ahead
|
['choose']
|
['customers', 'choose', 'saris', 'at', 'a', 'shopping', 'mall', 'ahead', 'of', 'the', 'festival', '.']
|
['SRC', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
palm trees growing on older lava flow near the end
|
palm
|
trees
|
['growing', 'on', 'older']
|
['palm', 'trees', 'growing', 'on', 'older', 'lava', 'flow', 'near', 'the', 'end']
|
['SRC', 'TGT', 'REL', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O']
|
a butterfly on fire with wings that look wavy
|
that
|
wings
|
['butterfly', 'on']
|
['a', 'butterfly', 'on', 'fire', 'with', 'wings', 'that', 'look', 'wavy']
|
['SRC', 'REL', 'REL', 'O', 'O', 'TGT', 'SRC', 'O', 'O']
|
crowds pack a city on the first day .
|
crowds
|
first
|
['pack']
|
['crowds', 'pack', 'a', 'city', 'on', 'the', 'first', 'day', '.']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'TGT', 'O', 'O']
|
heart shaped puff pastry in a dish
|
heart
|
puff
|
['shaped']
|
['heart', 'shaped', 'puff', 'pastry', 'in', 'a', 'dish']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'SRC', 'O']
|
students sing at the unveiling ceremony .
|
students
|
unveiling
|
['sing', 'at']
|
['students', 'sing', 'at', 'the', 'unveiling', 'ceremony', '.']
|
['SRC', 'REL', 'REL', 'O', 'TGT', 'O', 'O']
|
students sing composition and other carols tuesday during ceremony .
|
students
|
tuesday
|
['sing']
|
['students', 'sing', 'composition', 'and', 'other', 'carols', 'tuesday', 'during', 'ceremony', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
after a cloudy and rainy start to the day we are delighted by afternoon blue sky and sunshine .
|
we
|
blue
|
['start', 'to']
|
['after', 'a', 'cloudy', 'and', 'rainy', 'start', 'to', 'the', 'day', 'we', 'are', 'delighted', 'by', 'afternoon', 'blue', 'sky', 'and', 'sunshine', '.']
|
['O', 'REL', 'O', 'O', 'O', 'REL', 'REL', 'O', 'O', 'SRC', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O', 'O']
|
inside the conservatory showing the ceiling fan and light we installed
|
ceiling
|
we
|
['installed']
|
['inside', 'the', 'conservatory', 'showing', 'the', 'ceiling', 'fan', 'and', 'light', 'we', 'installed']
|
['O', 'O', 'O', 'O', 'O', 'SRC', 'O', 'O', 'O', 'TGT', 'REL']
|
women in traditional clothes crossing the famous red bridge
|
women
|
red
|
['crossing']
|
['women', 'in', 'traditional', 'clothes', 'crossing', 'the', 'famous', 'red', 'bridge']
|
['SRC', 'REL', 'O', 'O', 'REL', 'O', 'O', 'TGT', 'O']
|
i love anything that has moss growing on it .
|
moss
|
it
|
['love']
|
['i', 'love', 'anything', 'that', 'has', 'moss', 'growing', 'on', 'it', '.']
|
['TGT', 'REL', 'O', 'O', 'O', 'SRC', 'O', 'O', 'TGT', 'O']
|
the lobby leads to a hallway with an ornate arched ceiling
|
ornate
|
arched
|
['leads', 'to']
|
['the', 'lobby', 'leads', 'to', 'a', 'hallway', 'with', 'an', 'ornate', 'arched', 'ceiling']
|
['O', 'O', 'REL', 'REL', 'SRC', 'O', 'O', 'O', 'SRC', 'TGT', 'O']
|
professionals talk with a student at the library .
|
professionals
|
library
|
['talk', 'with']
|
['professionals', 'talk', 'with', 'a', 'student', 'at', 'the', 'library', '.']
|
['SRC', 'REL', 'REL', 'SRC', 'O', 'O', 'O', 'TGT', 'O']
|
aircraft model the largest helicopter that ever flew in the world
|
largest
|
aircraft
|
['model']
|
['aircraft', 'model', 'the', 'largest', 'helicopter', 'that', 'ever', 'flew', 'in', 'the', 'world']
|
['TGT', 'REL', 'O', 'SRC', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
this guide is about removing moss from a red tile roof .
|
guide
|
red
|
['is', 'about']
|
['this', 'guide', 'is', 'about', 'removing', 'moss', 'from', 'a', 'red', 'tile', 'roof', '.']
|
['O', 'SRC', 'REL', 'REL', 'O', 'O', 'O', 'REL', 'TGT', 'O', 'O', 'O']
|
a group of tourists with local guide explore the ruins
|
group
|
local
|
['explore']
|
['a', 'group', 'of', 'tourists', 'with', 'local', 'guide', 'explore', 'the', 'ruins']
|
['TGT', 'SRC', 'O', 'O', 'O', 'TGT', 'O', 'REL', 'O', 'O']
|
chair and a city needs this for her play room
|
chair
|
play
|
['needs']
|
['chair', 'and', 'a', 'city', 'needs', 'this', 'for', 'her', 'play', 'room']
|
['SRC', 'O', 'SRC', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
cruise ship filled with passengers departs the port
|
cruise
|
ship
|
['departs']
|
['cruise', 'ship', 'filled', 'with', 'passengers', 'departs', 'the', 'port']
|
['SRC', 'TGT', 'O', 'O', 'O', 'REL', 'O', 'O']
|
clouds pass quickly on the mountain ridge .
|
clouds
|
quickly
|
['pass']
|
['clouds', 'pass', 'quickly', 'on', 'the', 'mountain', 'ridge', '.']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'O', 'O', 'O']
|
site listing category rounded icon .
|
site
|
icon
|
['rounded']
|
['site', 'listing', 'category', 'rounded', 'icon', '.']
|
['SRC', 'O', 'O', 'REL', 'TGT', 'O']
|
a group of bikers are driving along the highway
|
group
|
highway
|
['driving', 'along']
|
['a', 'group', 'of', 'bikers', 'are', 'driving', 'along', 'the', 'highway']
|
['TGT', 'SRC', 'O', 'O', 'O', 'REL', 'REL', 'O', 'TGT']
|
master bedroom coming together with some curtains
|
master
|
bedroom
|
['coming']
|
['master', 'bedroom', 'coming', 'together', 'with', 'some', 'curtains']
|
['SRC', 'TGT', 'REL', 'O', 'O', 'O', 'O']
|
the street underneath the bridge connects the mainland to province .
|
street
|
province
|
['connects']
|
['the', 'street', 'underneath', 'the', 'bridge', 'connects', 'the', 'mainland', 'to', 'province', '.']
|
['O', 'SRC', 'O', 'O', 'O', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
the car will be built and raced in the series
|
car
|
series
|
['built']
|
['the', 'car', 'will', 'be', 'built', 'and', 'raced', 'in', 'the', 'series']
|
['O', 'SRC', 'O', 'O', 'REL', 'O', 'O', 'O', 'O', 'TGT']
|
the squad will soon head for event .
|
squad
|
soon
|
['head', 'for']
|
['the', 'squad', 'will', 'soon', 'head', 'for', 'event', '.']
|
['O', 'SRC', 'O', 'TGT', 'REL', 'REL', 'O', 'O']
|
the squad at the launch event before they headed
|
launch
|
they
|
['squad', 'at']
|
['the', 'squad', 'at', 'the', 'launch', 'event', 'before', 'they', 'headed']
|
['TGT', 'REL', 'REL', 'TGT', 'SRC', 'O', 'O', 'TGT', 'O']
|
luggage packed inside the trunk of automobile model
|
luggage
|
automobile
|
['packed', 'inside']
|
['luggage', 'packed', 'inside', 'the', 'trunk', 'of', 'automobile', 'model']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
people rest around the pond and swim on boats
|
people
|
boats
|
['rest', 'around']
|
['people', 'rest', 'around', 'the', 'pond', 'and', 'swim', 'on', 'boats']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'O', 'TGT']
|
monarch arrives to visit the exhibition .
|
monarch
|
exhibition
|
['arrives']
|
['monarch', 'arrives', 'to', 'visit', 'the', 'exhibition', '.']
|
['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'O']
|
vessels roam the waters during a naval drill
|
vessels
|
naval
|
['roam']
|
['vessels', 'roam', 'the', 'waters', 'during', 'a', 'naval', 'drill']
|
['SRC', 'REL', 'O', 'O', 'O', 'TGT', 'TGT', 'O']
|
vessels were involved in the drills in waters .
|
vessels
|
waters
|
['involved', 'in']
|
['vessels', 'were', 'involved', 'in', 'the', 'drills', 'in', 'waters', '.']
|
['SRC', 'O', 'REL', 'REL', 'O', 'O', 'REL', 'TGT', 'O']
|
workers repair the damaged road in sector part on tuesday .
|
workers
|
damaged
|
['repair']
|
['workers', 'repair', 'the', 'damaged', 'road', 'in', 'sector', 'part', 'on', 'tuesday', '.']
|
['SRC', 'REL', 'O', 'TGT', 'O', 'O', 'O', 'O', 'O', 'O', 'O']
|
the rail bridge built replacing an older bridge
|
rail
|
bridge
|
['built']
|
['the', 'rail', 'bridge', 'built', 'replacing', 'an', 'older', 'bridge']
|
['O', 'SRC', 'TGT', 'REL', 'O', 'O', 'O', 'TGT']
|
a soldier observes a section along the border
|
soldier
|
border
|
['observes']
|
['a', 'soldier', 'observes', 'a', 'section', 'along', 'the', 'border']
|
['O', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT']
|
a farmer tills the soil with his ox and plow .
|
farmer
|
ox
|
['tills']
|
['a', 'farmer', 'tills', 'the', 'soil', 'with', 'his', 'ox', 'and', 'plow', '.']
|
['SRC', 'SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
the room in which politician stayed at a city
|
politician
|
city
|
['room', 'in']
|
['the', 'room', 'in', 'which', 'politician', 'stayed', 'at', 'a', 'city']
|
['O', 'REL', 'REL', 'O', 'SRC', 'O', 'O', 'SRC', 'TGT']
|
monks visit the temple on the border
|
monks
|
border
|
['visit']
|
['monks', 'visit', 'the', 'temple', 'on', 'the', 'border']
|
['SRC', 'REL', 'O', 'O', 'SRC', 'O', 'TGT']
|
statue of a monk in the temple the most visited
|
statue
|
temple
|
['visited']
|
['statue', 'of', 'a', 'monk', 'in', 'the', 'temple', 'the', 'most', 'visited']
|
['SRC', 'O', 'SRC', 'O', 'O', 'O', 'TGT', 'O', 'O', 'REL']
|
heart shaped handy fireworks in a balcony .
|
heart
|
handy
|
['shaped', 'handy']
|
['heart', 'shaped', 'handy', 'fireworks', 'in', 'a', 'balcony', '.']
|
['SRC', 'REL', 'TGT', 'O', 'O', 'SRC', 'O', 'O']
|
heart shaped romantic red fireworks in the black sky
|
heart
|
black
|
['shaped', 'romantic']
|
['heart', 'shaped', 'romantic', 'red', 'fireworks', 'in', 'the', 'black', 'sky']
|
['SRC', 'REL', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O']
|
art gallery showing a garden and a statue or sculpture
|
art
|
gallery
|
['showing']
|
['art', 'gallery', 'showing', 'a', 'garden', 'and', 'a', 'statue', 'or', 'sculpture']
|
['SRC', 'TGT', 'REL', 'SRC', 'O', 'O', 'SRC', 'O', 'O', 'O']
|
vet gives shots to the cattle
|
vet
|
cattle
|
['gives']
|
['vet', 'gives', 'shots', 'to', 'the', 'cattle']
|
['SRC', 'REL', 'O', 'O', 'O', 'TGT']
|
ladies hike a rocky trail on a peak .
|
ladies
|
rocky
|
['hike']
|
['ladies', 'hike', 'a', 'rocky', 'trail', 'on', 'a', 'peak', '.']
|
['SRC', 'REL', 'SRC', 'TGT', 'O', 'O', 'SRC', 'O', 'O']
|
herd of goats block a narrow mountain road
|
herd
|
narrow
|
['block']
|
['herd', 'of', 'goats', 'block', 'a', 'narrow', 'mountain', 'road']
|
['SRC', 'O', 'O', 'REL', 'TGT', 'TGT', 'O', 'O']
|
sheep and goats blocking a bridge to mountain road
|
sheep
|
mountain
|
['blocking']
|
['sheep', 'and', 'goats', 'blocking', 'a', 'bridge', 'to', 'mountain', 'road']
|
['SRC', 'O', 'O', 'REL', 'TGT', 'O', 'O', 'TGT', 'O']
|
organization leader greeted students at the event
|
organization
|
leader
|
['greeted']
|
['organization', 'leader', 'greeted', 'students', 'at', 'the', 'event']
|
['SRC', 'TGT', 'REL', 'O', 'SRC', 'O', 'O']
|
politician is greeted by ceo of organization leader before event
|
politician
|
organization
|
['greeted', 'by']
|
['politician', 'is', 'greeted', 'by', 'ceo', 'of', 'organization', 'leader', 'before', 'event']
|
['SRC', 'O', 'REL', 'REL', 'O', 'O', 'TGT', 'O', 'O', 'O']
|
celebrity supports a competitor at the event during event
|
celebrity
|
event
|
['supports']
|
['celebrity', 'supports', 'a', 'competitor', 'at', 'the', 'event', 'during', 'event']
|
['SRC', 'REL', 'O', 'O', 'O', 'O', 'TGT', 'O', 'TGT']
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.