As long as we're talking about redoing this, let me suggest letting authors see the names of upvoters (and only upvoters). Quora had this and it did a fair bit to create positive community feelings for me. It also let people signal agreement/support without having to create a comment to do so, which I would find handy.
Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
11–20 of 72 posts
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#12When my RSS reader shows me an arXiv paper about ML with ‘fair’ in the title I hit the reject button. What is ‘fair’ is subjective and what I want is a feed relevant to my interests (also subjective.) This is 2023 and text classification problems that I struggled with at a startup 5 years ago are now easy and the power of transformer models is obscured by the ChatGPT hype. It is time that we turn our back in the coll…
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#13As long as we're talking about redoing this, let me suggest letting authors see the names of upvoters (and only upvoters). Quora had this and it did a fair bit to create positive community feelings for me. It also let people signal agreement/support without having to create a comment to do so, which I would find handy.
And if someone doesn't upvote your "let's not eat babies" comment, do you go after them for being pro-baby-eating?
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#14I'd like to see these alternate algorithms implemented. The API exists - and isn't that really the only way to ultimately judge if it's better or worse? Another random idea: have the parameters affecting rankings be visible and adjustable with interactive sliders- so you could customize the various weights to try to attain the ideal mix of stories for you. Or does that defeat the purpose. Is the joy of HN in knowing…
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#15When my RSS reader shows me an arXiv paper about ML with ‘fair’ in the title I hit the reject button. What is ‘fair’ is subjective and what I want is a feed relevant to my interests (also subjective.) This is 2023 and text classification problems that I struggled with at a startup 5 years ago are now easy and the power of transformer models is obscured by the ChatGPT hype. It is time that we turn our back in the coll…
> It is time that we turn our back in the collaborative filtering algorithms that made social media a hellscape and embrace content-based filtering. Except people deeply care about what other people are doing. That was the whole point of Google’s Pagerank algorithm. So, it might not be what you personally want. But to a lot of people, it’s more important to read/consume something popular (ie. that a lot of others car…
Google has both a document-query relevance score plus a document quality score.
I've heard from a lot of people who like reading HN from a comment-centric point of view and I tried feeding all the comments into my system and it was really too much. When I fed in high-scoring comments, however, I like the results. I had somebody suggest comments from Metafilter and I think that could be a winner but of course comments have a network structure of relatedness to other comments and the submission that a comment-oriented reader could take advantage of.
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#16When my RSS reader shows me an arXiv paper about ML with ‘fair’ in the title I hit the reject button. What is ‘fair’ is subjective and what I want is a feed relevant to my interests (also subjective.) This is 2023 and text classification problems that I struggled with at a startup 5 years ago are now easy and the power of transformer models is obscured by the ChatGPT hype. It is time that we turn our back in the coll…
it is well calibrated and just today my RSS reader told me a story I thought was a nothingburger would succeed on both metrics and… It did! I was originally going to joke that maybe you should turn your script on to the stock market, but I'm guessing with your background you may have some experience in that regard!
These guys succeeded though and wrote a great book about it
https://www.amazon.com/Trading-Sentiment-Power-Markets-Finan...
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#17Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#18When my RSS reader shows me an arXiv paper about ML with ‘fair’ in the title I hit the reject button. What is ‘fair’ is subjective and what I want is a feed relevant to my interests (also subjective.) This is 2023 and text classification problems that I struggled with at a startup 5 years ago are now easy and the power of transformer models is obscured by the ChatGPT hype. It is time that we turn our back in the coll…
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#19I know favorites are a feature, but they require clicking into the comments. I end up using upvote as a bookmark function, not as a method of approving of a post, because that's easier.
As it relates to this post, the HN UI encourages the feedback loop this submission is trying to fix.
Put a bookmark icon next to the upvote icon. Provide a unified view of upvotes+bookmarked for a user so they can see everything that got their interest.
Re: Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
#20Idea: if you know all of a user's votes, you can estimate that they at least glanced over the items up to the lowest-placed one they voted on on the same page. This is a bit more information than "users tend to read higher-placed items following a known distribution" like the formula from your readme. I guess you'd have to be HN to implement this.