scaffolding icon indicating copy to clipboard operation
scaffolding copied to clipboard

Frame-Semantic and PropBank Semantic Role Labeling with Syntactic Scaffolding.

Results 2 scaffolding issues
Sort by recently updated
recently updated
newest added

Hi, which is the evaluation method/script did you use for FrameNet w.r.t. the work in "Syntactic Scaffolds for Semantic Structures"? Can you put me at a precise script/python method that...

When I run ``` python -m allennlp.run evaluate \ --archive-file /Users/jmugan/text_data/bob/models/model_np_pp_scaf_fsp.tar.gz \ --evaluation-data-file /Users/jmugan/text_data/bob/data/fndata-1.5/test/fulltext/ ``` I get the error ``` allennlp.common.checks.ConfigurationError: "alternating_highway_lstm_cuda not in acceptable choices for model.stacked_encoder.type: ['intra_sentence_attention', 'multi_head_self_attention',...