# 伏羲游戏数据集

### 数据来源

本课题中收集的标准化大数据都来自网易旗下游戏，覆盖多种类型和各类人群

![网易旗下热门游戏](https://noterminus.gitee.io/image_bed/images/NetEaseGames.png)

### 数据类型

开放数据主要包括以下三种类型：

* 用户画像数据

  主要是玩家自身属性和游戏角色状态属性
* 用户行为序列数据

  主要包括玩家在游戏中的行为日志序列
* 用户关系图谱数据

  主要包括玩家之间的好友等社交关系以及游戏角色之间的游戏社交关系

### 隐私保护

本课题中采用的数据经过了**脱敏、匿名化以及随机有偏采样**等处理。

### 使用说明

开放数据集主要以游戏为载体，包括以下数据集

| 名称                                              | 收集时间       | 来源        |
| ----------------------------------------------- | ---------- | --------- |
| [MMORPG1](/open-project/public_data/mmorpg1.md) | 2019-11-27 | 某MMORPG游戏 |
| [ACT1](/open-project/public_data/act1.md)       | 2019-12-26 | 某ACT游戏    |
| [CCG1](/open-project/public_data/ccg1.md)       | 2019-12-26 | 某CCG游戏    |
| [SPG1](/open-project/public_data/spg1.md)       | 2019-12-26 | 某SPG游戏    |
| [TAB1](/open-project/public_data/tab1.md)       | 2019-12-26 | 某TAB游戏    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fuxi-up-research.gitbook.io/open-project/public_data/data_desc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
