GuanlinWU123
dataset init
7cb2c99
{
"pairs": [
[
"black car 1",
"yellow truck 2"
],
[
"black car 1",
"sign 1"
],
[
"black car 1",
"sign 2"
],
[
"black car 1",
"sign 3"
],
[
"yellow truck 2",
"sign 1"
],
[
"yellow truck 2",
"sign 2"
],
[
"yellow truck 2",
"sign 3"
],
[
"sign 1",
"sign 2"
],
[
"sign 1",
"sign 3"
],
[
"sign 2",
"sign 3"
]
],
"gt_directional": "Black car 1 is at the left of yellow truck 2. Black car 1 is at the back of sign 1. Black car 1 is at the back left of sign 2. Black car 1 is at the back left of sign 3. Yellow truck 2 is at the back right of sign 1. Yellow truck 2 is at the back right of sign 2. Yellow truck 2 is at the back of sign 3. Sign 1 is at the left of sign 2. Sign 1 is at the left of sign 3. Sign 2 is at the left of sign 3.",
"gt_proximal": "Black car 1 is close to yellow truck 2. Black car 1 is close to sign 1. Black car 1 is close to sign 2. Black car 1 is close to sign 3. Yellow truck 2 is close to sign 1. Yellow truck 2 is close to sign 2. Yellow truck 2 is close to sign 3. Sign 1 is adjacent to sign 2. Sign 1 is close to sign 3. Sign 2 is adjacent to sign 3.",
"template_directional": "Black car 1 is [directional preposition] yellow truck 2. Black car 1 is [directional preposition] sign 1. Black car 1 is [directional preposition] sign 2. Black car 1 is [directional preposition] sign 3. Yellow truck 2 is [directional preposition] sign 1. Yellow truck 2 is [directional preposition] sign 2. Yellow truck 2 is [directional preposition] sign 3. Sign 1 is [directional preposition] sign 2. Sign 1 is [directional preposition] sign 3. Sign 2 is [directional preposition] sign 3.",
"template_proximal": "Black car 1 is [proximal preposition] yellow truck 2. Black car 1 is [proximal preposition] sign 1. Black car 1 is [proximal preposition] sign 2. Black car 1 is [proximal preposition] sign 3. Yellow truck 2 is [proximal preposition] sign 1. Yellow truck 2 is [proximal preposition] sign 2. Yellow truck 2 is [proximal preposition] sign 3. Sign 1 is [proximal preposition] sign 2. Sign 1 is [proximal preposition] sign 3. Sign 2 is [proximal preposition] sign 3.",
"answers_directional": [
"at the left of",
"at the back of",
"at the back left of",
"at the back left of",
"at the back right of",
"at the back right of",
"at the back of",
"at the left of",
"at the left of",
"at the left of"
],
"answers_proximal": [
"close to",
"close to",
"close to",
"close to",
"close to",
"close to",
"close to",
"adjacent to",
"close to",
"adjacent to"
],
"weights_directional": [
3.4435,
2.963,
3.123,
3.2005,
3.343,
3.503,
3.5805,
3.0225,
3.1,
3.2600000000000002
],
"weights_proximal": [
3.4435,
2.963,
3.123,
3.2005,
3.343,
3.503,
3.5805,
3.0225,
3.1,
3.2600000000000002
],
"mc_directional": [
{
"question": "What is the directional relationship between yellow truck 2 and sign 3?",
"options": [
"A. at the front of",
"B. at the front right of",
"C. at the right of",
"D. at the back right of",
"E. at the back of",
"F. at the back left of",
"G. at the left of",
"H. at the front left of"
],
"answer": "E",
"weight": 3.5805
},
{
"question": "What is the directional relationship between yellow truck 2 and sign 2?",
"options": [
"A. at the front of",
"B. at the front right of",
"C. at the right of",
"D. at the back right of",
"E. at the back of",
"F. at the back left of",
"G. at the left of",
"H. at the front left of"
],
"answer": "D",
"weight": 3.503
},
{
"question": "What is the directional relationship between yellow truck 2 and sign 1?",
"options": [
"A. at the front of",
"B. at the front right of",
"C. at the right of",
"D. at the back right of",
"E. at the back of",
"F. at the back left of",
"G. at the left of",
"H. at the front left of"
],
"answer": "D",
"weight": 3.343
},
{
"question": "What is the directional relationship between sign 1 and sign 3?",
"options": [
"A. at the front of",
"B. at the front right of",
"C. at the right of",
"D. at the back right of",
"E. at the back of",
"F. at the back left of",
"G. at the left of",
"H. at the front left of"
],
"answer": "G",
"weight": 3.1
}
],
"mc_proximal": [
{
"question": "What is the proximal relationship between sign 2 and sign 3?",
"options": [
"A. adjacent to",
"B. close to",
"C. at a distance from",
"D. far from",
"E. far away from"
],
"answer": "A",
"weight": 3.2600000000000002
},
{
"question": "What is the proximal relationship between black car 1 and sign 2?",
"options": [
"A. adjacent to",
"B. close to",
"C. at a distance from",
"D. far from",
"E. far away from"
],
"answer": "B",
"weight": 3.123
},
{
"question": "What is the proximal relationship between black car 1 and sign 1?",
"options": [
"A. adjacent to",
"B. close to",
"C. at a distance from",
"D. far from",
"E. far away from"
],
"answer": "B",
"weight": 2.963
},
{
"question": "What is the proximal relationship between yellow truck 2 and sign 2?",
"options": [
"A. adjacent to",
"B. close to",
"C. at a distance from",
"D. far from",
"E. far away from"
],
"answer": "B",
"weight": 3.503
}
]
}