| ▲ | jqpabc123 6 hours ago | ||||||||||||||||
LLMs have no idea what "correct" means. Anything they happen to get "correct" is the result of probability applied to their large training database. Being wrong will always be not only possible but also likely any time you ask for something that is not well represented in it's training data. The user has no way to know if this is the case so they are basically flying blind and hoping for the best. Relying on an LLM for anything "serious" is a liability issue waiting to happen. | |||||||||||||||||
| ▲ | simianwords 5 minutes ago | parent | next [-] | ||||||||||||||||
This is easily proven incorrect. Just go to ChatGPT and say something incorrect and ask it to verify. Why do people still believe this type of thing? | |||||||||||||||||
| ▲ | tonypapousek 6 hours ago | parent | prev | next [-] | ||||||||||||||||
It’s a shame of bulk of that training data is likely 2010s blogspam that was poor quality to begin with. | |||||||||||||||||
| |||||||||||||||||
| ▲ | 2god3 6 hours ago | parent | prev | next [-] | ||||||||||||||||
Aye. I wish more conversations would be more of this nature - in that we should start with basic propositions - e.g. the thing does not 'know' or 'understand' what correct is. | |||||||||||||||||
| ▲ | LarsDu88 6 hours ago | parent | prev [-] | ||||||||||||||||
This is about to change very soon. Unlike many other domains (such as greenfield scientific discovery), most coding problems for which we can write tests and benchmarks are "verifiable domains". This means an LLM can autogenerated millions of code problem prompts, attempt millions of solutions (both working and non-working), and from the working solutions, penalize answers that have poor performance. The resulting synthetic dataset can then be used as a finetuning dataset. There are now reinforcement finetuning techniques that have not been incorporated into the existing slate of LLMs that will enable finetuning them for both plausibility AND performance with a lot of gray area (like readability, conciseness, etc) in between. What we are observing now is just the tip of a very large iceberg. | |||||||||||||||||
| |||||||||||||||||