asahi417 commited on
Commit
1039518
1 Parent(s): f5513fb
analogy.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"distance_function": "cosine_similarity", "sat/test": 0.6379821958456974, "sat/valid": 0.5675675675675675, "u2/test": 0.5131578947368421, "u2/valid": 0.5416666666666666, "u4/test": 0.6087962962962963, "u4/valid": 0.5625, "google/test": 0.912, "google/valid": 0.94, "bats/test": 0.7581989994441356, "bats/valid": 0.8040201005025126, "sat_full": 0.6310160427807486}
classification.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"lexical_relation_classification/BLESS": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.9282808497815278, "test/f1_macro": 0.9225058932245936, "test/f1_micro": 0.9282808497815278, "test/p_macro": 0.9232716709466616, "test/p_micro": 0.9282808497815278, "test/r_macro": 0.9224251971009, "test/r_micro": 0.9282808497815278}, "lexical_relation_classification/CogALexV": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.8805164319248826, "test/f1_macro": 0.7394780138338314, "test/f1_micro": 0.8805164319248826, "test/p_macro": 0.7775118559894809, "test/p_micro": 0.8805164319248826, "test/r_macro": 0.7105504218599121, "test/r_micro": 0.8805164319248826}, "lexical_relation_classification/EVALution": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.7291440953412784, "test/f1_macro": 0.7162526164842762, "test/f1_micro": 0.7291440953412786, "test/p_macro": 0.7365134657879977, "test/p_micro": 0.7291440953412784, "test/r_macro": 0.701754186154302, "test/r_micro": 0.7291440953412784}, "lexical_relation_classification/K&H+N": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.9662655630520971, "test/f1_macro": 0.9015857808430136, "test/f1_micro": 0.9662655630520971, "test/p_macro": 0.9301733159707349, "test/p_micro": 0.9662655630520971, "test/r_macro": 0.8792979713917008, "test/r_micro": 0.9662655630520971}, "lexical_relation_classification/ROOT09": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.9125665935443434, "test/f1_macro": 0.9105681683853759, "test/f1_micro": 0.9125665935443434, "test/p_macro": 0.9106796531475535, "test/p_micro": 0.9125665935443434, "test/r_macro": 0.9105694463287812, "test/r_micro": 0.9125665935443434}}
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "roberta-large",
3
  "architectures": [
4
  "RobertaModel"
5
  ],
@@ -25,7 +25,7 @@
25
  "template_mode": "manual"
26
  },
27
  "torch_dtype": "float32",
28
- "transformers_version": "4.20.1",
29
  "type_vocab_size": 1,
30
  "use_cache": true,
31
  "vocab_size": 50265
 
1
  {
2
+ "_name_or_path": "relbert-roberta-large-semeval2012-mask-prompt-c-loob",
3
  "architectures": [
4
  "RobertaModel"
5
  ],
 
25
  "template_mode": "manual"
26
  },
27
  "torch_dtype": "float32",
28
+ "transformers_version": "4.21.2",
29
  "type_vocab_size": 1,
30
  "use_cache": true,
