Q: 15
What happens if a period (.) is used as a stop sequence in text generation?
Options
Discussion
D
Annoying how Oracle words these, but D imo
Yeah, D makes sense for this one. With a period as the stop sequence, text gen will halt as soon as it hits the first sentence end, token limit doesn't matter. Seen this happen with OpenAI API too, but open to correction if anyone's had another case.
D imo, had something like this in a mock exam and it stopped at the first sentence when period was set as stop sequence.
C or D? I think it's D because using a period as a stop sequence will cause the model to stop at the first sentence end. That's how most APIs handle it, but if anyone has seen exceptions let me know.
Probably D here. If you set the stop sequence to a period, the model will end output right after the first full sentence, even if it could keep going. Pretty sure that's how most LLM APIs treat stop sequences.
Its D, period as stop sequence means generation halts right after the first sentence ends.
Be respectful. No spam.