I don't understand OpenAI's pricing strategy. For free I can talk to GPT 3.5 on an unlimited basis, and a little to GPT 4o. If I pay $20 a month, I can talk to GPT 4o eighty times every three hours, or once every two and a half minutes. That's both way more than I need, and way less than I would expect for twenty dollars a month. I wish they had a $5 per month tier that included, say, eighty messages per 24-hours.
GPT-4o's Memory Breakthrough – Needle in a Needlestack
101–110 of 256 posts
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#102I just used it to compare two smaller legal documents and it completely hallucinated that items were present in one and not the other. It did this on three discrete sections of the agreements. Using ctrl-f I was able to see that they were identical in one another. Obviously this is a single sample but saying 90% seems unlikely. They were around ~80k tokens total.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#103Earlier quoted context omitted.
It can't answer the questions without the limericks in the prompt. The benchmark is to establish how well it uses the context window. For example, I just asked it "What is sought by the English top brass?". The answer from the limerick is "Cranberry glass" and 4o answers correctly when given the associated limerick once out of 2500+ limericks. However, without the limerick, 4o responded with: "The term "English top b…
This sounds dumb - but what if you give it all the limericks MINUS the one you want it to answer about? I think it will fail, but this actually seems like the cleanest way to demonstrate it.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#104Earlier quoted context omitted.
Why wouldn't it still be invalidated by it if it was indeed trained on it? The others may do worse and may or may not have been trained on it, but them failing on ititself doesn't imply 4o can do this well without the task being present in the corpus.
It can't answer the questions without the limericks in the prompt. The benchmark is to establish how well it uses the context window. For example, I just asked it "What is sought by the English top brass?". The answer from the limerick is "Cranberry glass" and 4o answers correctly when given the associated limerick once out of 2500+ limericks. However, without the limerick, 4o responded with: "The term "English top b…
Maybe I can't solve a bunch of mostly memorized math problems without a visual mnemonic aid. Someone seeing me fail the problems without the visual aid doesn't rule out me having partly memorized solutions.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#105I just used it to compare two smaller legal documents and it completely hallucinated that items were present in one and not the other. It did this on three discrete sections of the agreements. Using ctrl-f I was able to see that they were identical in one another. Obviously this is a single sample but saying 90% seems unlikely. They were around ~80k tokens total.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#106I just used it to compare two smaller legal documents and it completely hallucinated that items were present in one and not the other. It did this on three discrete sections of the agreements. Using ctrl-f I was able to see that they were identical in one another. Obviously this is a single sample but saying 90% seems unlikely. They were around ~80k tokens total.
What you are asking an llm to do here makes no sense.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#107I just used it to compare two smaller legal documents and it completely hallucinated that items were present in one and not the other. It did this on three discrete sections of the agreements. Using ctrl-f I was able to see that they were identical in one another. Obviously this is a single sample but saying 90% seems unlikely. They were around ~80k tokens total.
What you are asking an llm to do here makes no sense.
It's purported to be a major use case.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#108Earlier quoted context omitted.
A number of people in my lab do research into long context evaluation of LLMs for works of fiction. The likelihood is very high that Moby Dick is in the training data. Instead the people in my lab have explored recently published books to avoid these issues. See BooookScore ( https://openreview.net/forum?id=7Ttk3RzDeu ) which was just presented at ICLR last week and FABLES ( https://arxiv.org/abs/2404.01261 ) a recen…
I suppose the question then is - if you finetune on your own data (eg internal wiki) does it then retain the near-perfect recall? Could be a simpler setup than RAG for slow-changing documentation, especially for read-heavy cases.
No, that's one of the primary reasons for RAG.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#109This is based on a limericks dataset published in 2021. https://zenodo.org/records/5722527 I think it very likely that gpt-4o was trained on this. I mean, why would you not? Innnput, innnput, Johnny five need more tokens. I wonder why the NIAN team don't generate their limericks using different models, and check to make sure they're not in the dataset? Then you'd know the models couldn't possibly be trained on them.
Re: GPT-4o's Memory Breakthrough – Needle in a Needlestack
#110Earlier quoted context omitted.
Or a spot the difference. Generate 1000 generic facts about Alice and the same 1000 facts about Eve. Randomise the order and change one minor detail then ask how they differ.
sort alice.txt | diff - That's not a task for an LLM
A useful test would copy all Alice statements to Eve statements, then rewrite all of the Eve statements using synonyms, and then finally change one or two details for Eve.