Is this just using LLM to be cool? How does pure LLM with basic "In the scale between 0-10 ..." prompt stack up against traditional, battle-tested sentiment analysis tools? Gemini suggests NLTK and spaCy https://www.nltk.org/ https://spacy.io/
LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
41–50 of 79 posts
Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#42Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#43Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#44At least Republicans and Democrats share the same low sentiment score of 4.
Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#45Is this just using LLM to be cool? How does pure LLM with basic "In the scale between 0-10 ..." prompt stack up against traditional, battle-tested sentiment analysis tools? Gemini suggests NLTK and spaCy https://www.nltk.org/ https://spacy.io/
I can see a simliarity here in comparing Java/JavaScript/any other modern, more productive language to C. Yes, both can write more or less the same program, but you'll get the same result with less effort and more quickly with the modern languages. Yes, modern languages will always be slower and heavier on resources than C.
Its not comparing C against Javascript, its comparing Ada against Javascript. Ada is not going to be any faster than javascript because its too niche and therefore underoptimised.
The theoretical minimum computation required by LLMs is far higher than traditional simple NLP algorithms. But the practical computation cost of LLMs will soon be cheaper, because LLMs get so much investment and use, there's massive full-stack optimizations all the way from the GPU to the end libraries.
Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#46For context, I'm someone who uses HN to search for topics I'm interested in, rather than something like Google or Reddit.
- For anything SF community-related, most hits are from 10+ years ago. Lots of "hey we have a space in soma, any local startups want to hang and drink beers?" or "we have an empty desk in a space in the mission, any hackers want to grab it for free?" - all from around 2012 or prior. Nothing like that seems to happen anymore.
- Starting from around 2016, a heavy anti-technology sentiment appears. Cloud, crypto, AI - all are nonsense propagated by VC types and overzealous engineers.
- Similarly, any thread involving money/labor invariably has an anti-capitalist and/or "unions would solve everything" tangent.
Would be interested to hear if others have observed similar.
Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#47LLM's are really sensitive to bad or even slightly ambiguous grammar. I wonder if the numbers would differ significantly with "Reply only with the tags, in the following format".
Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#48SENTIMENT 6
:D
Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#49> Reply only the tags LLM's are really sensitive to bad or even slightly ambiguous grammar. I wonder if the numbers would differ significantly with "Reply only with the tags, in the following format".
The semantics of the topics/tags could be improved for sure with a more detailed prompt
Re: LLM-based sentiment analysis of Hacker News posts between Jan 2020 and June 2023
#50Is this just using LLM to be cool? How does pure LLM with basic "In the scale between 0-10 ..." prompt stack up against traditional, battle-tested sentiment analysis tools? Gemini suggests NLTK and spaCy https://www.nltk.org/ https://spacy.io/
Because LLMs WILL dominate all NLP use cases, whether you like it or not. Its like the linux of operating systems. Sure you can handwrite up some custom OS more specialized for a purpose. But its much easier to just use linux, which everyone understands on a basic level and is extremely robust, and modifying it slightly for the end goal. And saying "Traditional sentiment analysis" tools are "Battle tested" is laughab…