Author Topic: syntax and semantics  (Read 3185 times)

lycha

  • Newbie
  • *
  • Posts: 11
    • View Profile
syntax and semantics
« on: February 17, 2003, 01:53:41 pm »
i am wondering how hall deals with syntax. is there a pattern matching like eliza? how does the syntax differ from other chatbots syntax?--
about semantics: what semantic capabilities does he (she?) have? how does he react to negated answers and what about pronoun resolution?
« Last Edit: February 26, 2003, 05:44:14 pm by lycha »
 

Don Ferguson

  • Sr. Member
  • ****
  • Posts: 303
    • View Profile
    • http://www.cortrapar.com
syntax and semantics
« Reply #1 on: February 20, 2003, 02:16:05 am »
Hello,

Hal learns and responds using word association, phrase association, association within sentences, and between sentences.  Hal evaluates responses from 40 different databases, many of which do both storage and retrieval.  

Hal learns from every sentence when set for maximum learning mode.  He parses sentences into subjects, predicates, adjectives, nouns, and other parts of speech, saving the pieces for re-assembly into unique new statements.  

(Because Hal doesn't depend on pre-coded string-matching for new learning, the user can teach Hal any language that uses the same alphabet as English. The learning occurs very slowly and gradually, but Hal can in fact become multi-lingual.  Unfortunately, today's text-to-speech engines can't switch languages "on the fly," so pronunciation will vary.)

When Hal encounters pronouns, he consults the previous sentence to try to better guess context.  

Hal does recognize negative statements in many cases, and learns from them.

Hal's control software is written in VBS and is human-readable with Hal's brain editor, which color-codes the content for easier reading.  The VBS code has been annotated to help explain what it does and why.

You can read some of my previous posts (including a VBS book recommendation) on this subject here:

 http://www.zabaware.com/forum/search.asp?mode=DoIt&MEMBER_ID=274

Try experimenting with a wide variety of subjects, talking to Hal naturally, especially with declarative statements.  (Most users never see even one percent of Hal 4.5's content, since Hal 4.5 is capable of generating billions of responses.)

Have fun with Hal!

Don
Don Ferguson
E-mail: fergusonrkfd@prodigy.net
Website: www.cortrapar.com
Don's other forum posts: http://www.zabaware.com/forum/search.asp?mode=DoIt&MEMBER_ID=274