We are WeHit!

Proudly produced by CCT students in Georgetown University.

Problem Statement

“Weibo Real-time Trending Topics as a socio-technical system for introducing and guiding heating social topics.”

The technology that our group wants to unpack is Weibo Real-time Trending Topics. Weibo refers to Sina Weibo, which is a Chinese microblogging website as well as one of the most popular social platforms in China. Weibo Real-time Trending Topics is a function on Weibo, which ranks the hottest trending topics happened in current society and forms them as a list. Based on the computer system of user participation, the list is ranked according to different weights and parameters, and is able to update every minute.

Weibo Real-time Trending topics reshape how Chinese read news currently. By delving deeper into its social impacts and the technology behind it, we are able to understand the social, political, commercial, and technical influences of Trending topics, and the fundamental technology behind all the trending topic functions on social media. 

Introduction

Launched by Sina Corporation on 14 August 2009, Sina Weibo, also abbreviated as Weibo, is a Chinese microblogging website, which acts as a platform for information sharing, dissemination and access to information based on user relationships. It is one of the biggest and the most popular social platforms in China. As of Q3 2018, Sina Weibo has got over 445 million monthly active users, and the number of daily sending microblogs has reached 100 million.

Weibo Real-time Trending List is a function on Sina Weibo application shown as a list that provides its users with the hottest trending topics of the society based on the computer system of user participation among the mass. In fact, Weibo Real-time Trending List reshapes how Chinese read news. Since things happen in every second and the trending changes pretty fast, people sometimes feel hard catching up with the latest news for it is impossible for them to check news on newspaper and television from time to time. Sina Weibo, as a convenient tool for searching and comment on news, gives people a chance of keeping updated with news, especially the hottest trending, with one click on its website and app. To put it specifically, Weibo Real-time Trending List offers new trending every minute so that people will not miss the hottest news at that moment.

As a social media platform, Weibo’s Real-time Trending List has got certain social impacts undoubtedly. Our socio-technical diagram analyzes the relations among Weibo users, Sina Company Team and Weibo’s Technical System.

Social Technical System

On the front-end, users including company official accounts, governmental official accounts, personal accounts, and paid/voluntary supporters keep attention to the Weibo Real-time Trending List—they search for the trending, as well as repost and comment on the contents, which will lead to hot discussion. This is how Weibo Real-time Trending List has influenced on the users, but in return, users’ opinions and behavior provides it with feedback. For example, user searching for certain trending and comments on it, and other users will look through, from which the interaction arisen around the trending topics happens. At the same time, users’ behavior like searching for different topics is reflected as changes on Weibo Real-time Trending List. On the other hand, all users will give feedback to the Sina Company Team if they have problems with the Weibo Real-time Trending List, such as user interface, which will be fixed by its Operating Team and Technical Team.

On the back-end, all the data provided by Weibo users fill in the data-pool as candidate topics for the list. After being inputted into the filter, those content will be filtered by certain scheme searching for sensitive words like exotic terms carried out by machine automatically and manual work. Then the residuals will be inputted into the Ranking Algorithm that will be explained in the architecture part in order to generate Weibo Real-time Trending List. The whole Technical System is developed by the Technical Team of Sina Company Team.

Architecture

To be specific, the architecture explains the technical mechanism of how Weibo Real-time Trending List is shaped and maintained. Firstly, users’ behavior in the front-end will be imputed into a counting loop that counts for the number of reposting, liking, searching, and commenting under each topic separately without weight, after which it forms a list of topics without order. And then, the data will be inputted into Bayesian Average formula: WR=[V/(v+m)]R+[m/(v+m)]C, in which the number got from last steps will be computed with different weight set by Weibo Company and presented as a pre-ranking list in descending sort. Then this list will be adjusted based on post time, which follows the concept of Newton’s Law of Cooling: , so that the newly coming topics can have the chance appearing on the List. So far, Weibo Real-time Trending List has basically got its form, but that is not the end. As the Weibo Real-time Trending List is viewed, reposted, liked and searched by the users constantly, this loop will keep running again and again.

css.php