Skip to content

Commit

Permalink
ENH Added file with SDP 2015 results.
Browse files Browse the repository at this point in the history
  • Loading branch information
André T. Martins committed Jan 7, 2015
1 parent 894c250 commit 3aaec0e
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 2 deletions.
88 changes: 88 additions & 0 deletions scripts_srl/results_sdp2015.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
out_SDP2015_english_open-true_deterministic_dm_0.01_0.4_0.6_basic
LF: 0.892042
LF: 0.891186

out_SDP2015_english_open-true_deterministic_dm_0.01_0.4_0.6_af
LF: 0.891550
LF: 0.890716

out_SDP2015_english_open-true_deterministic_dm_0.01_0.4_0.6_af+as+cs
LF: 0.895297
LF: 0.894441

out_SDP2015_english_open-true_deterministic_dm_0.01_0.4_0.6_af+as+cs+gp+cp+ccp
LF: 0.901234
LF: 0.899980

--

out_SDP2015_english_open-true_deterministic_pas_0.01_0.4_0.6_basic
LF: 0.915211
LF: 0.914001

out_SDP2015_english_open-true_deterministic_pas_0.01_0.4_0.6_af
LF: 0.915405
LF: 0.914149

out_SDP2015_english_open-true_deterministic_pas_0.01_0.4_0.6_af+as+cs
LF: 0.915297
LF: 0.914066

out_SDP2015_english_open-true_deterministic_pas_0.01_0.4_0.6_af+as+cs+gp+cp+ccp
LF: 0.919800
LF: 0.918419

--

out_SDP2015_english_open-true_deterministic_psd_0.01_0.4_0.6_basic
LF: 0.796860
LF: 0.784419

out_SDP2015_english_open-true_deterministic_psd_0.01_0.4_0.6_af
LF: 0.797259
LF: 0.784831

out_SDP2015_english_open-true_deterministic_psd_0.01_0.4_0.6_af+as+cs
LF: 0.798663
LF: 0.786175

out_SDP2015_english_open-true_deterministic_psd_0.01_0.4_0.6_af+as+cs+gp+cp+ccp
LF: 0.800750
LF: 0.788655

--

out_SDP2015_czech_open-false_deterministic_psd_0.01_0.4_0.6_basic
LF: 0.797699
LF: 0.790508

out_SDP2015_czech_open-false_deterministic_psd_0.01_0.4_0.6_af
LF: 0.793942
LF: 0.787069

out_SDP2015_czech_open-false_deterministic_psd_0.01_0.4_0.6_af+as+cs
LF: 0.804361
LF: 0.795066

out_SDP2015_czech_open-false_deterministic_psd_0.01_0.4_0.6_af+as+cs+gp+cp+ccp
LF: 0.818203
LF: 0.808707

--

out_SDP2015_chinese_open-false_deterministic_pas_0.01_0.4_0.6_basic
LF: 0.794948
LF: 0.799033

out_SDP2015_chinese_open-false_deterministic_pas_0.01_0.4_0.6_af
LF: 0.794315
LF: 0.798501

out_SDP2015_chinese_open-false_deterministic_pas_0.01_0.4_0.6_af+as+cs
LF: 0.797005
LF: 0.801338

out_SDP2015_chinese_open-false_deterministic_pas_0.01_0.4_0.6_af+as+cs+gp+cp+ccp
LF: 0.816229
LF: 0.820392

2 changes: 1 addition & 1 deletion scripts_srl/train_test_semantic_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test=true
prune=true # This will revert to false if model_type=basic.
prune_labels=true
prune_distances=true
train_external_pruner=false # If true, the pruner is trained separately.
train_external_pruner=true #false # If true, the pruner is trained separately.
trained_external_pruner=true #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.
Expand Down
2 changes: 1 addition & 1 deletion scripts_srl/train_test_submission_SDP2015.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
model_type=af+as+cs #basic #af+as+cs+gp+cp+ccp
model_type=af+as+cs+gp+cp+ccp #basic #af+as+cs+gp+cp+ccp

language=czech
open=false
Expand Down

0 comments on commit 3aaec0e

Please sign in to comment.