31
  "vocab_size": 50265
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3f1f337bc17fb68292da12a0d0649be2e60c6c6ff064a463fab57e65eb61748
3
- size 1421572401
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206090b1972af057cf5f090cd7b4cf10ccfa3e1b235828b16a7935116dd12dad
3
+ size 1421566897
relation_mapping.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"accuracy": 0.8928571428571429, "prediction": [{"source": ["solar system", "sun", "planet", "mass", "attracts", "revolves", "gravity"], "true": ["atom", "nucleus", "electron", "charge", "attracts", "revolves", "electromagnetism"], "pred": ["atom", "nucleus", "electron", "charge", "attracts", "revolves", "electromagnetism"], "alignment_match": true, "accuracy": 1, "similarity": 0.999999900646129, "similarity_true": 0.999999900646129}, {"source": ["water", "flows", "pressure", "water tower", "bucket", "filling", "emptying", "hydrodynamics"], "true": ["heat", "transfers", "temperature", "burner", "kettle", "heating", "cooling", "thermodynamics"], "pred": ["heat", "transfers", "temperature", "burner", "kettle", "heating", "cooling", "thermodynamics"], "alignment_match": true, "accuracy": 1, "similarity": 0.9045977473296142, "similarity_true": 0.9045977473296142}, {"source": ["waves", "shore", "reflects", "water", "breakwater", "rough", "calm", "crashing"], "true": ["sounds", "wall", "echoes", "air", "insulation", "loud", "quiet", "vibrating"], "pred": ["sounds", "wall", "echoes", "air", "insulation", "loud", "quiet", "vibrating"], "alignment_match": true, "accuracy": 1, "similarity": 0.8315469330524013, "similarity_true": 0.8315469330524013}, {"source": ["combustion", "fire", "fuel", "burning", "hot", "intense", "oxygen", "carbon dioxide"], "true": ["respiration", "animal", "food", "breathing", "living", "vigorous", "oxygen", "carbon dioxide"], "pred": ["respiration", "animal", "food", "breathing", "living", "vigorous", "oxygen", "carbon dioxide"], "alignment_match": true, "accuracy": 1, "similarity": 0.9999999011265158, "similarity_true": 0.9999999011265158}, {"source": ["sound", "low", "high", "echoes", "loud", "quiet", "horn"], "true": ["light", "red", "violet", "reflects", "bright", "dim", "lens"], "pred": ["light", "dim", "red", "violet", "bright", "reflects", "lens"], "alignment_match": false, "accuracy": 0.42857142857142855, "similarity": 0.9228160361451749, "similarity_true": 0.9107753521354095}, {"source": ["projectile", "trajectory", "earth", "parabolic", "air", "gravity", "attracts"], "true": ["planet", "orbit", "sun", "elliptical", "space", "gravity", "attracts"], "pred": ["planet", "orbit", "sun", "elliptical", "space", "gravity", "attracts"], "alignment_match": true, "accuracy": 1, "similarity": 0.9999999008622319, "similarity_true": 0.9999999008622319}, {"source": ["breeds", "selection", "conformance", "artificial", "popularity", "breeding", "domesticated"], "true": ["species", "competition", "adaptation", "natural", "fitness", "mating", "wild"], "pred": ["species", "competition", "adaptation", "natural", "fitness", "mating", "wild"], "alignment_match": true, "accuracy": 1, "similarity": 0.8493278575116419, "similarity_true": 0.8493278575116419}, {"source": ["ball", "billiards", "speed", "table", "bouncing", "moving", "slow", "fast"], "true": ["molecules", "gas", "temperature", "container", "pressing", "moving", "cold", "hot"], "pred": ["molecules", "gas", "temperature", "container", "pressing", "moving", "cold", "hot"], "alignment_match": true, "accuracy": 1, "similarity": 0.9015799303170168, "similarity_true": 0.9015799303170168}, {"source": ["computer", "processing", "erasing", "write", "read", "memory", "outputs", "inputs", "bug"], "true": ["mind", "thinking", "forgetting", "memorize", "remember", "memory", "muscles", "senses", "mistake"], "pred": ["mind", "thinking", "forgetting", "memorize", "remember", "memory", "muscles", "senses", "mistake"], "alignment_match": true, "accuracy": 1, "similarity": 0.8540624416076702, "similarity_true": 0.8540624416076702}, {"source": ["slot machines", "reels", "spinning", "winning", "losing"], "true": ["bacteria", "genes", "mutating", "reproducing", "dying"], "pred": ["bacteria", "genes", "reproducing", "dying", "mutating"], "alignment_match": false, "accuracy": 0.4, "similarity": 0.8128467003681235, "similarity_true": 0.7662016534748725}, {"source": ["war", "soldier", "destroy", "fighting", "defeat", "attacks", "weapon"], "true": ["argument", "debater", "refute", "arguing", "acceptance", "criticizes", "logic"], "pred": ["argument", "debater", "refute", "arguing", "acceptance", "criticizes", "logic"], "alignment_match": true, "accuracy": 1, "similarity": 0.8682106581973236, "similarity_true": 0.8682106581973236}, {"source": ["buyer", "merchandise", "buying", "selling", "returning", "valuable", "worthless"], "true": ["believer", "belief", "accepting", "advocating", "rejecting", "true", "false"], "pred": ["believer", "belief", "accepting", "rejecting", "advocating", "true", "false"], "alignment_match": false, "accuracy": 0.7142857142857143, "similarity": 0.8021466391250188, "similarity_true": 0.78998480802357}, {"source": ["foundations", "buildings", "supporting", "solid", "weak", "crack"], "true": ["reasons", "theories", "confirming", "rational", "dubious", "flaw"], "pred": ["reasons", "theories", "confirming", "rational", "dubious", "flaw"], "alignment_match": true, "accuracy": 1, "similarity": 0.8111835246085553, "similarity_true": 0.8111835246085553}, {"source": ["obstructions", "destination", "route", "traveller", "traveling", "companion", "arriving"], "true": ["difficulties", "goal", "plan", "person", "problem solving", "partner", "succeeding"], "pred": ["difficulties", "goal", "plan", "person", "problem solving", "partner", "succeeding"], "alignment_match": true, "accuracy": 1, "similarity": 0.813564417203295, "similarity_true": 0.813564417203295}, {"source": ["money", "allocate", "budget", "effective", "cheap", "expansive"], "true": ["time", "invest", "schedule", "efficient", "quick", "slow"], "pred": ["time", "invest", "schedule", "efficient", "quick", "slow"], "alignment_match": true, "accuracy": 1, "similarity": 0.8708498760859428, "similarity_true": 0.8708498760859428}, {"source": ["seeds", "planted", "fruitful", "fruit", "grow", "wither", "blossom"], "true": ["ideas", "inspired", "productive", "product", "develop", "fail", "succeed"], "pred": ["ideas", "inspired", "productive", "product", "develop", "fail", "succeed"], "alignment_match": true, "accuracy": 1, "similarity": 0.8882511796074087, "similarity_true": 0.8882511796074087}, {"source": ["machine", "working", "turned on", "turned off", "broken", "power", "repair"], "true": ["mind", "thinking", "awake", "asleep", "confused", "intelligence", "therapy"], "pred": ["mind", "awake", "thinking", "asleep", "confused", "intelligence", "therapy"], "alignment_match": false, "accuracy": 0.7142857142857143, "similarity": 0.7949441276460532, "similarity_true": 0.7871097519904814}, {"source": ["object", "hold", "weight", "heavy", "light"], "true": ["idea", "understand", "analyze", "important", "trivial"], "pred": ["idea", "understand", "analyze", "trivial", "important"], "alignment_match": false, "accuracy": 0.6, "similarity": 0.7647573024575384, "similarity_true": 0.7637481222095841}, {"source": ["follow", "leader", "path", "follower", "lost", "wanders", "twisted", "straight"], "true": ["understand", "speaker", "argument", "listener", "misunderstood", "digresses", "complicated", "simple"], "pred": ["understand", "speaker", "argument", "listener", "misunderstood", "digresses", "complicated", "simple"], "alignment_match": true, "accuracy": 1, "similarity": 0.8352824467661466, "similarity_true": 0.8352824467661466}, {"source": ["seeing", "light", "illuminating", "darkness", "view", "hidden"], "true": ["understanding", "knowledge", "explaining", "confusion", "interpretation", "secret"], "pred": ["understanding", "knowledge", "explaining", "confusion", "interpretation", "secret"], "alignment_match": true, "accuracy": 1, "similarity": 0.7579682922737132, "similarity_true": 0.7579682922737132}]}
validation_loss.conceptnet_high_confidence.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation_loss": 4.313197236312063, "validation_data": "relbert/conceptnet_high_confidence", "validation_data/exclude_relation": null, "train_loss": 5.882573992013931, "train_data": "relbert/conceptnet_high_confidence", "train_data/exclude_relation": null, "train_validation_loss": 5.118005828979688, "train_validation_data": "relbert/conceptnet_high_confidence", "train_validation_data/exclude_relation": null}