top | item 35952446

(no title)

rorroe53 | 2 years ago

But why should educational instutions care? Education is a business, students are the customers (or in countries with state-funded education, the government). If AI helps people graduate faster, that's more money to the institutions, less effort to the students, and nice statistics for the governments.

At least in my country most degrees aren't worth much anyway, they just open you doors to internships where you really learn stuff. AI isn't going to make the situation any worse.

discuss

order

chongli|2 years ago

Because educational institutions aren’t in the business of selling education: they give that away for free. Seriously, walk into any university campus and into a lecture hall, sit down and take notes. No one will stop you! No one will check ID. You can even talk to the professor and 99% of the time they’ll give you access to the course materials online at well.

What students are paying for is accreditation. It’s not just their name that goes on the piece of paper, it’s the school’s name. Cheating undermines that business entirely. If a school looks the other way long enough there will be cheating scandals in the news and the school’s reputation will be damaged.

akiselev|2 years ago

> Because educational institutions aren’t in the business of selling education: they give that away for free. Seriously, walk into any university campus and into a lecture hall, sit down and take notes. No one will stop you! No one will check ID. You can even talk to the professor and 99% of the time they’ll give you access to the course materials online at well.

Can confirm. When I was a senior in high school, a professor at Caltech even sponsored me as a visiting faculty member so I could check out books from the university libraries. No one in the administration even blinked an eye.

I ended up auditing several graduate aerospace classes like Ae105 & Ae121 and even worked on the AAReSt [1] thermal systems group project with several other graduate students who seemed to tolerate me most of the time. I still carry the ID around in my wallet as a keepsake.

[1] https://www.pellegrino.caltech.edu/aarest1

jkaptur|2 years ago

True most of the time, but interestingly enough, this is not the case in China (even pre-COVID). The Tsinghua University gate had serious guards - you absolutely could not proceed onto campus without the proper authorization.

JohnFen|2 years ago

Believe it or not, a lot of educational institutions really do care about actually educating their students and not just being diploma mills.

jacurtis|2 years ago

The fact that every job on the planet requires a bachelors degree now has done a real dis-service to the entire education system. It spawned a whole host of new institutions that only want to pump out degrees that cross the absolute minimum threshold for accreditation.

The consequence of these diploma mills are that they are now competitors to normal universities and have caused other universities to dilute their requirements and courses in order to compete against the diploma mills. In the end, we have regressed to the lowest common denominator, making the Bachelor Degree barely more respected than a high school diploma.

visarga|2 years ago

People getting into AI today follow courses like:

LLM University - https://docs.cohere.com/docs/llmu

and never get to learn about linear regression, bias and variance, cost function and gradient descent, regularisation and optimisation - all the good things taught by Andrew Ng in the amazing course he run 12 years ago just before creating Coursera.

Is that a good thing?

photochemsyn|2 years ago

I think people getting into AI today instead ask ChatGPT and similar models questions like:

> "What field of modern science relies heavily on "linear regression, bias and variance, cost function and gradient descent, regularisation and optimisation"?"

To dive into a particular topic:

> "Provide a course outline for a four week course, meeting twice a week, that focuses on linear regression in the context of machine learning and the relationship between inputs and outputs."

And to get to the actual material, zoom in some more:

> "Please expand Session 2: Simple Linear regression into an hour-long talk focused on Python coding approaches to the problem"

And again, to get some working code:

> "For topic #2, please provide an explicit code example of using numpy, pandas and scikit-learn to load a dataset, preprocess the data, and split it into training and testing sets"

Anyone can generate a course on any topic using this approach, with pretty good results.

simonw|2 years ago

Learning about those things isn't particularly relevant to learning how to use LLMs for NLP tasks.

Not saying they're not worth learning, but I think it's reasonable for them not to be included in the syllabus for that particular course.

Kind of like how learning memory management in C doesn't need to be a pre-requisite for a course on Python.

Note that learning about those things will likely make you a better LLM+NLP practitioner, in the same way that having a good grasp of memory management in C will help you be more effective at working with Python - but it's OK to leave them out of introductory courses.

jamilton|2 years ago

Governments paying for education don't just want graduations, they want an educated workforce, because there are benefits from having that.

Instructors generally do not treat education like a business. On some level the institutions themselves often are business-like, but on the classroom level I don't think that's the case.

jacurtis|2 years ago

I'm an adjunct professor (I still work full-time in the engineering field, but teach part-time) and I can tell you that ~75% of the professors don't want to teach as much as they want to do research. Most of them are only in academia to do research, but they are required to teach a certain number of classes.

At least at our University, it is mostly a thinktank. We publish research and attend symposiums for research and are mostly motivated by the research. The teaching is a byproduct.

This is probably not the case at community colleges and smaller colleges that are mostly pumping out degrees. But large universities are mostly motivated by research and getting published. That is largely what motivates high quality professors to work there.

hgsgm|2 years ago

The "educted workforce" the government wants is not for liberal arts essays. The government wants technical training like nursing.

simonw|2 years ago

They care because this is massively disruptive to the way they teach at the moment. They have decades of practices in place for how they evaluate students which don't work if students can have AI do the work for them.

They can chose to reinvent everything about how they operate, or they can pay money to a company that promises to make that problem go away for them.

It's not surprising that many of them are trying the latter option first.