a_p_list_train.txt
:author:paper1,paper2,...
, author and papers written by this authorp_a_list_train.txt
:original_paper:author1,author2,author3,...
, paper and its authorsp_p_citation_list.txt
:original_paper:paper1,paper2,...
, paper and its citation papersv_p_list_train.txt
:venue:paper1,paper2,...
, venue and papers published on this venuep_v.txt
:original_paper,venue
paper and its venuedeepwalk_apv.emb
: each line is an embedding of a node, trained by DeepWalkhet_neigh_train.txt
andhet_random_walk.txt
: sample neighbors through random walk
Here we only include the files related to the paper prediction, followed by the author prediction
node_embedding.txt
: each line is an embedding of a nodep2_cited_citing_lst.txt
:original_paper:citing_paper1,citing_paper2,...
(including 2 years of citing papers)p20_cited_citing_lst.txt
:original_paper:num_citations
(including 20 years of citations)
node_embedding.txt
: each line is an embedding of a nodea2_cited_citing_lst.txt
:original_author:citing_paper1,citing_paper2,...
(including 2 years of citing papers)a20_cited_citing_lst.txt
:original_author:num_citations
(including 20 years of citations)paper_addition.pkl
:original_author:[(publication,[citation1,citation2...])]
, paper and its publication and citation