Ask HN: Visualizing how some HN submissions lead to other related submissions?

3 points by asadjb ↗ HN
Here's something on the front page right now as I'm writing this question:

[What's been wrought using the Piece Table? (2014)] https://news.ycombinator.com/item?id=15387672

It came up after a few hours of this other article talking about Text Editor data structures:

[Text Editor: Data Structures] https://news.ycombinator.com/item?id=15381886

Say I wanted to analyze how some HN submission naturally lead to other related ones, and find some statistics for these submissions, like how long does it take for one "seed submission" to result in multiple other submissions of a similar time.

Is that already done? If not, how would one approach this. I'm looking for algorithms and analysis techniques that could potentially answer these questions. Given that my knowledge of data science and statistical analysis is ZERO, I'd love some pointers.

4 comments

[ 0.22 ms ] story [ 13.6 ms ] thread
Note that it’s not the joy the submissions but the comments as well that lead to submissions.

But I guess that would be even more difficult.

I agree. It's people interacting over the comments sections that probably leads to those new submissions. But from what I've seen (anecdotal evidence) the submissions are at least somewhat related.

What I'd like to see is the relationship between the different posts, not necessarily how they came to submitted in the first place.

Sort of like segmenting posts together based on subject. And then figuring out if one of these was the reason why the other came up.

Definitely there is a "me too" effect where people pile on with what they think is going to be popular.
You might want to define a "similarity metric" between posts, or locate posts along some continuum. Then you can look for autocorrelation or temporal clustering in post contents.

You could, for instance, build a topic model or word vector model on post replies, then locate post titles in the space you fitted.