prompt
stringlengths 36
54
| labels_params
dict | adjs_params
dict | adj_apply_on
dict |
---|---|---|---|
a photo of a red car and a blue bicycle | {
"entity1": "car",
"entity2": "bicycle"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red car and a purple bird | {
"entity1": "car",
"entity2": "bird"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red car and a purple cat | {
"entity1": "car",
"entity2": "cat"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red car and a purple zebra | {
"entity1": "car",
"entity2": "zebra"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red car and a purple carrot | {
"entity1": "car",
"entity2": "carrot"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red car and a purple refrigerator | {
"entity1": "car",
"entity2": "refrigerator"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red motorcycle and a purple truck | {
"entity1": "motorcycle",
"entity2": "truck"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red truck and a blue bicycle | {
"entity1": "truck",
"entity2": "bicycle"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red donut and a green chair | {
"entity1": "donut",
"entity2": "chair"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red donut and a pink broccoli | {
"entity1": "donut",
"entity2": "broccoli"
} | {
"adj1": "red",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red bench and a purple chair | {
"entity1": "bench",
"entity2": "chair"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red bird and a yellow sheep | {
"entity1": "bird",
"entity2": "sheep"
} | {
"adj1": "red",
"adj2": "yellow"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red bird and a purple cow | {
"entity1": "bird",
"entity2": "cow"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red bird and a pink motorcycle | {
"entity1": "bird",
"entity2": "motorcycle"
} | {
"adj1": "red",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red cat and a blue motorcycle | {
"entity1": "cat",
"entity2": "motorcycle"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red cat and a blue truck | {
"entity1": "cat",
"entity2": "truck"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red cat and a blue sheep | {
"entity1": "cat",
"entity2": "sheep"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red cat and a purple motorcycle | {
"entity1": "cat",
"entity2": "motorcycle"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red dog and a purple bird | {
"entity1": "dog",
"entity2": "bird"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red dog and a pink donut | {
"entity1": "dog",
"entity2": "donut"
} | {
"adj1": "red",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red dog and a pink sheep | {
"entity1": "dog",
"entity2": "sheep"
} | {
"adj1": "red",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red horse and a green car | {
"entity1": "horse",
"entity2": "car"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red horse and a green motorcycle | {
"entity1": "horse",
"entity2": "motorcycle"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red sheep and a yellow donut | {
"entity1": "sheep",
"entity2": "donut"
} | {
"adj1": "red",
"adj2": "yellow"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red sheep and a blue refrigerator | {
"entity1": "sheep",
"entity2": "refrigerator"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red cow and a yellow motorcycle | {
"entity1": "cow",
"entity2": "motorcycle"
} | {
"adj1": "red",
"adj2": "yellow"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red cow and a green carrot | {
"entity1": "cow",
"entity2": "carrot"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red elephant and a green bird | {
"entity1": "elephant",
"entity2": "bird"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red bear and a purple oven | {
"entity1": "bear",
"entity2": "oven"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red zebra and a green truck | {
"entity1": "zebra",
"entity2": "truck"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red zebra and a blue refrigerator | {
"entity1": "zebra",
"entity2": "refrigerator"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red zebra and a purple bird | {
"entity1": "zebra",
"entity2": "bird"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red giraffe and a yellow horse | {
"entity1": "giraffe",
"entity2": "horse"
} | {
"adj1": "red",
"adj2": "yellow"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red giraffe and a purple dog | {
"entity1": "giraffe",
"entity2": "dog"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red giraffe and a purple refrigerator | {
"entity1": "giraffe",
"entity2": "refrigerator"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red banana and a blue horse | {
"entity1": "banana",
"entity2": "horse"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red banana and a blue bear | {
"entity1": "banana",
"entity2": "bear"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red banana and a purple oven | {
"entity1": "banana",
"entity2": "oven"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red apple and a green dog | {
"entity1": "apple",
"entity2": "dog"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red apple and a green couch | {
"entity1": "apple",
"entity2": "couch"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red apple and a purple truck | {
"entity1": "apple",
"entity2": "truck"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red apple and a pink motorcycle | {
"entity1": "apple",
"entity2": "motorcycle"
} | {
"adj1": "red",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red carrot and a yellow giraffe | {
"entity1": "carrot",
"entity2": "giraffe"
} | {
"adj1": "red",
"adj2": "yellow"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red chair and a green donut | {
"entity1": "chair",
"entity2": "donut"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red chair and a blue refrigerator | {
"entity1": "chair",
"entity2": "refrigerator"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red chair and a purple banana | {
"entity1": "chair",
"entity2": "banana"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red couch and a yellow broccoli | {
"entity1": "couch",
"entity2": "broccoli"
} | {
"adj1": "red",
"adj2": "yellow"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red couch and a green banana | {
"entity1": "couch",
"entity2": "banana"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red couch and a purple cat | {
"entity1": "couch",
"entity2": "cat"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red oven and a green donut | {
"entity1": "oven",
"entity2": "donut"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red oven and a green giraffe | {
"entity1": "oven",
"entity2": "giraffe"
} | {
"adj1": "red",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red oven and a purple bear | {
"entity1": "oven",
"entity2": "bear"
} | {
"adj1": "red",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red refrigerator and a blue motorcycle | {
"entity1": "refrigerator",
"entity2": "motorcycle"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red refrigerator and a blue donut | {
"entity1": "refrigerator",
"entity2": "donut"
} | {
"adj1": "red",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a red refrigerator and a pink sheep | {
"entity1": "refrigerator",
"entity2": "sheep"
} | {
"adj1": "red",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bicycle and a blue bird | {
"entity1": "bicycle",
"entity2": "bird"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bicycle and a pink broccoli | {
"entity1": "bicycle",
"entity2": "broccoli"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow car and a green zebra | {
"entity1": "car",
"entity2": "zebra"
} | {
"adj1": "yellow",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow car and a purple broccoli | {
"entity1": "car",
"entity2": "broccoli"
} | {
"adj1": "yellow",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow car and a pink horse | {
"entity1": "car",
"entity2": "horse"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow motorcycle and a red banana | {
"entity1": "motorcycle",
"entity2": "banana"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow motorcycle and a red chair | {
"entity1": "motorcycle",
"entity2": "chair"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow motorcycle and a blue banana | {
"entity1": "motorcycle",
"entity2": "banana"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow truck and a blue car | {
"entity1": "truck",
"entity2": "car"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow donut and a purple banana | {
"entity1": "donut",
"entity2": "banana"
} | {
"adj1": "yellow",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bench and a purple apple | {
"entity1": "bench",
"entity2": "apple"
} | {
"adj1": "yellow",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bench and a pink sheep | {
"entity1": "bench",
"entity2": "sheep"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bench and a pink broccoli | {
"entity1": "bench",
"entity2": "broccoli"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bird and a pink giraffe | {
"entity1": "bird",
"entity2": "giraffe"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bird and a pink chair | {
"entity1": "bird",
"entity2": "chair"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow cat and a blue apple | {
"entity1": "cat",
"entity2": "apple"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow dog and a blue refrigerator | {
"entity1": "dog",
"entity2": "refrigerator"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow horse and a blue refrigerator | {
"entity1": "horse",
"entity2": "refrigerator"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow horse and a pink truck | {
"entity1": "horse",
"entity2": "truck"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow sheep and a green cow | {
"entity1": "sheep",
"entity2": "cow"
} | {
"adj1": "yellow",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow sheep and a purple dog | {
"entity1": "sheep",
"entity2": "dog"
} | {
"adj1": "yellow",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow sheep and a pink bear | {
"entity1": "sheep",
"entity2": "bear"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow elephant and a red motorcycle | {
"entity1": "elephant",
"entity2": "motorcycle"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow bear and a green chair | {
"entity1": "bear",
"entity2": "chair"
} | {
"adj1": "yellow",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow zebra and a red chair | {
"entity1": "zebra",
"entity2": "chair"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow zebra and a blue sheep | {
"entity1": "zebra",
"entity2": "sheep"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow giraffe and a red sheep | {
"entity1": "giraffe",
"entity2": "sheep"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow giraffe and a red zebra | {
"entity1": "giraffe",
"entity2": "zebra"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow giraffe and a purple car | {
"entity1": "giraffe",
"entity2": "car"
} | {
"adj1": "yellow",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow banana and a green chair | {
"entity1": "banana",
"entity2": "chair"
} | {
"adj1": "yellow",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow apple and a red couch | {
"entity1": "apple",
"entity2": "couch"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow apple and a red oven | {
"entity1": "apple",
"entity2": "oven"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow apple and a red refrigerator | {
"entity1": "apple",
"entity2": "refrigerator"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow apple and a blue banana | {
"entity1": "apple",
"entity2": "banana"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow apple and a blue chair | {
"entity1": "apple",
"entity2": "chair"
} | {
"adj1": "yellow",
"adj2": "blue"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow broccoli and a pink horse | {
"entity1": "broccoli",
"entity2": "horse"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow carrot and a pink zebra | {
"entity1": "carrot",
"entity2": "zebra"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow carrot and a pink chair | {
"entity1": "carrot",
"entity2": "chair"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow couch and a purple zebra | {
"entity1": "couch",
"entity2": "zebra"
} | {
"adj1": "yellow",
"adj2": "purple"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow couch and a pink horse | {
"entity1": "couch",
"entity2": "horse"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow oven and a red couch | {
"entity1": "oven",
"entity2": "couch"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow oven and a pink dog | {
"entity1": "oven",
"entity2": "dog"
} | {
"adj1": "yellow",
"adj2": "pink"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow refrigerator and a red broccoli | {
"entity1": "refrigerator",
"entity2": "broccoli"
} | {
"adj1": "yellow",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a yellow refrigerator and a green zebra | {
"entity1": "refrigerator",
"entity2": "zebra"
} | {
"adj1": "yellow",
"adj2": "green"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |
a photo of a green bicycle and a red cow | {
"entity1": "bicycle",
"entity2": "cow"
} | {
"adj1": "green",
"adj2": "red"
} | {
"adj1": "entity1",
"adj2": "entity2"
} |