3

How do we test if a model or algorithm is AI-complete?

nbro
  • 39,006
  • 12
  • 98
  • 176
Mudit Sharma
  • 41
  • 1
  • 5

1 Answers1

2

According to the Wikipedia definition, a problem is said to be AI-complete if it requires generalized, human-level intelligence, that is, requires strong AI. The Turing test and its variants are the best ways we have of measuring this. See, for example, Turing Test as a Defining Feature of AI-Completeness.

As suggested in this paper, in order for the Turing test to be meaningful, the interrogator has a responsibility to ask questions which are both deep and meaningful.

It, therefore, seems likely that testing for strong AI is in itself an AI-complete task.

nbro
  • 39,006
  • 12
  • 98
  • 176
NietzscheanAI
  • 7,206
  • 22
  • 36