Antrhopic's Haiku model can routinely pass—about 300 times so far--the extra class US ham exam based solely on what's contained in its model. (The LLM was not permitted, programatically I might add, to access the interent and therefore the question pool.) I'm studying this to reinforce my grad school business statistics class for use in writing agentic evals. Yesterday, I reasoned that the order the questions were asked might influence the results since the single LLM—essentially a single chat session—might get discouraged if it missed the first question and then project onto a 'poor test taker' part of its model space. I found out I was half right. The question order does seem to matter, but instead of influencing the entire exam, it influenced the results on the first question asked. I ran three 90 exam test fllets, one each with a first question that Haiku always gave the correct answer, the wrong answer, or a mixed result (sometimes correct, sometimes wrong.)
The first set—always correct—was the interesting one. For the question
"id": 9,
"question": "Except in some parts of Alaska, what is the maximum power permitted on the 630 -meter band?",
"class": "E",
"subelement": "1",
"group_index": "A",
"group_number": "09",
"answer": "D",
"answer_a": "50 watts PEP (peak envelope power)",
"answer_b": "100 watts PEP (peak envelope power)",
"answer_c": "1 watt EIRP (equivalent isotropic radiated power)",
"answer_d": "5 watts EIRP (equivalent isotropic radiated power)"
A question that each Haiku run had returned a correct answer for, when run as the first test question was only answered correctly 62% of the time.
However, at the moment, this is more about the experimental setup than the model. The results that led to the selection of that 'always' correct question were based on a mere 3 tests. I'll be refining this.

Comments
Post a Comment
Please leave your comments on this topic: