Need advice in chatbot development

  • 7 Replies
  • 3863 Views
*

ILICH

  • Roomba
  • *
  • 3
Need advice in chatbot development
« on: November 09, 2010, 07:28:15 am »
Hello everybody.
I'm trying to create my own chatbot using C#.
Now i'm on stage of implementation bot's understanding of the things that you saying to it.
My bot's mind is semantic network - bipartite graph of concepts and relations.
System can recognize part-of-speech of every word in sentence context, so i can build and recognize some higher level patterns like Subject-Predicate-Object and so on.

I just wondering what kind of semantic relations you've used in your own bots ?
How would you suggest to store following sentence in semantic network:
"My name is ILLIA"
Approach that i thought about was:
Suppose that i parsed all words and found/created associated concepts. So "my name" will correspond to logical "subject attrubute" and "subject" , "is" will correspond to predicate and "Illia" is proper noun, singular, and it is a logical "object". "my" word resolving depends on context, and if this is what user says - it means that it associated with user identity/personality concept.

My first intention to connect described concepts was to use HASA and ISA to resolve this.
So, we have 3 concepts: UserIdentity, Name, ILLIA
to reflect new information i should know that UserIdentity has Name property. Also i need to know that ILLIA is a name. 
So, ideally i need to have already 2 connections in robot's mind:
UserIdentity HASA Name, ILLIA ISA Name.
I should probably import such information from ontology or something .... (determine that ILLIA is singular proper noun).
Then i need to add new relation to wire up all those three Concepts ... and i dont know what is the best way to do this. Probably it depends on used inference model that will determine what property values some Concept has .... or ? i don't know. Did you faced with problem like that ? Do you have some thoughts how better to resolve it ?

So, probably my questions should look like this:
How you represent property relations in your semantic network ?
Do you distinguish intrinsic and external properties ?
How properties are related with HASA and ISA ? they should be related or not ?
 
Will appreciate any help about subj. Thanks.

Added: oh, sorry, just explored that UserIdentity ISA ILLIA is the right relation in my case because ILLIA is broader concept than UserIdentity
« Last Edit: November 09, 2010, 09:03:02 am by ILICH »

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Need advice in chatbot development
« Reply #1 on: November 10, 2010, 03:40:31 pm »
Welcome to the site Ilich. :)

There are quite a few programmers here, hopefully someone will comment given time.

*

ILICH

  • Roomba
  • *
  • 3
Re: Need advice in chatbot development
« Reply #2 on: November 10, 2010, 08:26:58 pm »
Thanks Freddy ! Yea, maybe somebody already used similar ideas in their chatbot engines
« Last Edit: November 10, 2010, 08:32:13 pm by ILICH »

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Need advice in chatbot development
« Reply #3 on: November 11, 2010, 12:44:17 pm »
Perhaps this post on abstract and concrete knowledge might help.

*

ILICH

  • Roomba
  • *
  • 3
Re: Need advice in chatbot development
« Reply #4 on: November 11, 2010, 01:12:07 pm »
Hoho ! Thanks a lot. Very nice blog, very promising software !  :o
Is it yours ? I should probably take a day to go through all things there

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Need advice in chatbot development
« Reply #5 on: November 11, 2010, 02:10:54 pm »
Quote
Is it yours ?

yep, that's my little project.

*

DaveMorton

  • Trusty Member
  • ********
  • Replicant
  • *
  • 636
  • Safe, Reliable Insanity, Since 1961
    • Geek Cave Creations
Re: Need advice in chatbot development
« Reply #6 on: November 12, 2010, 07:26:20 am »
You may also want to check out the forum at chatbots.org, as well. The forums there are more geared to the technical/professional aspects of chatbot and AI design than the forums here are, so you may find some good information there, as well. I'm not "throwing stones" at these forums. Quite the contrary, I love the folks here like family. It's just that your post is a bit more technical in nature than the average post here. :)

Don't shoot me, Freddy. I'm just trying to help. ;D
Comforting the Disturbed, Disturbing the Comfortable
Chat with Morti!
LinkedIn Profile
CAPTCHA4us

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Need advice in chatbot development
« Reply #7 on: November 12, 2010, 09:50:35 am »
*holsters gun*

Hehe no problem.  Yes we are more like enthusiasts here (not that programmers aren't) and end users although we do get a fair amount of concept discussion which is good.  I don't know how we could encourage this more, if there are any ideas feel free.  Over the past five years or so we have discussed many theoretical ideas about AI too.

But yes GeekCaveCreations is right, as with most things on the internet it is better to have more than one arrow for your bow.  I have spoken to Erwin a few times (coordinator of chatbots.org) and he is a really nice guy and is doing a great job over there, so I would say take a look there too.

By the way Ilich, something we are good at here is testing things.  There is nearly always someone who would take some time to try out the things people make and give feedback, so when you get that far let us know about it.

Best of luck  :)

P.S.  I'm glad you like it here Dave, it's great that you are here :)
« Last Edit: November 12, 2010, 10:05:19 am by Freddy »

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
Today at 01:31:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

304 Guests, 1 User
Users active in past 15 minutes:
ivan.moony
[Trusty Member]

Most Online Today: 346. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles