HackerTrans
热门最新趋势评论往期问答秀出招聘

byteknight

no profile record

评论

byteknight
·9个月前·讨论
Never thought about it from that perspective, but I think you're right. It is by design, not deceptive intent, just the infinite monkeys theorem where we've replaced randomness with pattern matching trained on massive datasets.
byteknight
·9个月前·讨论
May be helpful for others. Fully packaged version

https://github.com/IAmStoxe/wirehole
byteknight
·9个月前·讨论
Seems similar to the problem encountered when making the stupid idea PyNQ:

https://github.com/IAmStoxe/PyNQ
byteknight
·9个月前·讨论
Isn't that specific to pictures?
byteknight
·9个月前·讨论
Encryption is defined as "the process of converting information or data into a code, especially to prevent unauthorized access."

What you describe is the same thing just not cryptographic.
byteknight
·11个月前·讨论
Are you doing roleplay?
byteknight
·去年·讨论
I think there is an inherent weight associated with the intrinsic knowledge opposed to the reasoning steps as intrinsic knowledge can override reasoning.

Written out here: https://news.ycombinator.com/item?id=42773282
byteknight
·去年·讨论
I believe this comes from our verbiage.

If I asked you, "hey. How many Rs in strawberry?". You're going to tell me 2, because the likelihood is I am asking about the ending Rs. That's at least how I'd interpret the question without the "llm test" clouding my vision.

Same for if I asked how many gullible. I'd say "it's a double L after the u".

It's my guess this has muddled the training data.
byteknight
·去年·讨论
I may be looking at this too deeply, but I think this suggests that the reasoning is not always utilized when forming the final reply.

For example, IMMEDIATELY, upon it's first section of reasoning where it starts counting the letters:

> R – wait, is there another one? Let me check again. After the first R, it goes A, W, B, E, then R again, and then Y. Oh, so after E comes R, making that the second 'R', and then another R before Y? Wait, no, let me count correctly.

1. During its counting process, it repeatedly finds 3 "r"s (at positions 3, 8, and 9)

2. However, its intrinsic knowledge that "strawberry" has "two Rs" keeps overriding this direct evidence

3. This suggests there's an inherent weight given to the LLM's intrinsic knowledge that takes precedence over what it discovers through step-by-step reasoning

To me that suggests an inherent weight (unintended pun) given to its "intrinsic" knowledge, as opposed to what is presented during the reasoning.
byteknight
·去年·讨论
Disclaimer: I am very well aware this is not a valid test or indicative or anything else. I just thought it was hilarious.

When I asked the normal "How many 'r' in strawberry" question, it gets the right answer and argues with itself until it convinces itself that its (2). It counts properly, and then says to it self continuously, that can't be right.

https://gist.github.com/IAmStoxe/1a1e010649d514a45bb86284b98...
byteknight
·2年前·讨论
Its possible to see such scaling if involving any level of cache or I/O.