6 ms·
There is again no need for first person pronouns there. E.g. 'File not found' vs 'Sorry I could not find the file you were looking for.' Same stuff, but one ju
by ANewFormation 1y ago
There is again no need for first person pronouns there.
E.g. 'File not found' vs 'Sorry I could not find the file you were looking for.' Same stuff, but one just adds an artificial and unnecessary anthropomorphization.
- sejje 1y agoSure but I don't control the LLM's first person pronouns. It anthropromorphizes itself.
- mdp2021 1y agoA procedure is agnostic past the procedural rules (a calculator only follows a determined flow the way anyone could do without relevant differences); a stochastic process is inherently personal (non deterministic processes have internal biases). In your example: -- "iteration over filenames table reaches end → file not found"; -- "non-deterministic choice over lookup strategy does not return a positive → sorry I could not find the item"
- ANewFormation 1y agoLLMs are 100% deterministic. The facade of randomness is injected solely by a superfluous rng factor.
- mdp2021 1y agoEven if in the forward pass there would be no "temperature" tilting, the NN training would still be performed through different processes on different implementations, making the outputs "personal".