Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Interesting that it calls itself Eliza, like the NLP software from the 60s (https://en.wikipedia.org/wiki/ELIZA)


So, there are 235 "Eliza chatbot" and over 76K "chatbot" repositories on GitHub. A lot of these have example conversations and answer lists in formats similar to the conversions in the article. I suspect if you go looking somewhere there will be one where the answer to the question "what's your name" is "Eliza".

https://github.com/search?q=eliza+chatbot


It being trained on eliza transcripts also perhaps explains why it's so "good" at having a conversation... sounding much like eliza.

It's actually pretty amazing how "good" eliza was at having conversations, not using anything like contemporary machine learning technology at all. That first conversation snippet in OP that OP says is "kind of scary" is totally one Eliza (or similar chatbots) could have. Weird to remember that some of what we're impressed by is actually old tech -- or how easy it is to impress us with simulated conversation that's really pretty simple? (Circa 1992 I had an hour-long conversation with a chatbot on dialup BBS thinking it was the human sysop who was maybe high and playing with words)

But I doubt you could have used eliza technology to do code completion like copilot... probably?


You're right, when you search `"what's your name" Eliza` on GitHub, you get about 8k code results, some of which include the response "My name is Eliza". But at the same time there are even more results if you try other names (e.g. 61k code results for `"what's your name" Tom`). So I still think its interesting that it happened to pick Eliza here. Possibly because repos that use the Eliza name tend to contain more Q&A-style code than others (as you mention in your comment).


It is not really calling "itself" Eliza.

It is predicting how a piece of text is likely to continue, and it probably had examples of the original ELIZA conversations, and other similar documents, in its training data.

If the user took charge of writing the ELIZA responses, then it would likely do just as well at predicting the next question of the "human" side of the conversation.


True! There is an Eliza implementation on GitHub (https://github.com/codeanticode/eliza/blob/master/data/eliza...) so I guess this how it knows about it.


Eliza (Cassan) is also the name of AI from deus ex.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: