DebasishDhal99 commited on
Commit
16d877e
·
verified ·
1 Parent(s): 9ca4da7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: Wikipedia Graph
5
+ size_categories:
6
+ - 10K<n<100K
7
+ ---
8
+
9
+ - In short, column "title" represents a Wikipedia page (say "Medicine"), and column "link" represents all the Wikipedia pages mentioned in the afforementioned Wikipedia page ("Medicine" in this example)
10
+ - To get Wikipedia page from the keywords, use "https://en.wikipedia.org/wiki/{title}" format.
11
+ - I took ["Philosophy"](https://en.wikipedia.org/wiki/Philosophy) as a single seed Wikipedia page, and recursively scanned 10K Wikipedia pages.
12
+ - Total time taken - 7 hours 20 minutes, unparalellized setup on Colab.