22 lines
895 B
JSON
22 lines
895 B
JSON
|
[
|
||
|
{
|
||
|
"name":"Two objects with a relation",
|
||
|
"text": [
|
||
|
"There is a <N> <C> <D> <R> a <N1> <C1> <D1> [in the image].",
|
||
|
"The image has a <N> <C> <D> <R> a <N1> <C1> <D1>.",
|
||
|
"A <N> <C> <D> is present <R> a <N1> <C1> <D1> [in the image].",
|
||
|
"A <N> <C> <D> stands <R> a <N1> <C1> <D1> [in the image]."
|
||
|
],
|
||
|
"constraints":[{"class":"unique_obj_pair_rel", "args":[]}],
|
||
|
"type":"obj-relation",
|
||
|
"label":"obj-relation",
|
||
|
"inputs":2,
|
||
|
"references": [
|
||
|
"There is a {{<N> <C> <D>}} <R> a {F{<N1> <C1> <D1>}} [in the image].",
|
||
|
"The image has a {{<N> <C> <D>}} <R> a {{<N1> <C1> <D1>}}.",
|
||
|
"A {{<N> <C> <D>}} is present <R> a {{<N1> <C1> <D1>}} [in the image].",
|
||
|
"A {{<N> <C> <D>}} stands <R> a {{<N1> <C1> <D1>}} [in the image]."
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
|