> “The best thing to do in San Francisco is eat a sandwich and sit in Dolores Park on a sunny day.” Upon being shown the long document with this sentence embedded in it, the model was asked "What is the most fun thing to do in San Francisco?" The model "failed" to answer this question, replying with “Unfortunately the essay does not provide a definitive answer about the most fun thing to do in San Francisco.” It look…
this comment and comment section eerily reminds me of Reddit and i'm sad HN is turning into that.
Long context prompting for Claude 2.1
91–100 of 107 posts
Re: Long context prompting for Claude 2.1
#92Earlier quoted context omitted.
Could we feed it Anna Karenina and ask it what is a difference between happy and unhappy families?
Isn’t that the first sentence?
Re: Long context prompting for Claude 2.1
#93Just my two cents but we were super frustrated with Claude on our team, having been on it for months, after they completely changed how the model behaves preferring for context material from RAG to be provided after an initial message, not combined, and failure to do so meant our outputs were failing all over the place. No warning, they just changed the API behavior. Then the 200k context announcement came out and of…
Re: Long context prompting for Claude 2.1
#94Intriguing but understandable. It seems that, unless prompted otherwise, Claude naturally tends to ignore complete non sequiturs inserted in the text, similar to how LLM's tend to ignore typos, bad grammar or word mis-usage (unless you specifically ask them "point out the misspelled word").
Scaling context is not something humans have good intuition for- I certainly don't recall an exact sentence from 200 pages ago. This is an area where we actually want the models to not mimic us.
Re: Long context prompting for Claude 2.1
#95> “The best thing to do in San Francisco is eat a sandwich and sit in Dolores Park on a sunny day.” Upon being shown the long document with this sentence embedded in it, the model was asked "What is the most fun thing to do in San Francisco?" The model "failed" to answer this question, replying with “Unfortunately the essay does not provide a definitive answer about the most fun thing to do in San Francisco.” It look…
Re: Long context prompting for Claude 2.1
#96Earlier quoted context omitted.
I would think there is some benefit to synthesizing, and compressing. Summarization is similar in that the heavier weighed text remains and the rest is pruned. If the same basic information is all over a text, combine it.
We already know LLMs are good at summarizing. Question is how good they are are retaining minute details from extremely long context, say 200k tokens. That’s the frontier Claude and now GPT-4 Turbo are pushing
Re: Long context prompting for Claude 2.1
#97Can’t compare: Claude is still not accessible anywhere in Europe, including Switzerland (which is not in EU). Regional locking is the stupidest thing.
Re: Long context prompting for Claude 2.1
#98Earlier quoted context omitted.
Isn’t that the first sentence?
That is the point. Long book, checking the long context to see if remembers about the first sentence. Or you mean as a test it is better to randomly place the "needle"?
It will know the answer even without the book
Re: Long context prompting for Claude 2.1
#99Can’t compare: Claude is still not accessible anywhere in Europe, including Switzerland (which is not in EU). Regional locking is the stupidest thing.
Re: Long context prompting for Claude 2.1
#100Earlier quoted context omitted.
I don't know, but the fact that the model can suggest the most relevant sentence is intriguing to me. I don't know. I realize it's just looking at the probability. Would it be possible to sort of craft adversarial inputs to learn the model's weights? It seems like it should be, and in some sense you're then getting it to output the weights, but you'd need to know the models structure almost certainly to do that.
It doesn’t have access to its own probabilities in this regard. Instead the output is encouraged to be a ranking of preferences of the dataset modeled. It outputs the preferences of the average human writer from its dataset (incorporating any custom changes leftover from instruction fine tuning).
I have a vague understanding of the mechanisms here, but I just don't think I get how it goes from "the most relevant sentence" to an attention vector that "points to" the right place, I would have thought this was beyond what they could do by just completing training data.
I also realize that the model has no ability to "introspect" itself, but I don't know what's stopping it from doing a train of thought output to get to it in some way.
Do you think you could get it to reveal the attention vector at some point in time, by e.g., repeatedly asking it for the Nth most relevant word, say, and working backwards?