Skip to content

Commit 74accc4

Browse files
authoredOct 27, 2020
Update README.md
1 parent 6192a7b commit 74accc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ The source code used for our KDD'2020 paper.
99
## Datasets
1010

1111
Due to the constraint of size, we provide the link of our datasets in the following links, please copy the files to ``${dataset}/``.
12-
* [DBLP & Yelp](https://drive.google.com/drive/folders/1t9IrrLm1fB92IC2nwGk-mIJCNubzx2fT?usp=sharing)
12+
* [DBLP & Yelp](https://drive.google.com/drive/folders/1t9IrrLm1fB92IC2nwGk-mIJCNubzx2fT?usp=sharing).
1313

1414
## Run the Code
1515

16+
### Preprocessing
17+
If you are using our own datasets, you can skip this step. Otherwise, please first use this [preprocessing tool](https://github.com/mickeystroller/HiExpan/tree/master/src/corpusProcessing) to extract a ``sentences.json`` for your own corpus, and then run
18+
```
19+
bash preprocess.sh
20+
```
21+
to generate the index files.
22+
1623
### Concept Learning for topic nodes
1724
```
1825
cd c

0 commit comments

Comments
 (0)