←back to thread

188 points gkamradt | 1 comments | | HN request time: 0.355s | source
Show context
jwpapi ◴[] No.43467046[source]
Did we run out of textual tasks that are easy for humans but hard for AI, or why are the examples all graphics?
replies(2): >>43467083 #>>43468943 #
fchollet ◴[] No.43467083[source]
You can easily convert these tasks to token strings. The reason why ARC does not use language as part of its format is that it seeks to minimize the amount of prior knowledge needed to approach the tasks, so as to focus on fluid intelligence as opposed to acquired knowledge.

All ARC tasks are built entirely on top of "Core Knowledge" priors, the kind of elementary knowledge that a small child has already mastered and that is possessed universally by all humans.

replies(1): >>43489514 #
1. jwpapi ◴[] No.43489514[source]
Can you explain to me? Would the token strings be as easy to solve for humans as well?

Or let me ask differently. Can we still design text questions that are easy for humans and tough for AI?