You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I have generated a series of images and questions using the scripts in this repository. For the question generation, I have only used the one hop template. I think that some of the functional programs in the output JSON file are missing some information.
Shouldn't the first filter_shape function have ["cube"] as value_inputs?
This issue is not only restricted to shape, it also applies to size, color and material. Also, the issue is not limited to questions that start with There is a.... Here is a second example:
Hello
I have generated a series of images and questions using the scripts in this repository. For the question generation, I have only used the
one hop
template. I think that some of the functional programs in the output JSON file are missing some information.Here is an example:
Shouldn't the first
filter_shape
function have["cube"]
asvalue_inputs
?This issue is not only restricted to
shape
, it also applies tosize
,color
andmaterial
. Also, the issue is not limited to questions that start withThere is a...
. Here is a second example:In this example, the first
filter_size
is missing["tiny"]
asvalue_inputs
and the firstfilter_color
is missing["brown"]
asvalue_inputs
.In both sentences, the
filter
functions later in the program do contain the correctvalue_inputs
.The text was updated successfully, but these errors were encountered: