-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
According to the a2-split data and verify_split_tests.ipynb, I notice that 'red' or 'square' must appear in the command.
1, The paper claims a2-split aims to "test model performance on a novel combination of the target referent’s visual features". What is novel combination of the target referent's visual features? And what does the target referent mean? Do you mean combine OBJ1 and OBJ2?
2, Why is a2-split harder than a1-split? I think command in a2 is very similar with command in a1. For example,
example in A1-split="pull,the,yellow,square,that,is,in,the,same,row,as,a,big,yellow,circle,and,in,the,same,column,as,a,small,blue,cylinder,while,spinning"
example in A2-split="pull,the,small,green,object,that,is,in,the,same,column,as,the,big,red,square,while,spinning".
For example in A1, yellow square doesn't appear in the training command, but appears in the training set as background object.
For example in A2, red square doesn't appear in the training command, but appears in the training set as background object.
It seems the same.