Live data from Hacker News

When ChatGPT broke the field of NLP: An oral history

quantamagazine.org

51–60 of 181 posts

Re: When ChatGPT broke the field of NLP: An oral history

#51

I am in academia and worked in NLP although I would describe myself as NLP adjacent. I can confirm LLMs have essentially confined a good chunk of historical research into the bin. I suspect there are probably still a few PhD students working on traditional methods knowing full well a layman can do better using the mobile ChatGPT app. That said traditional NLP has its uses. Using the VADER model for sentiment analysis…

That's because VADER is just a dictionary mapping each word to a single sentiment weight and adding it up with some basic logic for negations and such. There's an ocean of smaller NLP ML between that naive approach and LLMs. LLMs are trained to do everything. If all you need is a model trained to do sentiment analysis, using VADER over something like DistilBERT is NLP malpractice in 2025.

> using VADER over something like DistilBERT is NLP malpractice in 2025.

Ouch. Was that necessary?

I used $1000 worth of GPU credits and threw in VADER because it’s basically free both in time and credits.

I usually do this on large dataset out of pure interest in how it correlates with expensive methods on English language text.

I am well aware of how VADER works and its limitations, I am also aware of the limitations of all sentiment analysis.

Re: When ChatGPT broke the field of NLP: An oral history

#52
post #15

Earlier quoted context omitted.

It is until proven otherwise because modern science still doesn’t have a consensus or standards or biological tests which can account for it. As in, highly “intelligent” people often lack “common sense” or fall prey to con artists. It’s pompous as shit to assert a black box mimicry constitutes intelligence. Wake me up when it can learn to play a guitar and write something as good as Bob Dylan and Tom Petty. Hint: we’…

I can't write something as good as Bob Dylan and Tom Petty. Ergo I'm not intelligent.

You have achieved enlightenment.

Now you no longer need to post here.

Re: When ChatGPT broke the field of NLP: An oral history

#53

Great seeing Ray Mooney (who I took a graduate class with) and Emily Bender (a colleague of many at the UT Linguistics Dept., and a regular visitor) sharing their honest reservations with AI and LLMs. I try to stay as far away from this stuff as possible because when the bottom falls out, it's going to have devastating effects for everyone involved. As a former computational linguist and someone who built similar too…

Don't try and say anything pro-linguistics here, people are weirdly hostile if you think it's anything but probabilities.

Maybe they could’ve tried to say something pro-linguistics, but the comment was entirely anti-LLM.

Re: When ChatGPT broke the field of NLP: An oral history

#54
post #39

I was contrasting FiNER, GliNER, and Smolagents in a recent blog post on my substack and while the first two are fast and provide somewhat good results, running a LLM locally is 10x better easily.

Would love to read that post - we’re considering using GliNER for discrete parts of our ingestion pipeline where we assumed it would be a great perf/$ drop-in for larger models.

This looks like the post: https://jdsemrau.substack.com/p/finer-gliner-and-smolagents-...

Re: When ChatGPT broke the field of NLP: An oral history

#55

Earlier quoted context omitted.

That's because VADER is just a dictionary mapping each word to a single sentiment weight and adding it up with some basic logic for negations and such. There's an ocean of smaller NLP ML between that naive approach and LLMs. LLMs are trained to do everything. If all you need is a model trained to do sentiment analysis, using VADER over something like DistilBERT is NLP malpractice in 2025.

> using VADER over something like DistilBERT is NLP malpractice in 2025. Ouch. Was that necessary? I used $1000 worth of GPU credits and threw in VADER because it’s basically free both in time and credits. I usually do this on large dataset out of pure interest in how it correlates with expensive methods on English language text. I am well aware of how VADER works and its limitations, I am also aware of the limitatio…

Sorry, I side with GP. Just because you don't want to use Llama/GPT because of cost, the middle-ground of DistilBERT etc (which can run on a single CPU) is a much more sensible cost/benefit tradeoff than VADER's decade old lexicon-based approach.

I can't really think of many NLP things that are one-decade old and don't have a better / faster / cheaper alternative.

Re: When ChatGPT broke the field of NLP: An oral history

#56

I am in academia and worked in NLP although I would describe myself as NLP adjacent. I can confirm LLMs have essentially confined a good chunk of historical research into the bin. I suspect there are probably still a few PhD students working on traditional methods knowing full well a layman can do better using the mobile ChatGPT app. That said traditional NLP has its uses. Using the VADER model for sentiment analysis…

*consigned a good chunk of historical research into the bin

Re: When ChatGPT broke the field of NLP: An oral history

#57

Earlier quoted context omitted.

That's because VADER is just a dictionary mapping each word to a single sentiment weight and adding it up with some basic logic for negations and such. There's an ocean of smaller NLP ML between that naive approach and LLMs. LLMs are trained to do everything. If all you need is a model trained to do sentiment analysis, using VADER over something like DistilBERT is NLP malpractice in 2025.

> using VADER over something like DistilBERT is NLP malpractice in 2025. Ouch. Was that necessary? I used $1000 worth of GPU credits and threw in VADER because it’s basically free both in time and credits. I usually do this on large dataset out of pure interest in how it correlates with expensive methods on English language text. I am well aware of how VADER works and its limitations, I am also aware of the limitatio…

Curious how big your dataset was if you used $1000 of GPU credits on DistilBERT. I've run BERT on CPU on moderate cloud instances no problem for datasets I've worked with, but which admittedly are not huge.

Re: When ChatGPT broke the field of NLP: An oral history

#58

For me as a lay-person, the article is disjointed and kinda hard to follow. It's fascinating that all the quotes are emotional responses or about academic politics. Even now, they are suspicious of transformers and are bitter that they were wrong. No one seems happy that their field of research has been on an astonishing rocketship of progress in the last decade.

Well, if you’ve built a career on something, you will usually actively resist anything that threatens to destroy it. In other words, what is progress for the field might not be progress for you ! This reminds me of Thomas Kuhn’s excellent book ´the structure of scientific revolutions’ https://en.wikipedia.org/wiki/The_Structure_of_Scientific_Re...

Or Planck's principle - "Science progresses one funeral at a time".

Re: When ChatGPT broke the field of NLP: An oral history

#59

CNNs were outperforming traditional methods on some tasks before 2017. Problem was that all of the low level tasks , like part of speech tagging, parsing, named entity recognition , etc. never resulted in a good summarizing system or translating system. Probabilistic graphical models worked a bit but not much. Transformers were a leap, where none of the low level tasks had to be done for high level ones. Pretty sure…

> never resulted in a good ... translating system

that seems too broad

> all obliterated with an end to end cnn

you mixed your nouns.. what you were saying about transformers was about transformers.. that specifically replaced cnn. So,no

Post reply on HN