We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3eff7 commit 494eec7Copy full SHA for 494eec7
1 file changed
retrieval_aug_predictors/enrich_kg.py
@@ -44,9 +44,9 @@ def run(args):
44
45
46
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.
+ """If run on default arguments (with exception of `dataset_dir` which has to be set), it will create prediction
+ using RALP, enrich the train set of the KG with these predictions and save it to a directory named
+ "Enriched_<dataset_name>". Test and validation splits are copied as they are from the original dataset.
50
"""
51
parser = argparse.ArgumentParser()
52
0 commit comments