Latest in (open source) chatbot/fake AI?

前端 未结 3 1135
夕颜
夕颜 2021-02-02 15:48

What is the lastest in open source chatbot/fake AI \'technology\' ? Is ELIZA/ALICE/MegaHAL still \'current\', or have there been made any advances in the past decade ?

相关标签:
3条回答
  • 2021-02-02 16:02

    I created a tool for myself as I wanted to build simple chatbots and manage the whole lifecycle easily: create, test, deploy and analyse. It gained some popularity so I turned it into a startup: https://www.hubtype.com/products/chatbots.html

    It's useful to get a chatbot up and running fast using rich interactive elements that messaging apps provide like quick replies, carrousels, etc, which make interaction very easy without the need of fancy AI. However, if you need more complex text interactions you can also integrate state of the art Natural Language Understanding services like IBM Watson or api.ai.

    0 讨论(0)
  • 2021-02-02 16:15

    ChatScript is the best open source tool that I've found for developing conversational agents (BSD License):

    https://github.com/ChatScript/ChatScript

    I have used it for several years and it's extremely programmer friendly (written in a way amenable to how programmers think and use tools). Most importantly, it was written to solve the truly messy problems of parsing natural language sentences with a powerful input pre-processor and a flexible pattern matching style rules engine for matching text.

    From the SourceForge project page:

    ChatScript is the next generation chatbot engine that won the 2010 Loebner Prize with Suzette, 2011 Loebner with Rosette, and 2nd in 2012 Loebner with Angela (a bug I introduced in the Loebner protocol, not the engine). The technology behind Outfit7's mobile app Tom Loves Angela and ESL chatbots at Japan's SpeakGlobal. 3rd place winner Chatbot Battles 2012 and awarded best 15 minute conversation prize. 3rd place Loebner winner for 2013 and 1st place in 2014.

    Also has useful ontology files for nouns, verbs, adjectives, adverbs. Stand-alone or server modes. LINUX (32 & 64 bit) and Windows (Visual Studio 10) and Mac/iOS.

    0 讨论(0)
  • 2021-02-02 16:16

    In terms of up to date conversational agent FAQs, see my Meta Guide webpages, "Yahoo! Answers - Best Answers" & "Quora Answers". In terms of non-pattern matching, statistical dialog systems, I suggest looking at the USC Virtual Human Toolkit NPCEditor & the IBM Watson precursor QA system, OpenEphyra from CMU.

    0 讨论(0)
提交回复
热议问题