|
|
|
|
|
by nicognaw
1176 days ago
|
|
Since LLMs generate words one by one, you can only determine whether the next word has a high probability. Some ideas occurred to me earlier, like applying prompt engineering to evaluate if the model is confident about the contents to be generated. Like "Please reply T if you are confident about the text that you are going to generate, and F if you are not". But if this could be done by architecting the neural networks, they would perform much better. |
|
We don't fully understand how they work or what their limits are.