AI Zone http://www.chatbots.org/ai_zone/ AI Zone en Copyright 2012 2012-05-16T21:47:03-06:00 Uncanny valley different seen from developer and critical user? +Intro http://www.chatbots.org/ai_zone/viewthread/895/ http://www.chatbots.org/ai_zone/viewthread/895/#When:07:20:32Z <p>Hi I am very new here and should have read a lot of how it works here <br /> so pardon for jumping in and making a fool of myself. </p> <p>The uncanny valley seems very real to me as a user while some developer <br /> seems to be blissfully unaware or not giving it a thought or apologizing for <br /> how creepy their products are. </p> <p>Or I am overly sensitive to the uncanny valley and the develpers <br /> maybe are normal or more unvilling to take it in. We all may be different. <img class='emoticon' src="http://www.chatbots.org/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /> </p> <p>Examples. Repliee Q2 seen on Wikipedia is a typical such that <br /> show the difference between a developer that seems to feel rather okay <br /> with the result while I and I trust many many others feel the result is creepy. </p> <p>Now social consideration makes it unpolite to criticise people that spend years <br /> on difficult things so I trust that most of people around him would not even consider <br /> to tell him how creepy she behaves. Looks is rather okay but the ways she moves. </p> <p>Another is the Danish developer that made a good looking copy of himself <br /> but the movements are very creepy to me. My whole body feel sad about him <br /> being that sick and I feel for looking away. </p> <p><a href="http://www.youtube.com/watch?v=NSLe7xrP4jQ">http://www.youtube.com/watch?v=NSLe7xrP4jQ</a></p> <p>Geminoid DK Professor Henrik Scharfe of Aalborg. </p> <p>I feel bad to give him or any of his hardworking any criticism<br /> but it is obvious to me that a developer is biased positively <br /> seeing their brain children bots as good enough for display <br /> while a critical end user say this is not good enough to pay for <img class='emoticon' src="http://www.chatbots.org/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /> </p> <p>Maybe it is an unsolable dilemma. The maker of a thing fall in love <br /> with their creation. Very understandable and almost nothing one <br /> can prevent. While a buyer can be overly critical because they <br /> are paying for the end product and not always falling for it head over heals. </p> <p>I am a retired Telecom Technichian and bad at programming so no wonder <br /> that I am able to be this unfair so hope you guys can show pardon. </p> <p>Anyway I love the effort all of you put into this and are looking forward to <br /> any progress. It is exciting times indeed. </p> <p>Tommy Anderson <br /> Sweden.</p> 2012-05-16T07:20:32-06:00 “Smart Chat” http://www.chatbots.org/ai_zone/viewthread/896/ http://www.chatbots.org/ai_zone/viewthread/896/#When:18:26:32Z <p>Hello, My name is Eric and I am new to Chatscript.<br /> I found out about it last weekend and I have studied the manual, tutorial, and the files. I have a plan to make a server based chat bot but I have a few topics I would like to discuss. I plan to make it so anyone can talk to the chat bot and have the bot get to know individuals “personally”. <br /> First, I would like to know if chatscript has the ability to automatically log in a user. Whenever chatscript starts up, instead of asking for a user login I want it to login automatically to an account named “unknown”. From that </p> <p> After the user opens chatscript and it logs in as unknown I want the user to say something like… “My name is…” and chatscript will create a new user profile under the users name, a table for any facts the user tells the chat bot about themself, and finnaly logs them in under the new account. After this if the user revisits the site or opens up the application then they can “log in” or Chatscript will automatically remember them, based on preference. </p> <p>Can you help me? any advice?</p> 2012-05-16T18:26:32-06:00 Programmatic access to RiveScript’s guts http://www.chatbots.org/ai_zone/viewthread/893/ http://www.chatbots.org/ai_zone/viewthread/893/#When:14:48:53Z <p>Hey</p> <p>I’ve added a couple new features to the Perl RiveScript library today that will allow developers to get convenient access to the internal data structures of the RiveScript object.</p> <p>There’s a new deparse() method, which returns a big ol’ Perl data structure that represents the entire RiveScript brain as loaded into the object. With this it’s easy to loop over the topics and triggers and config variables and etc. that was loaded in from the RiveScript documents.</p> <p>There’s also a write() method, which will use deparse() and write RiveScript code to disk using all the data it has in memory.</p> <p>What’s the application for this? Well, you can use it to create a user interface for manipulating your RiveScript documents without needing to touch the RiveScript code. The module could load an RS file, deparse it to give your program really clean and easy access to the data represented by that RS file, make some changes to it, and write the changes back to disk.</p> <p>I’m slowly working on creating a Pandorabots-like service for RiveScript bots, and this was a necessary step along the way to that. If there’s enough interest in this feature, I may port it over to the Python library at some point as well.</p> <p>This feature comes with perl-RiveScript 1.24, which should be on CPAN in a few hours, or can be downloaded from <a href="http://www.rivescript.com/interpreters#perl">http://www.rivescript.com/interpreters#perl</a> (there are RPMs available for Fedora and EL6) or <a href="https://github.com/kirsle/rivescript-perl">https://github.com/kirsle/rivescript-perl</a></p> 2012-05-15T14:48:53-06:00 Aici on android http://www.chatbots.org/ai_zone/viewthread/875/ http://www.chatbots.org/ai_zone/viewthread/875/#When:11:26:58Z <p>I finally released a first version for the android platform. It’s still pretty early, there are some things that need fixing (including speed ups), but all in all, it’s starting to work.<br /> It can currently make a phone call to one of your contacts, send an email or sms, get the weather info and change a few phone settings (limited feature set). It also has a few basic chatbot features as well (most of the topics that have been included, can be found as separate downloads on my website). <br /> It’s available on <a href="https://play.google.com/store/apps/details?id=com.bragisoft.aici">google play</a> or from my <a href="http://bragisoft.com/download/">downloads</a>.</p> 2012-04-20T11:26:58-06:00 how to detect repeated question? http://www.chatbots.org/ai_zone/viewthread/894/ http://www.chatbots.org/ai_zone/viewthread/894/#When:02:59:08Z <p>How to detect repetead question? </p> <p>like </p> <p>How are you?<br /> How are you?<br /> ...</p> 2012-05-16T02:59:08-06:00 Chip Vivant by Mohan Embar wins Loebner Prize 2012! http://www.chatbots.org/ai_zone/viewthread/892/ http://www.chatbots.org/ai_zone/viewthread/892/#When:10:15:58Z <p><a href="http://www.chatbots.org/chatbot/chip_vivant">Chip Vivant</a> By Mohan Embar wins Loebner prize<br /> 1st <a href="http://www.chatbots.org/expert/mohan_embar/516/">Mohan Embar</a> 1.25 points.<br /> 2nd <a href="http://www.chatbots.org/expert/bruce_wilcox/846/">Bruce Wilcox</a> 2.<br /> 3rd <a href="http://www.chatbots.org/expert/daniel_burke/11048/">Daniel Burke</a> 2.75.<br /> 4th [url=]Marshall Allan 4 (no profile yet)</p> 2012-05-15T10:15:58-06:00 how to modify exception in chatbot http://www.chatbots.org/ai_zone/viewthread/891/ http://www.chatbots.org/ai_zone/viewthread/891/#When:01:36:02Z <p>hi, i want to know how to modify exception in chatbot.</p> <p>example “too much recursion in aiml”</p> <p>“i have no answer for that”</p> 2012-05-15T01:36:02-06:00 I AM attending the Loebner Prize contest http://www.chatbots.org/ai_zone/viewthread/889/ http://www.chatbots.org/ai_zone/viewthread/889/#When:05:58:08Z <p>I’ve just booked my ticket to attend the Loebner prize contest this year!</p> <p><a href="http://www.chatbots.org/awards/announcement/2012_loebner_prize_will_be_webcasted_live/">http://www.chatbots.org/awards/announcement/2012_loebner_prize_will_be_webcasted_live/</a></p> <p>Hopefully we can meet! Look forward to it!</p> 2012-05-13T05:58:08-06:00 Ubuntu 11.10 Installing Chatscript http://www.chatbots.org/ai_zone/viewthread/890/ http://www.chatbots.org/ai_zone/viewthread/890/#When:15:05:50Z <p>Has anyone sucessfully installed Chatscript 2.4 on Ubuntu 11.10?</p> 2012-05-13T15:05:50-06:00 MIND|CONSTRUCT is launched http://www.chatbots.org/ai_zone/viewthread/877/ http://www.chatbots.org/ai_zone/viewthread/877/#When:05:24:53Z <p>Just want to let you all know that my project has moved into the next phase. We have launched the official website: <a href="http://www.mindconstruct.com">http://www.mindconstruct.com</a></p> <p>There is already quite some information available on the website, much more will be publshed coming weeks and months. Feel free to follow our development through available social media (links are on the site). I’ll drop in from time to time to give status updates here as well.</p> 2012-04-21T05:24:53-06:00