Datasets:
license: cc0-1.0
task_categories:
- text-classification
language:
- zh
tags:
- art
size_categories:
- 1M<n<10M
Dataset Card for Bilibili Masterpieces
Dataset Summary
The bilibili-masterpieces
dataset is a curated collection of representative works from some of the early well-known content creators (up 主) on the Bilibili platform. This dataset captures key metadata from these videos, providing a snapshot of the creative output that has significantly influenced the Bilibili community.
Supported Tasks and Leaderboards
The dataset can be used for various tasks such as video recommendation, content categorization, popularity prediction, and natural language processing tasks related to video metadata.
Languages
The dataset primarily contains content in Chinese, given that Bilibili is a Chinese video-sharing platform.
Dataset Structure
Data Fields
- bvid (
string
): The unique identifier for each video, often referred to as the "BV 号" on Bilibili. - tid (
int
): The numeric ID of the tag/category associated with the video. This corresponds to the type of content, such as anime, gaming, etc. - tname (
string
): The name of the tag/category, providing a human-readable label for the content type. - title (
string
): The title of the video, which gives a brief overview of the video's content. - desc (
string
): A description of the video provided by the uploader (up 主), which may include additional context, background, or commentary. - view (
int
): The view count of the video, representing how many times the video has been watched.
Example
{
"bvid": "BV1GW411g7mc",
"tid": 126,
"tname": "人力VOCALOID",
"title": "【面筋哥×波澜哥】我的烤面筋,融化你的心!",
"desc": "续作:av28822796\n被小红红嫌弃的波澜哥无家可归,只能靠捡垃圾吃维持生活,好心的面筋哥收留了他,并和他组成了“流浪兄弟组合”,一边经营烧烤摊一边卖唱,以实现他们的音乐梦想。一次偶然的机会,著名音乐制作人艾兰·沃克听说了他们的事迹,深受感动,决定亲自为他们编曲..(以上纯属杜撰)",
"view": 60449790
}
Dataset Creation
The data in this dataset was collected from Bilibili, focusing on well-known content creators and their hallmark videos. The dataset is designed to provide insights into the content that has shaped the Bilibili platform, particularly in its early years.
Considerations for Using the Data
Social Impact
The dataset represents content that has significantly impacted Bilibili's user community. It can be used to study trends in video content, user engagement, and the evolution of online video culture in China.
Limitations
This dataset is limited to a selection of videos and may not be representative of the entire spectrum of content on Bilibili. The view count reflects the popularity at the time of data collection and may change over time.
License
The dataset is shared under CC-0. Please ensure that your use of the dataset complies with the terms and conditions of the license.