11
A model output is inconsistent across repeated runs. How would you investigate that?
Tap to write answer
0 words | 0 charsPress Enter ↵ to reveal
Your Attempt
0 wordsRefined Model Answer
ReferenceI would first check whether randomness, temperature, sampling settings, or nondeterministic hardware behavior is responsible. Then I would isolate whether the inconsistency comes from the model itself, the prompt, or upstream retrieval and preprocessing. The reason I choose this approach is that reproducibility problems often come from hidden randomness in one stage of the pipeline. I would also think about seeding, logging exact prompts, and versioning the model and data. If needed, I would explain how I would create a reproducible test harness.