A new algorithm predicts which Twitter topics will trend hours in advance
1–10 of 26 posts
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#2Do I predict this sparking a restriction in data availability in the API?
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#3Do I predict this sparking a restriction in data availability in the API?
That was my initial thoughts. Might this be a potential way to monetize twitter finally?
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#4The only concern I have is the way the experiment is conducted. The correct way to collect data would be to consume the Streaming API to collect the random sample of tweets provided by Twitter [0]. They should then run their algorithm to compare how they are doing against Twitter's algorithm. Currently, they are filtering out certain topics of interest and just comparing these topics. Therefore, they are filtering a great degree of noise which is actually observed by Twitter.
[0] https://dev.twitter.com/docs/api/1.1/get/statuses/sample
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#5Do I predict this sparking a restriction in data availability in the API?
They are already monetizing their data. DataSift is one of their key official partners [0].
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#6Re: A new algorithm predicts which Twitter topics will trend hours in advance
#7can it be used to predict market trends? instead of topics use stock tickers?
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#8can it be used to predict market trends? instead of topics use stock tickers?
There is already some work done on this front [0]. Ruiz et al basically concluded the stock price of a company is directly proportional to the number of discussion topics of that company viz. if there for a company X there are fewer topics under discussion the stock prices would be poor.
[0] http://www.cs.ucr.edu/~vagelis/publications/wsdm2012-microbl...
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#9Does the algorithm still work when it includes it's own effects?
If an algorithm like this was widely used, the predicted topics will trend just because they have been picked -- the algorithm will fulfill the prophecy itself.
Re: A new algorithm predicts which Twitter topics will trend hours in advance
#10The algorithm itself seems very simple. The paper quotes "The Unreasonable Effectiveness of Data". The surprising thing is the simple algorithm works great given large data.