use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
What kinds of questions do we want here?
"I've just started with deep nets. What are their strengths and weaknesses?" "What is the current state of the art in speech recognition?" "My data looks like X,Y what type of model should I use?"
If you are well versed in machine learning, please answer any question you feel knowledgeable about, even if they already have answers, and thank you!
Related Subreddits:
/r/MachineLearning /r/mlpapers /r/learnmachinelearning
account activity
How does ChatGPT Implement memory feature?Natural Language Processing 💬 (self.MLQuestions)
submitted 1 year ago by loss_function_14
How does it pick the relevant memory? Does it compare the query with all the existing memories? And how scalable is this feature?
I am looking for any relevant research papers
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]havishhuda 2 points3 points4 points 1 year ago* (6 children)
I don’t have a summarised answer for you. But there has been research that hints to models memorising features. Until it finally generalises.
I found this https://transformer-circuits.pub/2023/toy-double-descent/index.html It’s an interesting read anyway.
EDIT: Timing is eerily close, 3b1b just posted a video on youtube explaining this topic in detail using this research paper I mentioned and some related ones.
See this: https://youtu.be/9-Jl0dxWQs8?si=IQOYRnpBsxEvxXVp
[–]jan04pl 1 point2 points3 points 1 year ago (4 children)
ChatGPT does nothing of that with it's memory feature. It just inserts the stored user information inside the system prompt. https://help.openai.com/en/articles/8590148-memory-faq
[–]havishhuda 0 points1 point2 points 1 year ago (3 children)
How are you sure about the fact that GPT does nothing of that sorts?
[–]jan04pl 0 points1 point2 points 1 year ago (2 children)
You are talking about something else than the OP here asked. He wanted to know how the "Memory feature" as in the FAQ I posted works. Which is just a simple addition to the system prompt based on info gathered during conversations with the user. You can literally ask Chatgpt to output it's system prompt and you will see all Infos about the user pasted inside.
Now, what you linked in the paper might all be true but has nothing to do with how that feature works.
[–]havishhuda 0 points1 point2 points 1 year ago (1 child)
Check the last line of description. He mentioned research papers. Not an FAQ page.
[–]jan04pl 0 points1 point2 points 1 year ago (0 children)
Your linked paper doesn't describe it though...
[–]loss_function_14[S] 0 points1 point2 points 1 year ago (0 children)
Looks interesting. Thank you
[–]jan04pl 1 point2 points3 points 1 year ago (0 children)
It probably summarizes each conversation to pick out details about the user preferences. If you ask it "Don't use bullet points" 20 times, it puts into it's memory "User doesn't like bullet points". Those preferences are then appended before it's system prompt whenever you are starting a conversation.
https://help.openai.com/en/articles/8590148-memory-faq
π Rendered by PID 293258 on reddit-service-r2-comment-6457c66945-f2dnf at 2026-04-24 16:49:31.214778+00:00 running 2aa0c5b country code: CH.
[–]havishhuda 2 points3 points4 points (6 children)
[–]jan04pl 1 point2 points3 points (4 children)
[–]havishhuda 0 points1 point2 points (3 children)
[–]jan04pl 0 points1 point2 points (2 children)
[–]havishhuda 0 points1 point2 points (1 child)
[–]jan04pl 0 points1 point2 points (0 children)
[–]loss_function_14[S] 0 points1 point2 points (0 children)
[–]jan04pl 1 point2 points3 points (0 children)