
For instance being able to reliably recall specific details such as a name which was only mentioned once in the middle of a chat session hundreds of messages long
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ261 | |
2 | Ṁ137 | |
3 | Ṁ57 | |
4 | Ṁ53 | |
5 | Ṁ46 |
People are also trading
@anne Just looked it up and I can't really think of any reason why that wouldn't qualify for a YES resolution. I'll leave the market open for at least a little while longer in case anybody has any objections or comments to make. It seems like Replika not only keeps names, dates, and birthdays in its memories but anything it judges to be important which definitely fufills the spirit of the question
Something like this has basically been created? https://twitter.com/rikvk01/status/1644787327057776645
@jonsimon Now it all depends on whether that dev has made something that only works in a short demo or if it can remember something "in the middle of a chat session hundreds of messages long"
@Shelvacu I'm sure this demo is brittle. But I'm sure this or something like it can be turned into something passably useable within the next 8 months. That's an eternity in AI time.
@osmarks yeah I agree that the main thing limiting a YES resolution on this market right now is the cost. I’m interested to here more about “search mechanism”. If possible I’ll hold off on a resolution until it’s not controversial
@DylanSlagh Instead of feeding your entire conversation to your language model, which is impractical due to attention scaling quadratically (and none of the subquadratic attention things seemingly being any good), you can store previous messages and when writing the next one give the model the most relevant ones from its history. This has been known about for a while (e.g. https://github.com/AeroScripts/HiddenEngrams), and OpenAI has the related ChatGPT retrieval plugin now, but I haven't gotten round to checking whether the state-of-the-art stuff could be made good enough to satisfy this market.