Live data from Hacker News

Kids who use ChatGPT as a study assistant do worse on tests

hechingerreport.org

101–110 of 168 posts

Re: Kids who use ChatGPT as a study assistant do worse on tests

#101
post #70

I recently used AI assistants for help with programming homework. My usual prompts include "help me think in the right direction", "is my thinking correct" etc. I also find myself copy pasting a question in chat to understand it better. I had the suspicion that this is not aiding in my learning process even though I am able to "solve" more problems. Nice to see this confirmed. Time to stop!

> I also find myself copy pasting a question in chat to understand it better. This is different fromt students relying on ChatGPT to pass tests. Your use is much more adulty and you're trying to understand before proceeding. You use ChatGPT like a tutor rather than a calculator, which is improving what you know rather than taking from it

Thanks! I think the problem is when I ask for assistance.

It's perfectly fine to reach for help after a fair attempt. However, I sometimes catch myself reaching for help too quickly. This happens mostly when I'm tired which leads me to think of homework as something to get done with, rather than a learning exercise.

Re: Kids who use ChatGPT as a study assistant do worse on tests

#102
post #83

Earlier quoted context omitted.

ChatGPT is not the first tool used to replace basic reasoning, and we haven't collapsed yet. I would argue that nearly all tools can be used to remove basic reasoning, depending on if you choose to use it in such a manner.

What previous tools would you say replaced basic reasoning? I would not classify calculators, spreadsheets, spelling and grammar checkers etc as basic reasoning tools. I'm talking about bringing together several independent concepts or sets of facts and forming a coherent point of view or argument from them.

> What previous tools would you say replaced basic reasoning?

No tool replaces reasoning itself. Not even an LLM. All (most) tools have the capacity to, if you use them for this purpose.

> I would not classify calculators, spreadsheets, spelling and grammar checkers etc as basic reasoning tools.

Why not? I have seen people use calculators to chug "6-2" before, and they were not children. In fact, all four of those examples are perfect for my point. They create the opportunity to do great things, or be a crutch so you don't have to think. If you are convinsed that there is no user of grammarly that didn't just quickly type a draft and throw it in without proofreading, for the sake of not needing to use basic grammatical reasoning, then you have a very kind view of mankind.

> I'm talking about bringing together several independent concepts or sets of facts and forming a coherent point of view or argument from them.

This is a more narrow view than what I was arguing, so it's possible we will have to agree to disagree. I guess a quick rebuttle here is that people who don't exercise sufficient thought to form coherent conclusions from separate information were going to stay stupid anyway. And then yes, ChatGPT would be bad because it could in theory enable this behavior in its handouts.

Re: Kids who use ChatGPT as a study assistant do worse on tests

#103

Earlier quoted context omitted.

>In life, we rarely have the answer in front of us, this sounds a lot like the "when you're an adult, you won't always have a calculator in your pocket" line we all heard in elementary school. and of course, we all know now how wrong that was. in life, chatGPT exists. and tools like it are only going to become more widespread. we are going to have the answers in front of us. knowing the things an LLM knows is not a u…

This is about building [math] skill, not simply calculating a result

[deleted]

Re: Kids who use ChatGPT as a study assistant do worse on tests

#104
post #60

If I lived before the tape measure was invented, and rely on carefully placing my metersticks to measure things, I can get really good at measuring without the need for a measuring tape. After all, a measuring tape is just a few flexible metersticks anyways, so if you need to measure something longer than the full length of the tape, you are screwed. If you take the measuring tape away from the person who relied on t…

After skimming through the article - as I understand ChatGPT was used as a tutor.

Many users of ChatGPT clearly know that it doesn't do math.

Now imagine your teacher is wrong at solving 40+% of problems it’s teaching you? Or that your measuring tape is wrong at nearly every second measurement?

Yeah it’s a tool - but you must nail your fundamentals right. Where I grew up - calculators were not allowed in elementary school - so every student must nail down basic arithmetic.

Re: Kids who use ChatGPT as a study assistant do worse on tests

#105

The title could be worded better. Kids using "base" GPT4 performed poorly but the ones with access to a finely-tuned "tutor" GPT4 did okay. The study was purposefully done in a domain the current SoTA LLMs struggle in (Math). From the (draft!) paper's abstract: A key remaining question is how generative AI affects learning, namely, how humans acquire new skills as they perform tasks. This kind of skill learning is cr…

To emphasize, the "GPT Tutor" kids didn't do worse on the exam than the control kids, but they didn't do better either. The effect was slightly negative, statistically insignificant:

> Student performance in the GPT Tutor cohort was statistically indistinguishable from that of the control cohort, and the point estimate was smaller by an order of magnitude (-0.004), suggesting minimal impact to performance in the unassisted exam.

"GPT Base" would provide complete answers, but "GPT Tutor" was prompted to provide only hints. So the result is perhaps that:

1. Given the option to let a machine ("GPT Base") do their homework, many kids will lazily take it. These kids won't learn as much.

