Earlier quoted context omitted.
You definitely need a model of the world, but you probably don't want to be constructing it during speech. What you want is a generative model that you've trained on the simulation data ahead of time so you can quickly make inferences once deployed.
How would that make a conversation more lifelike? It'll still be a limited model of the world, unless somehow you intend to give it the entire breadth of human experience, and will still fall to the same shortcomings as every chatbot, ask it about something it doesn't know and it'll try and fit a response that gives it away as a bot, act confused in a way that gives it away as a bot or just say something nonsensical.…
Towards a conversational agent that can chat about anything
71–80 of 108 posts
Re: Towards a conversational agent that can chat about anything
#72>Also, tackling safety and bias in the models is a key focus area for us, and given the challenges related to this, we are not currently releasing an external research demo. Read: We don't want the internet to turn our program into Tay 2.0 because we are super duper serious. I get why these companies do this. But I can't help but feel like attempting to eliminate "bias" and tackle "safety" are counter productive to t…
I suspect that the real reason is because non-cherry picked answers don't work as well and that if you interact with it you'll be no more impressed that decades of chatbots that aren't all that much more impressive than ELIZA.
Re: Towards a conversational agent that can chat about anything
#73Earlier quoted context omitted.
Hypothesis: Meena thinks they're both students enrolled in the same class.
Further conversation would quickly resolve that. Ask it what paper it's talking about. A human-quality response would be an instantly made-up excuse or explanation of what it thought the state was - like "Oh, I thought you were in my class". Or it could be a more typical computer model and display no sign that it even recognizes that the other party thinks there's a misunderstanding.
The question is whether this approach will ever confer the ability to generate new responses, or is just building a big lookup table already encodes a potential response to any input.
Re: Towards a conversational agent that can chat about anything
#74From the very first sample conversation they released: - Human: Hi! - Meena: Hey there! What's up? - Human: Same old, Monday blues...what are you up to? - Meena: I'm procrastinating on a paper I'm supposed to be writing. - Human: are you thinking of pulling an all nighter? - Meena: Possibly. What's your paper on? The bot has already mistaken facts about its own crafted persona and the human in less than 2 meaningful…
these nlp models are getting better and better but what we need ofc is for some model of the world to be constructed during the speech. If I tell you that yesterday I accidentally knocked a glass of water off the table and it fell on to soft carpet you could guess that it survived the fall without shattering. What we need is a chatbot that as you talk to it can update a 3d game/physics engine model from your words so…
(Reading TheBookOfNow and Causality in parallel)
Re: Towards a conversational agent that can chat about anything
#75I would really like a bot that could summarize topics for me then drill down into specifics based on questions I had. Even if it was all just from the Wikipedia page. This would be so nice to triage information while driving.
The first is multi-document summarization. Back in 2018 Google published Generating Wikipedia by Summarizing Long Sequences[1] which did a great job of combining multiple pages into a single Wikipedia-like document. Models have strengthened a lot since then so it should be possible to do better, but I haven't seen any work.
There's also a bunch of work on summarization of a single document into a few sentences.
The second piece of research work is Question Answering. There are multiple directions for that, but looking at recent work on the SQUAD 2.0 leaderboard should give you a good idea of what is possible[2].
Basically, combining these systems should work quite well a lot of the time.
Re: Towards a conversational agent that can chat about anything
#76I wonder what they'd say now about Terry Winograd works on SHRDLU and the accepted conclusion...
Re: Towards a conversational agent that can chat about anything
#77Human: "take the last letter of orange and name any animal that begins with that letter"
Or:
Human: "pick any number from 1 to five, multiply it by two, and say any word with that number of letters"
Re: Towards a conversational agent that can chat about anything
#78Easy way to test: Human: "take the last letter of orange and name any animal that begins with that letter" Or: Human: "pick any number from 1 to five, multiply it by two, and say any word with that number of letters"
Re: Towards a conversational agent that can chat about anything
#79Easy way to test: Human: "take the last letter of orange and name any animal that begins with that letter" Or: Human: "pick any number from 1 to five, multiply it by two, and say any word with that number of letters"
This is a good test of capabilities, but not of humanity. A normal human response to such an order would be "f * off".
Re: Towards a conversational agent that can chat about anything
#80In other news, ELIZA was created in the 60s.