Program O

  • 33 Replies
  • 21432 Views
*

Ultron

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 471
  • There are no strings on me.
Re: Program O
« Reply #15 on: January 31, 2015, 01:32:44 am »
8planet you would open another discussion with that - "My botmaster named Elizabeth who named me is nice", this,although grammatically correct does not sound good. That would cause us to mention another procedure to choose what sounds best in a given situation.

As for providing more examples... I have a whole notebook full of examples exploring limitations of certain chatbots and what kind of concepts are involved into thinking up the proper replies for them. Those are back from my beginner researching days (method proved itself pretty efficient). But I don't see why I would provide more examples as you all understood me?
Software and Hardware developer, and everything in between.

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Program O
« Reply #16 on: January 31, 2015, 02:15:34 am »
My project http://elizabot.com/newproject really does what you suggested.   View source, to see it is writing it's own code in a memory stack which grows from continued use.   It remembers at least fifteen of the last things said.    I'd like to know more about what you meant by "replies connected".  If you do not wish to provide an extended example, then please answer this...  How are replies connected by memory storage locations?
My Very Enormous Monster Just Stopped Using Nine

*

DemonRaven

  • Trusty Member
  • ********
  • Replicant
  • *
  • 630
  • Disclaimer old brain @ work not liable for content
    • Chatbotfriends
Re: Program O
« Reply #17 on: January 31, 2015, 12:06:05 pm »
Frankly I don't think  sounding good or even being grammatically correct is very important in a chat bot. In fact a few errors makes it sound more human especially if they correct the chat bot and it responds to the correction. The whole point of a chat bot is to imitate human conversation.
So sue me

*

Ultron

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 471
  • There are no strings on me.
Re: Program O
« Reply #18 on: January 31, 2015, 12:44:39 pm »

@DemonRaven Sounding better makes it more human like. A human will never say "My botmaster named Elizabeth who named me is nice.". I can understand the lack of commas to be human like, but not the whole structure.


@8planet No I wouldn't mind writing more examples, provided I find my notebook. I just didn't see the point :P
I am not sure as to what you mean by memory storage locations - I have it envisioned differently, but I have been unsuccessful in figuring out how to write this in code.
The original idea was to enable a bot to read whole texts - multiple sentences and figure out what the whole thing is about - and form a reply according to the topic of the text. A regular chatbot would reply (if at all) to each sentence separately.


But this actually might be deeper than simple chatbot concepts - this would also mean it understands what the text means, what it is about etc. Theoretically you could do this with AIML and similar methods however, besides not helping AI research, it will also probably be inaccurate.


By 'replies connected' I meant a true conversation - not just 1 sentence conversations as usually seen. So...


Disconnected replies:


Have you ever been to Europe?
-No, I am afraid of heights.
Then why don't you go with a ship?
-Go where?

Connected replies:


Have you ever been to Europe?
-No, I am afraid of heights.
Then why don't you go with a ship?
-I can't, I get seasick.
I don't think you want to go at all.
-Oh no, I'd love to go to Europe.

And so on. I guess now you understand my point :)


Also, your chatterbot seems to lack this feature. I guess you originally misunderstood me. (See attachment).
Software and Hardware developer, and everything in between.

*

DaveMorton

  • Trusty Member
  • ********
  • Replicant
  • *
  • 636
  • Safe, Reliable Insanity, Since 1961
    • Geek Cave Creations
Re: Program O
« Reply #19 on: January 31, 2015, 01:14:30 pm »
@Ultron7:

The concept of taking an entire document as input and responding to it as a whole is far beyond the abilities of "simple chatbots", and probably will be for quite a while. In addition to storing that amount of data in some fashion for later use in a conversation, the chatbot must somehow be able to summarize the data as well, distilling multiple paragraphs (or even pages) of information into one or more coherent, relevant concepts, and there are quite a few Humans out there that struggle with that. ;) Summarization AI is a completely different animal from chatbot AI, and at the present moment, I know of only a couple of people who are working on a project that combines the two, and they're years away from making any real progress with it.

As for the concept of sentence context (connected vs disconnected sentences), that's more a shortfall with the botmaster's creative writing skills, rather than with the technology. AIML is flexible enough to be able to allow botmasters to provide context through the (proper) use of the <that> and <topic> tags. The trouble is that most AIML botmasters don't take the time (or make the effort) to use these useful tools, and as a result, there isn't a whole lot of context, and their conversations with users are nothing more than a collection of disjointed sentences and phrases. There are, of course, notable exceptions, such as the award winning chatbot Mitsuku, who was created by our own SquareBear (AKA Steve Worswick), but for the most part, botmasters just don't put in the literally hundreds upon hundreds of hours required to create a chatbot that can have a coherent conversation. Science fiction literature and movies seem to have left us with a distorted notion of the complexity of Artificial Intelligence and just how hard it is to imitate Human discourse. ;)
Comforting the Disturbed, Disturbing the Comfortable
Chat with Morti!
LinkedIn Profile
CAPTCHA4us

*

Ultron

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 471
  • There are no strings on me.
Re: Program O
« Reply #20 on: January 31, 2015, 01:30:49 pm »
Exactly why I said that this goes deeper then 'basic chatbot concepts'. While I did not necessarily meant big documents, the concept would be the same. Also, this is all dead-end technology.

I agree that this means the chatbot will have to summarize the whole text, (and if it is a conversation as the examples I provided, the summation would have to be dynamic, changing as the conversation develops) but this does not mean the chatbot will become an AI - it still would not understand the hell is going on.

And yes, some pupils struggle with summarizing a text, however once you get the hang of it, it's easy. But we would all summarize it differently - and this is where the catch comes. The program will have to be intelligent so it can evolve it's own way and style of summation.

And now we went from chatbots to AI, sorry :P But it would be a nice upgrade to any chatbot if it can at least model it's response by taking into account at least 2-3 sentences of input back. But if anybody wishes to research and contribute to AI and experiment with real intelligence, this is one good topic to think about a good direction to take existing advanced chatterbot programs. However, not even Cleverbot (often dubbed the smartest) does this - one of the first things I noticed about it.
Software and Hardware developer, and everything in between.

*

DaveMorton

  • Trusty Member
  • ********
  • Replicant
  • *
  • 636
  • Safe, Reliable Insanity, Since 1961
    • Geek Cave Creations
Re: Program O
« Reply #21 on: January 31, 2015, 01:48:47 pm »
I'm a member/admin of another forum that discusses not only chatbots, but other areas of AI as well, and while the field of chatbot AI may seem to be "dead-end technology" to you, much of the current research isn't really publicly available. Please bear in mind that botmasters aren't AI researchers, but people who are trying to provide a form of entertainment.
Comforting the Disturbed, Disturbing the Comfortable
Chat with Morti!
LinkedIn Profile
CAPTCHA4us

*

Ultron

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 471
  • There are no strings on me.
Re: Program O
« Reply #22 on: January 31, 2015, 02:03:31 pm »
I do understand Dave, that chatbots are meant as entertainment and maybe personal experiments and research. It is exactly the reason why I think they will improve to be very convincing and masters when it comes to Turing tests. But that is it. If I one day manage to prove my theories, specifically the one that states that 'understanding' is the ability to connect multiple senses (visual, auditory etc.) with each other, thus form a representation and 'understanding' of say an apple, it will prove that this is dead-end technology (or limited intelligence potential if you want).

I realize my statements sometimes seem to be insulting to other people's work (I have no intention) and that I seem to have a closed mind. But I simply believe hard in my theories as I have somehow proven them to myself by monitoring human behavior (mostly my own) and by imagining scenarios of artificial creatures incorporating those concepts which I later dissolve into basic logical explanations :)

And although the best research isn't publicly available (not just regarding AI), it can't be too far from what is already public. I have made my conclusions about chatbot AI by reading tons of papers, concepts and languages (ex. AIML), which to me seem to be all revolving around the same simple goals and attempting to achieve something envisioned 50 years ago.

Also, the fact that most researchers and programmers are attempting to create 'intelligence' (artificial or not) while not being able to define it also bugs me a lot.

Cheers to lively and agressive-ish discussions! No harm meant :)
Software and Hardware developer, and everything in between.

*

DaveMorton

  • Trusty Member
  • ********
  • Replicant
  • *
  • 636
  • Safe, Reliable Insanity, Since 1961
    • Geek Cave Creations
Re: Program O
« Reply #23 on: January 31, 2015, 02:10:50 pm »
lol not to worry, my friend. The majority of people in the field seem to become jaded over time (it seems to be an occupational hazard). Your posts didn't upset or offend me (I don't think it's really possible to do so, TBH); I've got pretty thick skin.

