upload models/dataset-sciarg/task-are/2025-03-23_16-22-26
Browse filesmodel is from: https://github.com/ArneBinder/pie-document-level/issues/449#issuecomment-2745375226
- evaluated on SciArg validation set (from sciarg_prepared_with_fixed_validation_and_more_train) with gold ADUs
- selection based on discont_comp=true, task=are, and criterion=relation: 0
- config.json +10 -3
- pytorch_model.bin +1 -1
- taskmodule_config.json +8 -1
config.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
"model_name_or_path": "allenai/scibert_scivocab_uncased",
|
| 4 |
"num_classes": 6,
|
| 5 |
"tokenizer_vocab_size": 31094,
|
| 6 |
-
"learning_rate":
|
| 7 |
-
"task_learning_rate":
|
| 8 |
"warmup_proportion": 0.1,
|
| 9 |
"freeze_base_model": false,
|
| 10 |
"base_model_prefix": null,
|
|
@@ -32,6 +32,7 @@
|
|
| 32 |
"argument_role_to_marker": null,
|
| 33 |
"single_argument_pair": true,
|
| 34 |
"append_markers": false,
|
|
|
|
| 35 |
"entity_labels": [
|
| 36 |
"background_claim",
|
| 37 |
"data",
|
|
@@ -44,13 +45,19 @@
|
|
| 44 |
"contradicts"
|
| 45 |
],
|
| 46 |
"reverse_symmetric_relations": true,
|
| 47 |
-
"max_argument_distance":
|
| 48 |
"max_argument_distance_type": "inner",
|
|
|
|
|
|
|
| 49 |
"max_window": 512,
|
| 50 |
"allow_discontinuous_text": false,
|
| 51 |
"log_first_n_examples": 0,
|
| 52 |
"add_argument_indices_to_input": false,
|
|
|
|
|
|
|
| 53 |
"add_global_attention_mask_to_input": false,
|
|
|
|
|
|
|
| 54 |
"collect_statistics": true
|
| 55 |
}
|
| 56 |
}
|
|
|
|
| 3 |
"model_name_or_path": "allenai/scibert_scivocab_uncased",
|
| 4 |
"num_classes": 6,
|
| 5 |
"tokenizer_vocab_size": 31094,
|
| 6 |
+
"learning_rate": 0.0001,
|
| 7 |
+
"task_learning_rate": 0.0003,
|
| 8 |
"warmup_proportion": 0.1,
|
| 9 |
"freeze_base_model": false,
|
| 10 |
"base_model_prefix": null,
|
|
|
|
| 32 |
"argument_role_to_marker": null,
|
| 33 |
"single_argument_pair": true,
|
| 34 |
"append_markers": false,
|
| 35 |
+
"insert_markers": true,
|
| 36 |
"entity_labels": [
|
| 37 |
"background_claim",
|
| 38 |
"data",
|
|
|
|
| 45 |
"contradicts"
|
| 46 |
],
|
| 47 |
"reverse_symmetric_relations": true,
|
| 48 |
+
"max_argument_distance": 150,
|
| 49 |
"max_argument_distance_type": "inner",
|
| 50 |
+
"max_argument_distance_tokens": 15,
|
| 51 |
+
"max_argument_distance_type_tokens": "inner",
|
| 52 |
"max_window": 512,
|
| 53 |
"allow_discontinuous_text": false,
|
| 54 |
"log_first_n_examples": 0,
|
| 55 |
"add_argument_indices_to_input": false,
|
| 56 |
+
"add_argument_tags_to_input": false,
|
| 57 |
+
"add_entity_tags_to_input": false,
|
| 58 |
"add_global_attention_mask_to_input": false,
|
| 59 |
+
"argument_type_whitelist": null,
|
| 60 |
+
"handle_relations_with_same_arguments": "keep_none",
|
| 61 |
"collect_statistics": true
|
| 62 |
}
|
| 63 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439791534
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7235526aa2b8e74d09000319ba2d62ac97c8d5e9767a478fe732d98e5e0d6501
|
| 3 |
size 439791534
|
taskmodule_config.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
| 22 |
"argument_role_to_marker": null,
|
| 23 |
"single_argument_pair": true,
|
| 24 |
"append_markers": false,
|
|
|
|
| 25 |
"entity_labels": [
|
| 26 |
"background_claim",
|
| 27 |
"data",
|
|
@@ -34,12 +35,18 @@
|
|
| 34 |
"contradicts"
|
| 35 |
],
|
| 36 |
"reverse_symmetric_relations": true,
|
| 37 |
-
"max_argument_distance":
|
| 38 |
"max_argument_distance_type": "inner",
|
|
|
|
|
|
|
| 39 |
"max_window": 512,
|
| 40 |
"allow_discontinuous_text": false,
|
| 41 |
"log_first_n_examples": 0,
|
| 42 |
"add_argument_indices_to_input": false,
|
|
|
|
|
|
|
| 43 |
"add_global_attention_mask_to_input": false,
|
|
|
|
|
|
|
| 44 |
"collect_statistics": true
|
| 45 |
}
|
|
|
|
| 22 |
"argument_role_to_marker": null,
|
| 23 |
"single_argument_pair": true,
|
| 24 |
"append_markers": false,
|
| 25 |
+
"insert_markers": true,
|
| 26 |
"entity_labels": [
|
| 27 |
"background_claim",
|
| 28 |
"data",
|
|
|
|
| 35 |
"contradicts"
|
| 36 |
],
|
| 37 |
"reverse_symmetric_relations": true,
|
| 38 |
+
"max_argument_distance": 150,
|
| 39 |
"max_argument_distance_type": "inner",
|
| 40 |
+
"max_argument_distance_tokens": 15,
|
| 41 |
+
"max_argument_distance_type_tokens": "inner",
|
| 42 |
"max_window": 512,
|
| 43 |
"allow_discontinuous_text": false,
|
| 44 |
"log_first_n_examples": 0,
|
| 45 |
"add_argument_indices_to_input": false,
|
| 46 |
+
"add_argument_tags_to_input": false,
|
| 47 |
+
"add_entity_tags_to_input": false,
|
| 48 |
"add_global_attention_mask_to_input": false,
|
| 49 |
+
"argument_type_whitelist": null,
|
| 50 |
+
"handle_relations_with_same_arguments": "keep_none",
|
| 51 |
"collect_statistics": true
|
| 52 |
}
|