I read about the Loebner Prize Protocol and I have some questions about the monotonic sequence:
* Must the sequence start at 0000 or 0001? Or is any start allowed as long as each character increases the sequence and the number of digits is fixed?
* Assuming the bot follows the sequence, is there any (reasonable) limit to the number of digits in the sequence. Eg must “HI” be 0001.H 0002.I or is 10000001.H 10000002.I equally OK? (I assume whatever the sequence is, it must have the same number of digits)
* As long as the bot follows the increasing sequence, can it jump upwards, so long as the sequence always has the same fixed number of digits. Eg could the characters in the bots first reply be 00010001.letter to 00010010.letter (assuming 10 characters in the first reply), be 00020001.letter to 00020020.letter (assuming 20 characters in the bot’s second reply) etc. Or can there never be a gap?