Riddle_Training_0ca9ddb6 - arc-community/arc GitHub Wiki

images/0ca9ddb6.png

ARC Game

Observations

I observe that the uncoloured object count in the challenge is the same as in the response, but the shape and colours are different

I classify this as a "reshape objects" task, which is common.

I notice that there are exceptions to the obvious rule

I hypothesize that the colours are not arbitrary, but rather, they carry some meaning to them, e.g. order

I test a couple of hypotheses in my head and I observe that it is always the "bright" colour that carries an exception

I study if there is a connection between the colour of the extension and the guide pixel, and yes, there is. Given guide, object colour is always given a specific extension.

I reclassify the task as "reshape objects where the source colour guides the reshaping rule" which is not so common, but not so rare either

Concepts Used

  • Partial solution: solve the riddle partially and find the "the rest of the riddle."

  • Re-classification of the riddle once some transformations are applied and some "derived panels" are already generated and added to the known information

  • reshape object, where the reshape rule is parametric

Possible distribution shifts

  • The reshape rule could be guided by something else than colour, e.g. source shape, position, or size. It appears that my brain is considering all these possibilities in parallel

Solution Approach