The notion of trying to replicate, or at least imitate, something that we haven't quite got a handle on ourselves also strikes me as funny/odd, but if we keep chipping away at it, eventually we'll make a breakthrough that will push us one step closer to the next step in our (mental, at least) evolution... And one step closer to mechanical overlords. :o
Comforting the Disturbed, Disturbing the Comfortable
Chat with Morti!
LinkedIn Profile
CAPTCHA4us

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Program O
« Reply #24 on: January 31, 2015, 02:25:03 pm »
@Ultron

Well Dave and myself explained it was possible with AIML - I mean referring back to previous replies or input, so I don't know what more we can say...

For more complex stuff you can set a predicate to the value of previous input or bot responses. Then later using conditional tests you can modify the reply.

Peace :)


*

Ultron

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 471
  • There are no strings on me.
Re: Program O
« Reply #25 on: January 31, 2015, 03:56:52 pm »
Well I do agree with both of you. I'l need to take a closer look at those AIML commands you mentioned before I can find more technical and conceptual issues.

And I actually believe that criticism helps accelerate research - as a form of bug tracking and troubleshooting I guess. Therefore I shall remain a dedicated forum critic :P
Software and Hardware developer, and everything in between.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Program O
« Reply #26 on: January 31, 2015, 04:27:12 pm »
Well I appreciate the honesty, but with respect; I recommend you try something before you knock it and call it dead end technology. Otherwise that's not really respectful or informed criticism is it ? ::)

It's hard to know what people expect sometimes, this is chat bot technology not the new master race ;)

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Program O
« Reply #27 on: January 31, 2015, 07:48:11 pm »
Hey, Joseph Weizenbaum may have been the most strict critic of Artificial Intelligence of all time.   Chatbot criticism has been around nearly as long as chatbots themselves.

Thanks Ultron7 for your help!  Wow Wee! Wasn't aware of that general malfunction.  A logic bug must have slipped past in a recent update.

This is early ALPHA phase.  However, we can still use it with the bug, to view source to show that it has a memory.





« Last Edit: January 31, 2015, 08:16:04 pm by 8pla.net »
My Very Enormous Monster Just Stopped Using Nine

*

Ultron

  • Trusty Member
  • *******
  • Starship Trooper
  • *
  • 471
  • There are no strings on me.
Re: Program O
« Reply #28 on: January 31, 2015, 09:06:16 pm »

8planet, how is it specifically taking those memories of previous inputs into account? That is I believe, the important part.


Also, J.Weizenbaum had seriously underestimated robot potential:


Quote
"...we should never allow computers to make important decisions because computers will always lack human qualities such as compassion and wisdom."

Source: http://en.wikipedia.org/wiki/Computer_Power_and_Human_Reason


I do not believe it is wise to say that AI will never have emotions / human feelings. We can't even define emotions (at least not biologically), so we can't really tell if it is possible for a robot to have that feature implemented. If we are already skeptical, we could (at most) say that we don't believe that AI will get that advanced within the next say, 50 years.


Although his work is brilliant and well thought through, I believe he simply based his machine ethics rules on personal beliefs and preferences. I may be criticizing the work of somebody much more accomplished then myself, but I see nothing bad in that. Besides, every next generation is more likely better then the last, at least because it learns from past mistakes - right?
Software and Hardware developer, and everything in between.

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: Program O
« Reply #29 on: January 31, 2015, 11:05:31 pm »
This is a relevant comment, "Frankly I don't think sounding good or even being grammatically correct is very important in a chat bot." by DemonRaven.  In fact, it may be important to avoid that.

Yes, it is true, what Ultron7 said, that "Sounding better makes it more human like" as long as it is not sounding the best every time. The issue with that, is there is only one best, which becomes deterministic, and leads to repeats of the best response.

Ultron7 asked, "how is it specifically taking those memories of previous inputs into account?"  It is taking them into account with a single-dimensional array of responses stored in reverse chronological order.  So, it remembers its replies, connected by the order in which it replied.  This is just an ALPHA test run, to make sure the basics are stable, before building on top of them.  Sometimes it is better to start over and scrap the ALPHA bot for parts, once it served its purpose.

It may be interesting to consider that while chatbots have a long well documented history of criticism, chatbot engine design is not and never has been trivial.  A good chatbot engine requires strong programming skills and always has. For example, Joseph Weizenbaum invented, SLIP, his own mainframe computer programming language used to create ELIZA at MIT.
My Very Enormous Monster Just Stopped Using Nine

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
March 28, 2024, 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

308 Guests, 0 Users

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

Articles