Skip to content

Commit 494eec7

Browse files
committed
updated doc string
1 parent dd3eff7 commit 494eec7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

retrieval_aug_predictors/enrich_kg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def run(args):
4444

4545

4646
if __name__ == "__main__":
47-
"""If run on default arguments (dataset_dir has to be set), it will create prediction using RALP,
48-
enrich the train set of the KG with these predictions and save it to a directory named "Enriched_<dataset_dir>".
49-
Test and validation splits are copied as they are.
47+
"""If run on default arguments (with exception of `dataset_dir` which has to be set), it will create prediction
48+
using RALP, enrich the train set of the KG with these predictions and save it to a directory named
49+
"Enriched_<dataset_name>". Test and validation splits are copied as they are from the original dataset.
5050
"""
5151
parser = argparse.ArgumentParser()
5252

0 commit comments

Comments
 (0)