Implementations of Boosting information spread: An algorithmic approach. For more details about PRR-Boost and PRR-Boost, please refer to our paper:
Yishi Lin, Wei Chen, John C.S. Lui. Boosting information spread: An algorithmic approach. (ICDE'17)
Use the `make' command to compile everything.
- Please refer to
run.shfor examples (e.g., parameters, output log files).
- An example: 'datasets/digg_learn/graph_ic_nm.inf'
- The first line contains the number of nodes
nand the number of edgesm. Each of the remainingmlines contains three valuesu,vandpmeaning that the influence probability fromutovisp(Independent Cascade model).
- An example: 'datasets/digg_learn/seeds50.txt'
- Each line contains a seed node.
The first log file of ./bin/prrboost contains the following information.
- Columns 1-7: dataset, # nodes, # edges, # seeds, beta, k, epsilon
- Columns 13-15: the average number of edges, uncompressed nodes and uncompressed edges of boostable PRR-graphs
- Columns 24-27: running time, memory usage, boost of influence spread, initial memory usage before generating PRR-graphs
The second log file of ./bin/prrboost contains information about parameters (first seven columns) and the name of a file containing data used to plot Figures such as Figure 6 and Figure 8 in the paper (lower bound, boosted influence, and their ratios).
Log file of ./bin/prrboost_lb:
- Columns 1-7: dataset, # nodes, # edges, # seeds, beta, k, epsilon
- Columns 24-27: running time, memory usage, boost of influence spread, initial memory usage before generating PRR-graphs
Log file of ./bin/heu:
- Columns 1-4: dataset, # seeds, beta, k
- Columns 5-13: HighDegreeGlobalOut, HighDegreeLocalOut, HighDegreeGlobalOutDiscount, HighDegreeLocalOutDiscount, HighDegreeGlobalIn, HighDegreeLocalIn, HighDegreeGlobalInDiscount, HighDegreeLocalInDiscount, PageRank
Log file of ./bin/moreseeds:
- Columns 1-7: dataset, # nodes, # edges, # seeds, beta, k, epsilon
- Columns 11-13: boost of influence spread, running time, memory usage