2. A machine that refuses to do their homework ("GPT Tutor") doesn't cause that problem. It doesn't seem to help either, though.

I'd guess that laziness would explain most of the harm rather than mistakes made by "GPT Base", though I have no particular evidence for that. Maybe someone will repeat this study in a domain where "GPT Base" makes fewer mistakes, allowing those two effects to be distinguished. (Though would that pass ethics review, now that "GPT Base" is known to impair learning in at least some cases?)

Re: Kids who use ChatGPT as a study assistant do worse on tests

#106

Are people not reading the article here? Let me tldr: - Study had 3 groups: normal GPT, system prompt to make GPT act as tutor and focus on giving hints, not answers, and no GPT Group 1 (normal GPT) - 48% better on practice problems - 17% worse on test Group 2 (tutor GPT) - 127% better on practice problems - equal test score to control group GPT errors: - 50% error rate - 8% error on arithmetic problems - step by ste…

I think the part of overconfidence is actually important here. Looking at the paper Figure 2 shows the number of questions. For all sessions with GPT students averaged 2 messages per problem. Interestingly 20% isn't restating the problem or asking for the answer. Looks like 50-60% of tutor questions are asking for answer or restating problem and they ask more questions.

In my experience, usually where GPT and other LLMs get things wrong is in the steps. I see people are frequently over confident about the results and I've long thought this was a big part of it that the answer may be right but steps to get there are wrong. I see this a lot with river crossing problems. People will often show a prompt that solves it (half the time there's information leakage) and a good portion of those will have the logic errors. But people just look at the answer (btw, this is the reason I claim LLMs don't reason. It's not about getting the answer wrong, it's about the logical steps. That's the real evaluation!)

Personally I think this is good evidence of over fitting (memorization).

I also think this is why you should be careful when using it to code. It's the details that matter a lot. Since LLMs are aggregators I'd like to remind everyone that the average coder and average code is terrible. Hell, even good programmers often suck. Code is hard! Whenever I try using LLMs to code I find that I write lines faster but I end up spending more time debugging and prompt engineering than if I just read the docs and did it myself (this also has the added benefit of the struggle making me remember more). So I'll use it to write things I don't really care about but otherwise I'm not getting how people are finding it so helpful (yes, I read my comment). But I suspect many people are similar to the students in the study.

Re: Kids who use ChatGPT as a study assistant do worse on tests

#107
post #16

I have wondered if future generations will struggling with critical thinking / problem solving - without the aided technology assistance.

This is my biggest fear of AI technology. That we outsource our reasoning to things that can't.

As a ML researcher myself I'm often baffled with the direction we go with these tools. It feels like we try to use then to do the things humans like and are best at and then have humans do the things ML models are better at and humans hate doing.

The tech is no doubt exciting (it's why I research it!) but that neither justifies unbounded hype nor blind ourselves. But I guess that's the classic engineering problem: it's easy to get lost in the good and exciting parts of what you're building and lose sight of the harm it can do. It's hard to not fall victim to this and I'm sure we're all guilty of it to some extent, I know I am

Re: Kids who use ChatGPT as a study assistant do worse on tests

#109

I recently used AI assistants for help with programming homework. My usual prompts include "help me think in the right direction", "is my thinking correct" etc. I also find myself copy pasting a question in chat to understand it better. I had the suspicion that this is not aiding in my learning process even though I am able to "solve" more problems. Nice to see this confirmed. Time to stop!

I learned programming before genAI, but with plenty of video tutorials and stackoverflow available. Someday I noticed that I would automatically hit up the search engine within seconds when I hit a road block. It's kinda the same as with GenAI. You just have to know how to query search engines efficiently. I got stuff done, but I often did not learn much and sometimes didn't even understand what I was doing. So I sta…

I am super intuitive and also suspect that you probably coded frequently. In fact, I would assumed you did so on… a daily basis ;)

Re: Kids who use ChatGPT as a study assistant do worse on tests

#110
post #19

Earlier quoted context omitted.

I can report that I have learned more about bash scripting in the past couple of years using ChatGPT to write all manner of scripts, than I did in the previous 20 years of copying and pasting things off StackOverflow.

You’re supposed to learn by reading books and doing exercises by yourself ( https://tldp.org/LDP/abs/html/ ). SO is equivalent to ChatGPT and will teach you nothing deep.

Disagree that it's the equivalent of SO. Unlike SO, I can ask it why it is doing something and as a result I can better understand what it writes, I can create little test cases, and make sure it's not going to do anything destructive or incorrect.

Given the fact that I only ever write bash scripts when I need to "make computer do thing now now now now now" the likelihood that I would ever take the time to deeply learn the ins and outs of bash are slim to none.

I can ask it to explain certain constructs and give me worked examples very quickly to improve my understanding.

Even though I can't say I could reproduce all the various things that it has written for me, I know things that bash can do that I was never aware of before, and I can recognise lots of things in the syntax now that would previously have looked like gibberish.

Post reply on HN