Large Language Model AI assignment in MS 150 Statistics
An assignment was developed for an introductory first contact statistics course. The assignment was based on the prior observation that a few students had been submitting assignments to large language model AI systems and turning in solutions that were correct but which used statistical tests beyond the scope of the course.
The assignment was redesigned prior to the term start and then deployed with instructions to use a large language model to generate a solution. The intent was for the assignment to only be an initial exploration of whether all students would be able to use an LLM AI and to see what they would turn in.
The assignment used carbon sequestration pseudo-data generated from results in a paper by Resh, Binkley, and Parrotta. The data was the amount of soil organic gained or lost in the soil under nitrogen-fixing and non-nitrogen-fixing trees.
The course presents the use of the TTEST function for a two sample test for a difference of means in independent samples.
The type 3 TTEST p-value result of 0.03484 concurs with the result given by Welch's test, thus the algorithm underneath type 3 is the correct algorithm for the unequal variances.
- Calculate the mean for the Falcataria trees.
- Calculate the mean for the Eucalyptus trees.
- Make a labelled column chart of the two means.
- Use the function =TTEST(A2:A21,B2:B21,2,3) to calculate the p-value.
- Copy the data in cells A1 to B21 and paste the data into an AI such as ChatGPT, Gemini, or another AI. Copy both the labels and the data in columns A and B.
Copy the following prompt into the AI:
The table provides data on the kilograms of carbon sequestered in the soil per square meter per year for two types of trees in two different locations. The samples are independent samples. The trees were not paired in any way. Which type of tree sequesters more carbon? Is the difference significant? Run a hypothesis test for this data. Include a chart of the mean carbon sequestered by each tree type.
Press enter to submit the table and prompt that you copied into the AI. - Make a slides presentation that compares your calculations and results with those of the AI. Report on where they agree and disagree. Include charts from both your manual work and the AI - if the AI gave you a chart. Some AI programs might not generate a chart. If you get no chart from the AI, report that as a difference. In the discussion and conclusion for your presentation explain what the AI got right and what the AI got wrong.
Comments
Post a Comment