MicroBlog-Hot-Search-Labeled
This is a hot trending data from Weibo. Each entry has been manually labeled.
@kaggle.chanemo_weibo_hot_searchlabeled
This is a hot trending data from Weibo. Each entry has been manually labeled.
@kaggle.chanemo_weibo_hot_searchlabeled
Weibo is one of the mainstream social media platforms in China. Among its features, trending topics serve as an important real-time information source for Weibo users, consisting of the most popular search terms at the moment. Weibo's official platform does not provide corresponding tag information for these trending topics, making it difficult for users to access specific categories of topics. To address this issue, we collected over 6,000 trending topic data entries from November 24th to December 23rd, 2020. Each entry was manually categorized into one of eight major categories: "(时政)Politics", "(科技)Technology", "(科普)Popular Science", "(娱乐)Entertainment", "(体育)Sports", "(社会讨论/话题)Social Discussions/Topics", "(时事)Current Affairs" and "(经济)Economy". This categorization aims to facilitate subsequent applications. Besides, we provide another dataset of hot search that are unlabeled.
CREATE TABLE weibo_hot_search_labeled (
"n" TIMESTAMP -- 日期,
"n_02e762" VARCHAR -- 热搜词条,
"n_8495ef" VARCHAR -- 链接,
"n_26d2a7" VARCHAR -- 标签(时政、科技、科普、娱乐、体育、社会讨论/话题、时事、经济)
);CREATE TABLE weibo_hot_search_unlabeled (
"n" TIMESTAMP -- 日期,
"n_02e762" VARCHAR -- 热搜词条,
"n_8495ef" VARCHAR -- 链接
);Anyone who has the link will be able to view this.