neuro-symbolic-visual-dialog/templates/questionsSplitA/count_question.json

94 lines
4.1 KiB
JSON

[
{
"name":"Count-Other objects",
"text": [
"How many other things are in the image?",
"What is the count of other things [in the image]?",
"What is the number of other things [in the image]?"
],
"constraints":[],
"type":"count",
"label":"count-other",
"inputs":0
},
{
"name":"Count-All Group Immediate",
"text": [
"How many [things in the group]?",
"What number [of things in the group]?",
"How many of them?",
"What number of them?",
"How many such things [in the group]?"
],
"constraints":[],
"type":"count-all-group",
"label":"count-all-group",
"inputs":0
},
{
"name":"Count Relation Object Immediate",
"text": [
"How many things [are present] to its <P> [in the image]?",
"How many things does it have to its <P> [in the image]?",
"What number of things [are present] to its <P> [in the image]?",
"What is the count of things to its <P> [in the image]?"
],
"type":"count-obj-rel",
"label":"count-obj-rel-imm",
"inputs":1,
"references": [
"How many things [are present] to {F{its}} <P> [in the image]?",
"How many things does {F{it}} have to {F{its}} <P> [in the image]?",
"What number of things [are present] to {F{its}} <P> [in the image]?",
"What is the count of things to {F{its}} <P> [in the image]?"
]
},
{
"name":"Count Exclude Attribute Immediate",
"text": [
"How many other things share its <A> [in the image]?",
"How many other things [in the image] share its <A>?",
"What number of other things share its <A> [in the image]?",
"How many other things have its <A> [in the image]?",
"How many other things [in the image] have its <A>?",
"What is the count of other things that share its <A> [in the image]?",
"What is the count of other things [in the image] that share its <A>?"
],
"type":"count-obj-exclude",
"label":"count-obj-exclude-imm",
"inputs":1,
"references": [
"How many other things share {F{its}} <A> [in the image]?",
"How many other things [in the image] share {F{its}} <A>?",
"What number of other things share {F{its}} <A> [in the image]?",
"How many other things have {F{its}} <A> [in the image]?",
"How many other things [in the image] have {F{its}} <A>?",
"What is the count of other things that share {F{its}} <A> [in the image]?",
"What is the count of other things [in the image] that share {F{its}} <A>?"
]
},
{
"name":"Count Relation Object Earlier",
"text": [
"How many other things [in the image] share similar <A> with the earlier <Z1> <C1> <M1> <S1>?",
"How many other things [in the image] are of same <A> as the earlier <Z1> <C1> <M1> <S1>?",
"How many other things [in the image] have the same <A> as the earlier <Z1> <C1> <M1> <S1>?",
"What number of other things [in the image] share similar <A> with the earlier <Z1> <C1> <M1> <S1>?",
"What number of other things [in the image] are of same <A> with the earlier <Z1> <C1> <M1> <S1>?"
],
"type":"count-obj-exclude",
"label":"count-obj-exclude-early",
"inputs":2,
"references": [
"How many other things [in the image] share similar <A> with {F{the earlier <Z1> <C1> <M1> <S1>}}?",
"How many other things [in the image] are of same <A> as {F{the earlier <Z1> <C1> <M1> <S1>}}?",
"How many other things [in the image] have the same <A> as {F{the earlier <Z1> <C1> <M1> <S1>}}?",
"What number of other things [in the image] share similar <A> with {F{the earlier <Z1> <C1> <M1> <S1>}}?",
"What number of other things [in the image] are of same <A> with {F{the earlier <Z1> <C1> <M1> <S1>}}?"
]
}
]