diff --git a/official/gnn/gcn/README.md b/official/gnn/gcn/README.md
index f5072a2b6ab3347b714468191225302506452c4f..93230f4c8f80ecc4ba476617e88adb1fbd8341b8 100644
--- a/official/gnn/gcn/README.md
+++ b/official/gnn/gcn/README.md
@@ -88,9 +88,9 @@ bash run_process_data.sh [SRC_PATH] [DATASET_NAME]
 
 ```bash
 #Generate dataset in mindrecord format for cora
-bash run_process_data.sh ./data cora
+bash run_process_data.sh ./data/cora cora
 #Generate dataset in mindrecord format for citeseer
-bash run_process_data.sh ./data citeseer
+bash run_process_data.sh ./data/citeseer citeseer
 ```
 
 - Running on local with Ascend
diff --git a/official/gnn/gcn/README_CN.md b/official/gnn/gcn/README_CN.md
index 01c08573bf67690fe95f6f22ba81d7b2b46257a1..280cace2f8d535b6ceb523717a474104d09209ce 100644
--- a/official/gnn/gcn/README_CN.md
+++ b/official/gnn/gcn/README_CN.md
@@ -90,9 +90,9 @@ bash run_process_data.sh [SRC_PATH] [DATASET_NAME]
 
 ```text
 # 涓篊ora鐢熸垚MindRecord鏍煎紡鐨勬暟鎹泦
-bash run_process_data.sh ./data cora
+bash run_process_data.sh ./data/cora cora
 # 涓篊iteseer鐢熸垚MindRecord鏍煎紡鐨勬暟鎹泦
-bash run_process_data.sh ./data citeseer
+bash run_process_data.sh ./data/citeseer citeseer
 ```
 
 - Running on local with Ascend