Open ujndong-1 opened 5 years ago
@ujndong-1 Hi, if you mean how we got the average helpfulness values, the process is introduced in the ReadMe file: https://github.com/HKUST-KnowComp/Motif-based-PageRank
average_helpfulness_Epinion.txt is the documents which record the average helpfulness of each person in this network. For example, '14192;4.095238' means that a person with id of 14192 own average helpfulness of 4.095238(the full score is 5).
how did you get the data from average_helpfulness_Epinion.txt? did you use pagerank to get them? thanks a lot.