Hard output constraints:
Input output comparison:
- input appears pasted on output multiple times: suggests it is being copy pasted
Hard output constraints:
Hard input constraints:
- inputs have two colors: green and black
Hard output constraints:
Input constraints:
- inputs are 3x6
Output constraints:
- outputs are 3x9
TODO: this one is quite challenging.
Output constraints:
Has the following structure:
- Training Set: 1000 tasks: a variety of difficulty levels, easy to hard, designed to contain all "primitives" needed for eval
- Public Eval Set: 120 tasks
- Semi-Private Eval: 120 hard tasks, may have been exposed to limited third-parties eg. via API
- Private Eval Set: 120 tasks, never exposed to third parties
These section lists common visual primitives that a solver must first extract in order to infer solutions.
Many people have come up with the same idea on the Discord. Some nicely call it DSL.
Implementations:
An "object" is a set of points that is understood to be one singular entity.
Contiguity and having the same color are strong indicators that something should be understood as an object.
A rectangular container.
There are two or more boxes drawn inside the toplevel and sharing boundaries with toplevel.
There are two toplevel boxes, one contains only input, and all output goes to the second one. The second one may also contain some input.
A path is something you obtain by somehow drawing from one point to another, e.g. a line, and then starting another drawing between two points from the end point.
A dotted line is a generalized line that cycles between a color pattern, e.g.:would be a line:An extra color "transparent" may also be added to not change for that pixel.
Then to the right, on each line draw one square of each color to the left every n columns, starting with a square on the first column to the right of the red line, where n is the count of that color.
Start with the color furthest away from the red line, and then color with colors nearer to the red line. If there's overlap, replace the old color with the new one.
Output:
- draw dotted lines
Input primitives:
- background color
- squares
- points
Transformations primitives:
- line drawing
Solution: move pieces to fill the gap on the fat object that crosses the screen. Place objects either on fat object or on other objects placed on the fat object. Anything you add must end in a rectangle.
The rules for this one are not entirely clear with the number of examples.
Also clearly if the goal is to make rectangular towers, then this is an NP-hard optimization problem in general.
Input primitives:
- same color chunk. Properties: crosses screen.
Transformation primitives:
- move solid around
- fills the gap
This existed earlier: x.com/GianpaoloGalli/status/1846144236900827413
Solution: vs are guns that shoot diagonal line of their color, when line touches another object, change line color to match that of the object, then bounce on the object and continue going with the new color
Input primitives:
- diagonal line
Assumptions:
- line don't cross each other, it is unclear how to resolve that case
Transformation primitives:
- draw line
- draw line and bounce
Input primitive:
Transformation primitives:
- draw lines
Input:
- background color
- boxes
- points inside boxes
- distance between point and box
Input: three or more containers:
- one touching top left corner
- inside it there are three monocolor objects
- one touching bottom right corner of toplevel box
- inside it there is one monocolor object
- outside of those, touching the left toplevel box edge, there is one or more point
Output:
- draw dotted path of perpendicular line
They are moving to 2d discrete AI games.
Although there is merit in that, it is a shame that it just similar to other pre-existing work such as gvgai and many others.
Also the solutions are much less unique, finding the actual optimal solution being obviously NP-hard.
This section is about unofficial ARC-AGI-like problem sets.
These are interesting from both a:
github.com/neoneye/arc-dataset-collection contains a fantastic collection of such datasets, with visualization at: neoneye.github.io/arc/
README says:
Cool!
Original:
Generated:
Articles by others on the same topic
There are currently no matching articles.

