The lookup algorithms in question are not processing the meaning of the inputs and generating a response as needed. The lookup algorithms simply string-match the conversational history to the list of inputs and output the next line in the conversation.
An algorithmic reasoning system, on the other hand, would seem to be something that actually reasons about the meaning of what’s been said, in the sense of logically processing the input as opposed to string-matching it.
The lookup algorithms in question are not processing the meaning of the inputs and generating a response as needed. The lookup algorithms simply string-match the conversational history to the list of inputs and output the next line in the conversation.
An algorithmic reasoning system, on the other hand, would seem to be something that actually reasons about the meaning of what’s been said, in the sense of logically processing the input as opposed to string-matching it.