Submitted by enryu42 t3_122ppu0 in MachineLearning
robobub t1_jdsria4 wrote
Reply to comment by liqui_date_me in [D] GPT4 and coding problems by enryu42
While GPT-4 is autoregressive, it takes into account the tokens it has chosen to generate incrementally. So it is only limited to O(1) if it attempts to answer with the correct answer immediately. It can in theory take O(m) steps, where m is the number of intermediate tokens it predicts.
Viewing a single comment thread. View all comments