/** * CiteSeer Benchmark Tests for Path Salience Ranking * * Tests the Path Salience Ranking algorithm on the CiteSeer citation network, * a scientific paper citation graph with 3312 nodes (papers) and 4536 edges. * * The network represents papers in computer science research, with edges * indicating citation relationships. * * Tests validate: * - Path ranking performance on larger citation networks * - Academic paper connectivity analysis * - Statistical comparison against baseline methods */ export {}; //# sourceMappingURL=citeseer.exp.integration.test.d.ts.map