Live data from Hacker News

Show HN: An Open Source Tool to Combat Clickbait Links

links.spince.com

1–10 of 29 posts

Re: Show HN: An Open Source Tool to Combat Clickbait Links

#3

Be interesting to train a model using user generated, is this click bait title yes/no. Is this something machine learning could get very good at?

There was a cool article on identifying clickbait headlines with machine learning just last month. (There was probably an HN discussion but I can't find it on my phone.) the main difference is that it operated only on the headline, not comparing it to the actual article.

https://www.linkedin.com/pulse/identifying-clickbaits-using-...

Re: Show HN: An Open Source Tool to Combat Clickbait Links

#4

Be interesting to train a model using user generated, is this click bait title yes/no. Is this something machine learning could get very good at?

There are definitely training sets paired with Bayesian inference that attempt to do this.

Re: Show HN: An Open Source Tool to Combat Clickbait Links

#8

Be interesting to train a model using user generated, is this click bait title yes/no. Is this something machine learning could get very good at?

Don't even need to use humans, I tried something easier -- http://github.com/peterldowns/clickbait-classifier

Re: Show HN: An Open Source Tool to Combat Clickbait Links

#9
It assumes "a relevant (i.e. non-clickbait) link would have its text appear frequently on the actual page".

Is there empirical evidence for this claim? The examples featured in the article seem mixed (some right, some wrong).

It's easy enough to test: collect human judgement scores for a few hundred article links from several news sites (an afternoon's work) and compare to the algorithm.

Post reply on HN