|
|
Member
Total posts: 12
Joined: Aug 22, 2010
|
I am also developing a chatbot. My chatbot is now effective in gathering information
from complex sentences like:
I went to the bar to buy a beer and there I saw Frank who was my high school classmate
and if I asked him…
Who did I see at the bar?
He’ll say
Frank
also sentences like
I went to the kitchen and opened the fridge and took some banana and ate them
then if asked
What did i eat in the kitchen?
he’ll answer:
You ate a banana
I’ll post the link of the web client interface later
|
|
|
|
|
Posted: Sep 29, 2010 |
[ # 1 ]
|
|
Senior member
Total posts: 473
Joined: Aug 28, 2010
|
That’s terrific and I’m looking forward to trying it out via the web client interface. I hope you’re not planning to use flash in the interface though because I’m one of those open source puritans that eschews proprietary software, and there seem to be far too many chatbots nowadays that rely on flash. Your choice of course.
Anyway, can you tell us something about the algorithms and technology that you are using? Does your software construct a model of what it reads, or are you pattern matching and/or using an augmented transition network (ATN) to get the information out?
Welcome to the forum too!
|
|
|
|
|
Posted: Sep 29, 2010 |
[ # 2 ]
|
|
Senior member
Total posts: 974
Joined: Oct 21, 2009
|
Yes, this sounds very promising. What is the name of your engine and bot ? I also look forward to testing it - or do you have a lot of development yet to do before you go live on the web? (if in fact, you are going to do this).
Also, are you developing all new algorithms, or existing or your own unique twist on combining one or more existing with your own ideas?
|
|
|
|
|
Posted: Oct 4, 2010 |
[ # 3 ]
|
|
Member
Total posts: 12
Joined: Aug 22, 2010
|
here is the link of the client interface
http://www.lovinglogic.com/projects/nlp
if the bot didn’t answer then the server is offline
|
|
|
|
|
Posted: Oct 5, 2010 |
[ # 4 ]
|
|
Member
Total posts: 12
Joined: Aug 22, 2010
|
we just implemented some interesting intelligence to the chatbot. It can now identify two persons with the same name and pick the right person according to the details it learned.
Me: Victor Schulitz is a computer programmer and likes spending his time developing his chatbot
Me: Victor Hugo my uncle is a writer and just published his book
so if i make a statement like this
I helped Victor programming his bot yesterday
it won’t ask me to specify who is the Victor I am talking about
but if i make a statement like
Me and Victor talked yesterday
it will immediately ask
Who is the Victor you are referring to? Victor Hugo or Victor Schulitz?
|
|
|
|
|
Posted: Oct 5, 2010 |
[ # 5 ]
|
|
Senior member
Total posts: 971
Joined: Aug 14, 2006
|
Hi LL, do you make use of a name database. Does it also accept non-English names such as ‘Erwin’.
International names are a field on itself. In Holland, we use ‘infixes’, something between first and last name. In my case it’s ‘van’, but we have ‘van der’ van den’, in het’ and a lot more of these standard combinations as well. We’ll listed under last name, and formally the ‘van’ is part of our last name as well. Intereting ha? That’s only Holland. Many countries have different habits.
Your profile says your from the Philipinnes. Would it be possible to add a little bio and a picture to your profile? Then we know a little bit more about you!
|
|
|
|
|
Posted: Oct 12, 2010 |
[ # 6 ]
|
|
Member
Total posts: 12
Joined: Aug 22, 2010
|
the user has to tell the chatbot names and surnames that it must know
the statement that must be inputted to the bot is this
von ribbentrop is a surname
erwin is a name
karl is a name
van lun is a surname
so if in the future a statement is given to the bot he will know that the group of succeeding words is a complete name of a person that includes a name and a surname
Karl van Lun is an active futurist
Erwin von ribbentrop talked with me yesterday
I am going to update my profile later
|
|
|
|
|
Posted: Nov 2, 2010 |
[ # 7 ]
|
|
Member
Total posts: 12
Joined: Aug 22, 2010
|
the web interface client will now be up 24/7 so check often to see new things we implemented to the AI.
http://ai.lovinglogic.com
|
|
|
|
|
Posted: Dec 7, 2010 |
[ # 8 ]
|
|
Guru
Total posts: 1297
Joined: Nov 3, 2009
|
Andrew said, “I hope you’re not planning to use flash in the interface though because I’m one of those open source puritans”
Andrew, I just made a flash SWF with PHP code… A simple flash animation.
But it totally worked, generated and saved a flash SWF file right from pure PHP code.
|
|
|
|
|
Posted: Dec 7, 2010 |
[ # 9 ]
|
|
Senior member
Total posts: 473
Joined: Aug 28, 2010
|
The flash file format has been partially reverse engineered so its certainly possible to make simple flash files that way. Until such time as the entire flash specification is made public though, I don’t think there’s any future in doing so.
|
|
|
|
|
Posted: May 26, 2011 |
[ # 10 ]
|
|
Member
Total posts: 12
Joined: Aug 22, 2010
|
our ai is now capable of making a short biography of a person. First you have to tell about the details of the person. And the AI will make a meaningful biography
|
|
|
|
|
Posted: May 26, 2011 |
[ # 11 ]
|
|
Administrator
Total posts: 2048
Joined: Jun 25, 2010
|
I only get a blank page from that link.
|
|
|
|
|
Posted: May 28, 2011 |
[ # 12 ]
|
|
Member
Total posts: 3
Joined: Jul 14, 2010
|
All I get is a blank page too
|
|
|
|
|
Posted: May 28, 2011 |
[ # 13 ]
|
|
Administrator
Total posts: 2048
Joined: Jun 25, 2010
|
Shame really as some of the claims would be interesting to check out…
|
|
|
|
|
Posted: Nov 10, 2011 |
[ # 14 ]
|
|
Member
Total posts: 12
Joined: Aug 22, 2010
|
we are adding and fixing more things on our AI and soon you will be able to test it
just always check http://www.lovinglogic.com/projects/ai
|
|
|
|
|
Posted: Nov 10, 2011 |
[ # 15 ]
|
|
Administrator
Total posts: 3111
Joined: Jun 14, 2010
|
LL, I edited your post to make the address you gave into a functional link. If you would prefer not to have it that way, just let me know, and I’ll change it back.
|
|
|
|