|
|
|
|
|
by worksonmine
1034 days ago
|
|
It's difficult for me to assess how original your library is without examples, maybe I could find the exact implementation on github within 30 minutes. But I've yet to see anything that isn't just mashing together stackoverflow and git repositories to save time. I get the same answers with less wordy fluff from a simple search, but I also know where to look. It's impressive that it knows the difference between "how many are 5 more apples than 10" compared to "how many percent are 5 apples of 10" (I don't know if it does, just assuming). But the first release also tried to reason why the weight of 1 pound of nails depends with the simple prompt "how much do 1 pound of nails weigh". That's most likely a perfect example of it mashing the classic "what weighs more, 1 pound of nails or 1 pound of feathers". It IS just looking in a database, and mashing it with some fluff. I'm happy to be proven wrong but I need more than your word for it. My experience is that as the topic gets more niche (less data in the training set) the worse the answers I get and it starts making things up based on probability. It doesn't reason in the sense I assume you're expecting. |
|
It's a nice constrained example of a transformer learning a world model, not just looking up responses.
> It's impressive that it knows the difference between "how many are 5 more apples than 10" compared to "how many percent are 5 apples of 10" (I don't know if it does, just assuming). But the first release also tried to reason why the weight of 1 pound of nails depends with the simple prompt "how much do 1 pound of nails weigh". That's most likely a perfect example of it mashing the classic "what weighs more, 1 pound of nails or 1 pound of feathers".
Is there a formulation here that would get to a point where you'd think it's not just mashing things together? Are there elements of a simple question that would be required?
Here's a slightly trickier one for it "Which weighs more, a pound of feathers or balloons made from one pound of rubber then filled with 100g of helium?"
https://chat.openai.com/share/b841c96f-e46c-4adf-8ec3-8778ff...