DBLP-Dataset-Topic-aware
收藏资源简介:
该数据集基于2017年3月31日的DBLP协作数据,每个节点代表一个作者,边表示他们的合作关系。标签(主题)从所有论文标题中提取,例如数据库系统、神经网络、FPGA等,基于它们的频率和代表计算机科学各个子领域的能力。总共选择了230个标签。只有至少有一篇包含这些标签的论文的作者才会出现在此数据集中。最终数据集包含704266个节点和4727290条边。标签c在边(u,v)上的概率由P((u,v)|c)=1-e^(-t/a)给出,其中t是标签c在作者u和v合作的所有论文标题中出现的频率,a是一个常数(此处设置为5)。
This dataset is based on the DBLP collaboration data as of March 31, 2017, where each node represents an author and edges denote their collaborative relationships. Labels (topics) are extracted from all paper titles, such as database systems, neural networks, FPGA, etc., based on their frequency and ability to represent various subfields of computer science. A total of 230 labels were selected. Only authors with at least one paper containing these labels are included in this dataset. The final dataset comprises 704,266 nodes and 4,727,290 edges. The probability of label c on edge (u,v) is given by P((u,v)|c)=1-e^(-t/a), where t is the frequency of label c appearing in all paper titles co-authored by authors u and v, and a is a constant (set to 5 here).
DBLP-Dataset-Topic-aware 数据集概述
数据集描述
- 基础数据源:基于2017年3月31日的DBLP合作数据。
- 数据结构:
- 节点:代表作者。
- 边:表示作者间的合作关系。
- 标签(主题):从所有论文标题中提取,共230个标签,如数据库系统、神经网络、FPGA等。
- 数据筛选:仅包含至少有一篇论文包含上述标签的作者。
- 数据规模:
- 节点数:704,266。
- 边数:4,727,290。
- 标签概率计算:P((u,v)|c)=1-e^(-t/a),其中t是标签c在作者u和v合作的所有论文标题中出现的频率,a为常数(此处设为5)。
数据格式
- DBLP.txt
- 格式:Author1 Author2 Probability1 Tag1 Probability2 Tag2 ... ProbabilityN TagN
- AuthorHash.txt
- 格式:Index : Author Name
- TopicHash.txt
- 格式:Index : Topic(s)




