Closed neoneye closed 7 months ago
I wonder how does humans solve ARC task without any help.
Currently the UI shows several hints, that may be helpful.
Most ARC datasets have names that explains what the solution is.
The named CleanUp2, reveals it's about cleaning up stuff.
CleanUp2
https://neoneye.github.io/arc/edit.html?dataset=ConceptARC&task=CleanUp2
On the edit.html, don't show the name in the: url, title, heading.
edit.html
Regarding the url. Maybe base64 encode the name.
url
No longer showing the task name in the meta title and the navigationbar title.
I have not implemented the base64 encoding in the url. So you can still read the task name from the url.
Problem
I wonder how does humans solve ARC task without any help.
Currently the UI shows several hints, that may be helpful.
Most ARC datasets have names that explains what the solution is.
The named
CleanUp2
, reveals it's about cleaning up stuff.https://neoneye.github.io/arc/edit.html?dataset=ConceptARC&task=CleanUp2
Solution
On the
edit.html
, don't show the name in the: url, title, heading.Regarding the
url
. Maybe base64 encode the name.