make code public

This commit is contained in:
Adnen Abdessaied 2022-08-11 07:44:46 +02:00
parent 9d8b93db26
commit 6ba92064bb
26 changed files with 1744 additions and 0 deletions

View file

@ -0,0 +1,22 @@
[
{
"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]."
]
}
]