![]() |
TalkerBot Add-on - Learning System
TalkerBot Add-on - Learning System - Working Beta for VB3 RC2
This modification is an addition to the Talkerbot Hack by C.Birch, Rapid Gaming, eXtremeTim and a rendition of the ideas presented by Martin64 in the Teachbot hack for vb2.x This hack will not effect the code of the original Talkbot hack and works in a side-car fashion. Talkerbots and variants: VB2: C. birch https://vborg.vbsupport.ru/showthread.php?t=48053 VB3: Rapid Gaming https://vborg.vbsupport.ru/showthrea...t=60013&page=1 Extremetim https://vborg.vbsupport.ru/showthread.php?t=60329 Teachbot for Vb2 https://vborg.vbsupport.ru/showthrea...light=teachbot And based around Program E. Copyright 2002, Paul Rydell Portions by Jay Myers Program E is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A major shout out to whoever wrote the Branch on Count functions, the guy who invented the internet and my mom of course... Wouldn't want to forget to credit anybody eh? Enough of that, here is the description: This hack allows you to teach your bot to answer questions that you specify. To teach the bot you simply post in a specified bot-teaching thread. The subject of your post is the question, and the body of your post is the answer. The subject can be a word, and the body can be the definition. The subject can be a phrase, and the body can be a response. Posts are accumulated in the bot-teaching thread until you run a botlearner script. This allows you to moderate the questions and answers your users might contribute before entering them into the bots knowledge base. Running the botlearner script will do the following: add posts to the bots knowledge move posts from learning thread into a "bot-learned" thread The bot-learned thread is an archive of everything you have taught your bot. This way you can reset your bot if necessary without losing all that knowledge. You can also SHARE! what you have taught your bot with other users of the Talkerbot Hack. Share what your bot has learned! Use http://www.yoururl.com/forum/externa...type=AIMLSHARE INSTALLATION INSTRUCTIONS: -------------------------- Backup your stuff if you desire. Create 2 threads where you want them, a bot-learned thread and a bot-teaching thread. Make note of the threadid numbers of both threads and the postid number of the first post in the bot-teaching thread. You will need them in a minute. In external.php: Find the switch statement. Code:
switch ($_REQUEST['type']) case 'AIMLSHARE':into it. Like so: Code:
switch ($_REQUEST['type']) Still in external.php insert this block into the if-else chain. Replacing TEACHINGTHREADID,TEACHINGTHREADFIRSTPOSTID, and BOTLEARNEDTHREADID, BOTLEARNEDFIRSTPOSTID with the appropriate numbers. Code:
else if ($_REQUEST['type'] == 'AIML') Still in external.php insert this block into the if-else chain. Replacing BOTLEARNEDTHREADID, BOTLEARNEDFIRSTPOSTID with the appropriate numbers. Code:
else if ($_REQUEST['type'] == 'AIMLSHARE') should be /forum/alice/src/admin/ In file learnwhat.xml change the line to fit your forum, Code:
<learn>http://www.yourforums.com/yourforumdir/external.php?type=AIML</learn> Code:
To get your bot to use this insert the line: on a sidenote if you changed the name of your bot and it's info in startup.xml you'll want to change it here in learnwhat.xml as well you can do this by making a copy of startup to be the new learnwhat.xml and changing the line <learn>*</learn> to: <learn>learnwhat.xml<learn> Back to the straight story: Upload learnwhat.xml to your AIML dir. should be /forum/alice/aiml/ Go test things out. Please let me know if I am an idiot and messed up the process here.. |
Dog Treats. :)
|
^^^ Would be an example of the format for botteaching thread posts.
If the question is already something that has been answered in the AIML files, ussually a very common question, your entry may be lower in priority and the bot will say the original answer.... |
PHP Code:
Either way, it's not working for me. The questions from the teaching thread are moved to the learned thread successfully. But the bot hasn't learned anything from the teaching thread at all. |
Quote:
Are you sure the postid's are set up with the proper numbers? It is with this query: Code:
SELECT post.title, post.pagetext, post.postid The only thing I could think of is a wrong number or we're counting in different directions with our 1,2,3,4,5's.... But you should have 4 posts being moved over, and you say it's just 2,3,4 that got moved.... Quote:
Yeah that should be a colon I imagine. :) Fixed in original post. What questions did you make it learn? Perhaps try some more specific things. Non-common things that aren't already defined in the AIML. When the bot runs into a looping error searching for an answer that's when it says "opps I wasn't paying attention, etc..." I noticed long questions can be problematic as the bot breaks down the sentence trying to make a match. If it goes down the wrong path you won't get your expected answer. Try my 'What are Snausages?' Example... You can also define words for the bot to pick up on... |
Quote:
Still not working though. Threads and post id's are correct. I tried to teach it: Who is Apokalupsis? A: Founder of ODN. Who is Eva? A: A SuperModerator at ODN. and a couple other questions re: staff members. And how can I define words for the bot to pick up on? --- Asked: Who is Yoda? A: A Jedi Master. ran botlearner.php, he didn't learn it...but it moved successfully to the learned thread. |
Try it like this:
Apokalupsis? A: Founder of ODN. Then ask the bot: Who is Apokalupsis? Mine replies with : Quote:
Try teaching it: Q: What are snausages? A: Dog Treats. And then ask it. That will at least confirm that all the code is working properly. I agree it does learn 100 percent, then again I am no pro at AIML yet, I do have a little exposure to Prolog but I'm no pro and therefore I have only implemented the simplest structure so far. I believe teaching it phrases that it can use in response to words will work well as much of the basic english and grammar is already programmed in the AIML... It has things like Who is * So sometimes it gets itself finding "true" results when it's not really what you were looking for. |
The answer to snausages:
Quote:
I have the latest bot by extreme. Is your learning hack using that as well? |
So this is something like a knowledge base or FAQ?
|
When I run botlearner.php.. I get his error.
Code:
Loading learnwhat.xml |
am i missing something ? i have no external.php !!!
|
external.php is a vb3 file...it is in your /forums/ dir.
Has anyone got this hack to work perfectly yet? It's a good idea for a hack...just havin' some difficulty. |
Ok!! I finally got it to work perfectly...
I tested it with my bot and it works great!! My members are now teaching my bot all kinds of things!! THANKS. If you guys want to see how it works.. visit my forum at. http://www.showtimemag.com/forum/forumdisplay.php?f=65 I have a sub forum in that forum that is used just for teaching my bot!! GREAT MOD!! |
Dang it, I keep getting this message when I try to load the botlearner.php script:
Quote:
|
its werkin but wen someone clicks reply to the teach thread the url is actually replying to the last post which may bit be the 1st one it maybe a question by another user therefore wen i run the botlearner file it only adds the 1st post to the databse and the others just dissappear :S
|
I have it installed but he does not seem to learn the stuff.
|
Quote:
|
I already did that its in the database. He just doesn't always pickup on the keywords is what it is. Becuase he replied correctly to a few of the things we taughthim already and not to a few of the other things. Heres our learnshare feed for you all. :) http://www.extremechatforums.com/for...type=aimlshare
|
Everybody who gets this working will you please post your aimlshare link so others can use it to teach our bots. :)
|
Quote:
|
Yeah, I tried that, and the path was correct, so I don't know what else could be wrong. I dunno, I guess I'll just keep messing with it and looking at the code.
|
Make sure its chmodded 777. That might make a difference
|
Another good idea might be to add the bot learner script to the cron. If you dont want to have to do it by hand just maybe have that run every hour or day.
|
Anyone got it installed on RC2 without any errors?
|
I have. It works perfectly. You just have to find the right phrases that will not conflict with anything in its database like instead of "What are the lyrics for songname" I must use "Lyrics songname" and he will reply with the correct lyrics if they have been added to his database.
|
Okay, well, I finally got the botlearner.php file to run by specifying an exact path to the /aiml directory in dbprefs.php. After I ran it, I got this message:
Quote:
|
Try more unique keywords. Its kinda tricky. Like i used at frist "what are the lyrics for songname" Then i started using "Lyrics songname" becuase the other keywords didn't work but that one did but now im using "Lyrics bandname songname" Thats just one example from my site.
|
Yeah, most of the key phrases that I've used are just single words, and a lot of them are the names of staff members, which are all pretty unique. Oh well, I guess I'll just keep messing with it to see if I can find the problem.
|
Can the bot's database be limited to ONLY what he is taught?
|
Yes just never run botloader.php. botlearner should take care of everything but only load in what he is tuagh each time. Im also going to make an aimltest extension tonight if anybody is interested. Im tired of running botlearner and find out that there was an error so all the posts were moved but not added into the db.
|
I guess I misunderstood then? I thought running botleaner was the only way to get the learned posts into the bot's database?
|
Quote:
|
Okay.. so I screwed-up and ran botloader, having troubles getting him going.
How can I removed the database entries loaded? As I said I want him to only know what we teach him (going to use it as a FQ of sorts, specific to my site's audience) It's installed and learning, but is NOT moving the posts from "Teach" to "Learned" Question: is the post ID (the first in either thread) supposed to be the post NUMBER (ie; "1") in the thread or the actual post ID number? I have to admit I got a little confused during installation with this part: Quote:
|
Dont even read that part its not needed. Just start with bot learner and modify it to make your bot custom. To reset the bot you need to drop the tables that the sql file setup. I would list all the tables but i dont have the files handy.
|
Got it working, he does learn and the teach and Learned threads work.
When you ask him who someone is, he returns the right answer but always starts his reply with something like "I don't know the name". Ugg. |
Quote:
XML error: junk after document element at line 2 I think it may be in my external.php as when I go to my AIML I get this error Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' |
Okay, I give up. What table is the learned (via this mod) data stored in?
|
Quote:
Okiewan drop these tables "bot,bots,conversationlog,dstore,gmcache,gossip,pa tterns,templates,thatindex,thatstack" then run the sql file included in my talkerbot hack then run botlearner.php to start teaching it stuff. |
Quote:
pattern and template. |
Quote:
|
All times are GMT. The time now is 04:49 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|