Wed.25.AUG.2010 -- Coordinating InStantiate and WhoBe
A problem exists in the following man-machine dialogue, where "a spirit" is unwarrantedly treated as a "who".
Robot: Human: god
Robot: GOD WHO IS GOD Human: god is a spirit
Robot: A SPIRIT WHO IS SPIRIT Human:
The following report from the "En" English lexical array does not reveal to us why the word "WHO" was used at time point "t=433", but it does show an "mfn" gender flag set to one ("1") for masculine.
389 100 10 0 1 100 5 100 386 to GOD
393 100 10 0 1 100 5 100 390 to GOD
397 55 6 0 0 55 7 55 394 to WHO
400 66 0 2 0 66 8 58 398 to IS
404 100 10 0 1 100 5 100 401 to GOD
408 100 12 0 1 100 5 100 405 to GOD
411 66 0 2 0 66 8 58 409 to IS
413 1 15 0 0 1 1 1 412 to A
420 109 31 1 0 109 5 109 414 to SPIRIT
422 1 15 1 0 1 1 1 421 to A
429 109 36 1 0 109 5 109 423 to SPIRIT
433 55 0 1 0 55 7 55 430 to WHO
436 66 0 2 0 66 8 58 434 to IS
443 109 0 1 0 109 5 109 437 to SPIRIT t nen act num mfn fex pos fin aud
By forcing diagnostic reports on the values of "mfn" and "mfnflag", we tracked down a bugfix for the problem of WhoBe saying "WHO IS SPIRIT" instead of "WHAT IS SPIRIT". In the
mfn @ 1 = mfn @ 2 = OR IF \ masc or fem; 17aug2010 CR ." InSt: setting mfnflag to " mfn @ . \ 25aug2010 mfn @ mfnflag ! \ 17aug2010 THEN \ 17aug2010 mfn @ 0 = IF 0 mfnflag ! THEN \ test; 25aug2010
0 mfn ! \ Test code applies only to En array.
0 preset !
The AI properly began saying "WHAT IS SPIRIT", but it also began to leave out the word "IS" from the output of the WhoBe module, as shown in the dialog reproduced below.
Robot: Human: god
Robot: GOD WHO GOD Human: god is a spirit
Robot: SPIRIT WHAT IS SPIRIT Human:
It turns out that the WhoBe module was testing for a positive value of "mfn" or "mfnflag" as a pre-condition for saying "IS" after "WHO". Once we began resetting the "mfnflag" to zero in the
Wed.25.AUG.2010 -- Tweaking the Codebase
Now we have a problem because the user can answer a who-query with a sentence of input, but the AI does not regurgitate the knowledge upon receiving the same who-query.
Thurs.26.AUG.2010 -- Changelog Entry
The changelog entry on yesterday's upload of
Robot: Human: god
Robot: GOD WHO IS GOD Human: god is spirit
Robot: SPIRIT WHAT IS SPIRIT Human: who is god
Robot: GOD IS A SPIRIT Human: what is god
Robot: A GOD BES SPIRIT Human:
The answers recorded above are different because different parts of the AI Mind software respond differently to who-queries and to what-queries. Meanwhile we inch closer to our next AI milestone
Mentifex
--