Skip to content

Commit

Permalink
ENH Changed data generation scripts to use non-blind test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
André T. Martins committed Feb 9, 2015
1 parent 1a9a589 commit 5222349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts_srl/train_test_semantic_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ test=true
prune=true # This will revert to false if model_type=basic.
prune_labels=true
prune_distances=true
train_external_pruner=true #false # If true, the pruner is trained separately.
trained_external_pruner=true #false # If true, loads the external pruner.
train_external_pruner=false # If true, the pruner is trained separately.
trained_external_pruner=false # If true, loads the external pruner.
posterior_threshold=0.0001 # Posterior probability threshold for the pruner.
pruner_max_arguments=20 #10 # Maximum number of candidate heads allowed by the pruner.
labeled=true # Output semantic labels.
Expand Down
2 changes: 1 addition & 1 deletion semeval2015_data/scripts/generate_all_splits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Folder where the data will be placed.
data_folder="`cd $(dirname $0);cd ..;pwd`"
generate_test_splits=true
blind_test=true
blind_test=false #true

for language in english czech chinese
do
Expand Down

0 comments on commit 5222349

Please sign in to comment.