Sentence Similarity
sentence-transformers
Safetensors
English
bert
feature-extraction
Generated from Trainer
dataset_size:784827
loss:ContrastiveLoss
text-embeddings-inference
Instructions to use noystl/recomb-pred-bge-large-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use noystl/recomb-pred-bge-large-en with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("noystl/recomb-pred-bge-large-en") sentences = [ "Represent this sentence for searching relevant passages: Existing methods for anomaly detection on dynamic graphs struggle with capturing complex time information in graph structures and generating effective negative samples for unsupervised learning. These challenges highlight the need for improved methodologies that can address the limitations of current approaches in this field.We suggest combining 'a message-passing framework' and ", "a single global model", "videos", "sequential polygon generation" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Update model card metadata and add links to project page and code repository
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- sentence-transformers
|
| 4 |
- sentence-similarity
|
|
@@ -6,86 +14,72 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
- dataset_size:784827
|
| 8 |
- loss:ContrastiveLoss
|
| 9 |
-
base_model: BAAI/bge-large-en-v1.5
|
| 10 |
widget:
|
| 11 |
-
- source_sentence:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
field.We suggest combining 'a message-passing framework' and
|
| 18 |
sentences:
|
| 19 |
- a single global model
|
| 20 |
- videos
|
| 21 |
- sequential polygon generation
|
| 22 |
-
- source_sentence:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
tailored for visualization non-expert users' and
|
| 31 |
sentences:
|
| 32 |
- worst-case resource analysis
|
| 33 |
- Graph Convolution Networks
|
| 34 |
- a text encoder
|
| 35 |
-
- source_sentence:
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
suggest combining 'sparse point cloud data' and
|
| 43 |
sentences:
|
| 44 |
- a Temporal Eigenvalue Loss
|
| 45 |
- diffusion models
|
| 46 |
- explicit 3D representations, such as polygonal meshes
|
| 47 |
-
- source_sentence:
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
discernment.We suggest 'combine the order of propositions and the mass of
|
| 54 |
-
them' inspired by
|
| 55 |
sentences:
|
| 56 |
-
-
|
| 57 |
-
|
| 58 |
-
to handle large displacements before energy-based optimizations
|
| 59 |
- encoder-decoder models
|
| 60 |
-
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
non-linear features of epidemic data to provide state authorities and health
|
| 69 |
-
officials with reliable short-term forecasts and strategies.We suggest
|
| 70 |
-
combining 'ARIMA' and
|
| 71 |
sentences:
|
| 72 |
- Transformers
|
| 73 |
- a traditional feature-mixed branch
|
| 74 |
-
-
|
| 75 |
-
|
| 76 |
-
using limited resources
|
| 77 |
-
pipeline_tag: sentence-similarity
|
| 78 |
-
library_name: sentence-transformers
|
| 79 |
-
license: cc
|
| 80 |
-
datasets:
|
| 81 |
-
- noystl/Recombination-Pred
|
| 82 |
-
language:
|
| 83 |
-
- en
|
| 84 |
---
|
| 85 |
|
| 86 |
# SentenceTransformer based on BAAI/bge-large-en-v1.5
|
| 87 |
|
| 88 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
## Model Details
|
| 91 |
|
|
@@ -485,7 +479,7 @@ You can finetune this model on your own dataset.
|
|
| 485 |
| 1.1009 | 13500 | 0.0029 |
|
| 486 |
| 1.1090 | 13600 | 0.0037 |
|
| 487 |
| 1.1172 | 13700 | 0.0029 |
|
| 488 |
-
| 1.1253 | 13800 | 0.
|
| 489 |
| 1.1335 | 13900 | 0.0027 |
|
| 490 |
| 1.1416 | 14000 | 0.0033 |
|
| 491 |
| 1.1498 | 14100 | 0.003 |
|
|
@@ -501,294 +495,4 @@ You can finetune this model on your own dataset.
|
|
| 501 |
| 1.2313 | 15100 | 0.0027 |
|
| 502 |
| 1.2395 | 15200 | 0.0027 |
|
| 503 |
| 1.2477 | 15300 | 0.0028 |
|
| 504 |
-
| 1.2558 | 15400 |
|
| 505 |
-
| 1.2640 | 15500 | 0.0027 |
|
| 506 |
-
| 1.2721 | 15600 | 0.0027 |
|
| 507 |
-
| 1.2803 | 15700 | 0.0027 |
|
| 508 |
-
| 1.2884 | 15800 | 0.0037 |
|
| 509 |
-
| 1.2966 | 15900 | 0.0027 |
|
| 510 |
-
| 1.3047 | 16000 | 0.0027 |
|
| 511 |
-
| 1.3129 | 16100 | 0.0027 |
|
| 512 |
-
| 1.3210 | 16200 | 0.0028 |
|
| 513 |
-
| 1.3292 | 16300 | 0.0033 |
|
| 514 |
-
| 1.3374 | 16400 | 0.0026 |
|
| 515 |
-
| 1.3455 | 16500 | 0.0025 |
|
| 516 |
-
| 1.3537 | 16600 | 0.0028 |
|
| 517 |
-
| 1.3618 | 16700 | 0.0034 |
|
| 518 |
-
| 1.3700 | 16800 | 0.0027 |
|
| 519 |
-
| 1.3781 | 16900 | 0.0026 |
|
| 520 |
-
| 1.3863 | 17000 | 0.0027 |
|
| 521 |
-
| 1.3944 | 17100 | 0.0033 |
|
| 522 |
-
| 1.4026 | 17200 | 0.0027 |
|
| 523 |
-
| 1.4107 | 17300 | 0.0027 |
|
| 524 |
-
| 1.4189 | 17400 | 0.0026 |
|
| 525 |
-
| 1.4271 | 17500 | 0.0027 |
|
| 526 |
-
| 1.4352 | 17600 | 0.0034 |
|
| 527 |
-
| 1.4434 | 17700 | 0.0027 |
|
| 528 |
-
| 1.4515 | 17800 | 0.0025 |
|
| 529 |
-
| 1.4597 | 17900 | 0.0027 |
|
| 530 |
-
| 1.4678 | 18000 | 0.0031 |
|
| 531 |
-
| 1.4760 | 18100 | 0.0027 |
|
| 532 |
-
| 1.4841 | 18200 | 0.0027 |
|
| 533 |
-
| 1.4923 | 18300 | 0.0027 |
|
| 534 |
-
| 1.5004 | 18400 | 0.0027 |
|
| 535 |
-
| 1.5086 | 18500 | 0.0031 |
|
| 536 |
-
| 1.5168 | 18600 | 0.0025 |
|
| 537 |
-
| 1.5249 | 18700 | 0.0026 |
|
| 538 |
-
| 1.5331 | 18800 | 0.0027 |
|
| 539 |
-
| 1.5412 | 18900 | 0.0035 |
|
| 540 |
-
| 1.5494 | 19000 | 0.0025 |
|
| 541 |
-
| 1.5575 | 19100 | 0.0027 |
|
| 542 |
-
| 1.5657 | 19200 | 0.0026 |
|
| 543 |
-
| 1.5738 | 19300 | 0.0028 |
|
| 544 |
-
| 1.5820 | 19400 | 0.0032 |
|
| 545 |
-
| 1.5901 | 19500 | 0.0025 |
|
| 546 |
-
| 1.5983 | 19600 | 0.0027 |
|
| 547 |
-
| 1.6065 | 19700 | 0.0026 |
|
| 548 |
-
| 1.6146 | 19800 | 0.0034 |
|
| 549 |
-
| 1.6228 | 19900 | 0.0027 |
|
| 550 |
-
| 1.6309 | 20000 | 0.0027 |
|
| 551 |
-
| 1.6391 | 20100 | 0.0028 |
|
| 552 |
-
| 1.6472 | 20200 | 0.0031 |
|
| 553 |
-
| 1.6554 | 20300 | 0.0028 |
|
| 554 |
-
| 1.6635 | 20400 | 0.0025 |
|
| 555 |
-
| 1.6717 | 20500 | 0.0025 |
|
| 556 |
-
| 1.6798 | 20600 | 0.0026 |
|
| 557 |
-
| 1.6880 | 20700 | 0.003 |
|
| 558 |
-
| 1.6962 | 20800 | 0.0029 |
|
| 559 |
-
| 1.7043 | 20900 | 0.0027 |
|
| 560 |
-
| 1.7125 | 21000 | 0.0025 |
|
| 561 |
-
| 1.7206 | 21100 | 0.0029 |
|
| 562 |
-
| 1.7288 | 21200 | 0.0029 |
|
| 563 |
-
| 1.7369 | 21300 | 0.0027 |
|
| 564 |
-
| 1.7451 | 21400 | 0.0026 |
|
| 565 |
-
| 1.7532 | 21500 | 0.0025 |
|
| 566 |
-
| 1.7614 | 21600 | 0.003 |
|
| 567 |
-
| 1.7696 | 21700 | 0.0028 |
|
| 568 |
-
| 1.7777 | 21800 | 0.0024 |
|
| 569 |
-
| 1.7859 | 21900 | 0.0025 |
|
| 570 |
-
| 1.7940 | 22000 | 0.003 |
|
| 571 |
-
| 1.8022 | 22100 | 0.0026 |
|
| 572 |
-
| 1.8103 | 22200 | 0.0027 |
|
| 573 |
-
| 1.8185 | 22300 | 0.0027 |
|
| 574 |
-
| 1.8266 | 22400 | 0.0026 |
|
| 575 |
-
| 1.8348 | 22500 | 0.003 |
|
| 576 |
-
| 1.8429 | 22600 | 0.0029 |
|
| 577 |
-
| 1.8511 | 22700 | 0.0025 |
|
| 578 |
-
| 1.8593 | 22800 | 0.0026 |
|
| 579 |
-
| 1.8674 | 22900 | 0.0031 |
|
| 580 |
-
| 1.8756 | 23000 | 0.0027 |
|
| 581 |
-
| 1.8837 | 23100 | 0.0026 |
|
| 582 |
-
| 1.8919 | 23200 | 0.0025 |
|
| 583 |
-
| 1.9000 | 23300 | 0.0028 |
|
| 584 |
-
| 1.9082 | 23400 | 0.0027 |
|
| 585 |
-
| 1.9163 | 23500 | 0.0027 |
|
| 586 |
-
| 1.9245 | 23600 | 0.0027 |
|
| 587 |
-
| 1.9326 | 23700 | 0.0026 |
|
| 588 |
-
| 1.9408 | 23800 | 0.0031 |
|
| 589 |
-
| 1.9490 | 23900 | 0.0027 |
|
| 590 |
-
| 1.9571 | 24000 | 0.0027 |
|
| 591 |
-
| 1.9653 | 24100 | 0.0026 |
|
| 592 |
-
| 1.9734 | 24200 | 0.0032 |
|
| 593 |
-
| 1.9816 | 24300 | 0.0029 |
|
| 594 |
-
| 1.9897 | 24400 | 0.0026 |
|
| 595 |
-
| 1.9979 | 24500 | 0.0028 |
|
| 596 |
-
| 2.0060 | 24600 | 0.0029 |
|
| 597 |
-
| 2.0142 | 24700 | 0.0026 |
|
| 598 |
-
| 2.0223 | 24800 | 0.0027 |
|
| 599 |
-
| 2.0305 | 24900 | 0.0033 |
|
| 600 |
-
| 2.0387 | 25000 | 0.0026 |
|
| 601 |
-
| 2.0468 | 25100 | 0.0026 |
|
| 602 |
-
| 2.0550 | 25200 | 0.0024 |
|
| 603 |
-
| 2.0631 | 25300 | 0.0026 |
|
| 604 |
-
| 2.0713 | 25400 | 0.0033 |
|
| 605 |
-
| 2.0794 | 25500 | 0.0025 |
|
| 606 |
-
| 2.0876 | 25600 | 0.0026 |
|
| 607 |
-
| 2.0957 | 25700 | 0.0026 |
|
| 608 |
-
| 2.1039 | 25800 | 0.0033 |
|
| 609 |
-
| 2.1120 | 25900 | 0.0025 |
|
| 610 |
-
| 2.1202 | 26000 | 0.0026 |
|
| 611 |
-
| 2.1284 | 26100 | 0.0026 |
|
| 612 |
-
| 2.1365 | 26200 | 0.0025 |
|
| 613 |
-
| 2.1447 | 26300 | 0.0031 |
|
| 614 |
-
| 2.1528 | 26400 | 0.0026 |
|
| 615 |
-
| 2.1610 | 26500 | 0.0025 |
|
| 616 |
-
| 2.1691 | 26600 | 0.0026 |
|
| 617 |
-
| 2.1773 | 26700 | 0.0032 |
|
| 618 |
-
| 2.1854 | 26800 | 0.0026 |
|
| 619 |
-
| 2.1936 | 26900 | 0.0026 |
|
| 620 |
-
| 2.2017 | 27000 | 0.0025 |
|
| 621 |
-
| 2.2099 | 27100 | 0.0032 |
|
| 622 |
-
| 2.2181 | 27200 | 0.0025 |
|
| 623 |
-
| 2.2262 | 27300 | 0.0025 |
|
| 624 |
-
| 2.2344 | 27400 | 0.0024 |
|
| 625 |
-
| 2.2425 | 27500 | 0.0025 |
|
| 626 |
-
| 2.2507 | 27600 | 0.0033 |
|
| 627 |
-
| 2.2588 | 27700 | 0.0024 |
|
| 628 |
-
| 2.2670 | 27800 | 0.0024 |
|
| 629 |
-
| 2.2751 | 27900 | 0.0024 |
|
| 630 |
-
| 2.2833 | 28000 | 0.0033 |
|
| 631 |
-
| 2.2914 | 28100 | 0.0025 |
|
| 632 |
-
| 2.2996 | 28200 | 0.0024 |
|
| 633 |
-
| 2.3078 | 28300 | 0.0026 |
|
| 634 |
-
| 2.3159 | 28400 | 0.0024 |
|
| 635 |
-
| 2.3241 | 28500 | 0.0032 |
|
| 636 |
-
| 2.3322 | 28600 | 0.0025 |
|
| 637 |
-
| 2.3404 | 28700 | 0.0024 |
|
| 638 |
-
| 2.3485 | 28800 | 0.0024 |
|
| 639 |
-
| 2.3567 | 28900 | 0.0032 |
|
| 640 |
-
| 2.3648 | 29000 | 0.0025 |
|
| 641 |
-
| 2.3730 | 29100 | 0.0024 |
|
| 642 |
-
| 2.3811 | 29200 | 0.0024 |
|
| 643 |
-
| 2.3893 | 29300 | 0.0028 |
|
| 644 |
-
| 2.3975 | 29400 | 0.003 |
|
| 645 |
-
| 2.4056 | 29500 | 0.0023 |
|
| 646 |
-
| 2.4138 | 29600 | 0.0025 |
|
| 647 |
-
| 2.4219 | 29700 | 0.0024 |
|
| 648 |
-
| 2.4301 | 29800 | 0.0032 |
|
| 649 |
-
| 2.4382 | 29900 | 0.0025 |
|
| 650 |
-
| 2.4464 | 30000 | 0.0024 |
|
| 651 |
-
| 2.4545 | 30100 | 0.0023 |
|
| 652 |
-
| 2.4627 | 30200 | 0.003 |
|
| 653 |
-
| 2.4708 | 30300 | 0.0024 |
|
| 654 |
-
| 2.4790 | 30400 | 0.0025 |
|
| 655 |
-
| 2.4872 | 30500 | 0.0025 |
|
| 656 |
-
| 2.4953 | 30600 | 0.0025 |
|
| 657 |
-
| 2.5035 | 30700 | 0.0031 |
|
| 658 |
-
| 2.5116 | 30800 | 0.0022 |
|
| 659 |
-
| 2.5198 | 30900 | 0.0024 |
|
| 660 |
-
| 2.5279 | 31000 | 0.0024 |
|
| 661 |
-
| 2.5361 | 31100 | 0.0032 |
|
| 662 |
-
| 2.5442 | 31200 | 0.0024 |
|
| 663 |
-
| 2.5524 | 31300 | 0.0023 |
|
| 664 |
-
| 2.5605 | 31400 | 0.0025 |
|
| 665 |
-
| 2.5687 | 31500 | 0.0024 |
|
| 666 |
-
| 2.5769 | 31600 | 0.0031 |
|
| 667 |
-
| 2.5850 | 31700 | 0.0024 |
|
| 668 |
-
| 2.5932 | 31800 | 0.0024 |
|
| 669 |
-
| 2.6013 | 31900 | 0.0024 |
|
| 670 |
-
| 2.6095 | 32000 | 0.0031 |
|
| 671 |
-
| 2.6176 | 32100 | 0.0025 |
|
| 672 |
-
| 2.6258 | 32200 | 0.0025 |
|
| 673 |
-
| 2.6339 | 32300 | 0.0025 |
|
| 674 |
-
| 2.6421 | 32400 | 0.0027 |
|
| 675 |
-
| 2.6502 | 32500 | 0.0029 |
|
| 676 |
-
| 2.6584 | 32600 | 0.0024 |
|
| 677 |
-
| 2.6666 | 32700 | 0.0023 |
|
| 678 |
-
| 2.6747 | 32800 | 0.0025 |
|
| 679 |
-
| 2.6829 | 32900 | 0.0028 |
|
| 680 |
-
| 2.6910 | 33000 | 0.0026 |
|
| 681 |
-
| 2.6992 | 33100 | 0.0025 |
|
| 682 |
-
| 2.7073 | 33200 | 0.0024 |
|
| 683 |
-
| 2.7155 | 33300 | 0.0025 |
|
| 684 |
-
| 2.7236 | 33400 | 0.0026 |
|
| 685 |
-
| 2.7318 | 33500 | 0.0027 |
|
| 686 |
-
| 2.7399 | 33600 | 0.0025 |
|
| 687 |
-
| 2.7481 | 33700 | 0.0024 |
|
| 688 |
-
| 2.7563 | 33800 | 0.0028 |
|
| 689 |
-
| 2.7644 | 33900 | 0.0025 |
|
| 690 |
-
| 2.7726 | 34000 | 0.0024 |
|
| 691 |
-
| 2.7807 | 34100 | 0.0023 |
|
| 692 |
-
| 2.7889 | 34200 | 0.0027 |
|
| 693 |
-
| 2.7970 | 34300 | 0.0024 |
|
| 694 |
-
| 2.8052 | 34400 | 0.0025 |
|
| 695 |
-
| 2.8133 | 34500 | 0.0024 |
|
| 696 |
-
| 2.8215 | 34600 | 0.0024 |
|
| 697 |
-
| 2.8297 | 34700 | 0.0029 |
|
| 698 |
-
| 2.8378 | 34800 | 0.0027 |
|
| 699 |
-
| 2.8460 | 34900 | 0.0025 |
|
| 700 |
-
| 2.8541 | 35000 | 0.0023 |
|
| 701 |
-
| 2.8623 | 35100 | 0.0029 |
|
| 702 |
-
| 2.8704 | 35200 | 0.0025 |
|
| 703 |
-
| 2.8786 | 35300 | 0.0024 |
|
| 704 |
-
| 2.8867 | 35400 | 0.0024 |
|
| 705 |
-
| 2.8949 | 35500 | 0.0024 |
|
| 706 |
-
| 2.9030 | 35600 | 0.0028 |
|
| 707 |
-
| 2.9112 | 35700 | 0.0026 |
|
| 708 |
-
| 2.9194 | 35800 | 0.0023 |
|
| 709 |
-
| 2.9275 | 35900 | 0.0024 |
|
| 710 |
-
| 2.9357 | 36000 | 0.003 |
|
| 711 |
-
| 2.9438 | 36100 | 0.0025 |
|
| 712 |
-
| 2.9520 | 36200 | 0.0025 |
|
| 713 |
-
| 2.9601 | 36300 | 0.0024 |
|
| 714 |
-
| 2.9683 | 36400 | 0.0028 |
|
| 715 |
-
| 2.9764 | 36500 | 0.0027 |
|
| 716 |
-
| 2.9846 | 36600 | 0.0027 |
|
| 717 |
-
| 2.9927 | 36700 | 0.0025 |
|
| 718 |
-
|
| 719 |
-
</details>
|
| 720 |
-
|
| 721 |
-
### Framework Versions
|
| 722 |
-
- Python: 3.11.2
|
| 723 |
-
- Sentence Transformers: 3.3.1
|
| 724 |
-
- Transformers: 4.49.0
|
| 725 |
-
- PyTorch: 2.5.1+cu124
|
| 726 |
-
- Accelerate: 1.0.1
|
| 727 |
-
- Datasets: 3.1.0
|
| 728 |
-
- Tokenizers: 0.21.0
|
| 729 |
-
|
| 730 |
-
## Citation
|
| 731 |
-
|
| 732 |
-
### BibTeX
|
| 733 |
-
```bibtex
|
| 734 |
-
@misc{sternlicht2025chimeraknowledgebaseidea,
|
| 735 |
-
title={CHIMERA: A Knowledge Base of Idea Recombination in Scientific Literature},
|
| 736 |
-
author={Noy Sternlicht and Tom Hope},
|
| 737 |
-
year={2025},
|
| 738 |
-
eprint={2505.20779},
|
| 739 |
-
archivePrefix={arXiv},
|
| 740 |
-
primaryClass={cs.CL},
|
| 741 |
-
url={https://arxiv.org/abs/2505.20779},
|
| 742 |
-
}
|
| 743 |
-
```
|
| 744 |
-
|
| 745 |
-
#### Sentence Transformers
|
| 746 |
-
```bibtex
|
| 747 |
-
@inproceedings{reimers-2019-sentence-bert,
|
| 748 |
-
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 749 |
-
author = "Reimers, Nils and Gurevych, Iryna",
|
| 750 |
-
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 751 |
-
month = "11",
|
| 752 |
-
year = "2019",
|
| 753 |
-
publisher = "Association for Computational Linguistics",
|
| 754 |
-
url = "https://arxiv.org/abs/1908.10084",
|
| 755 |
-
}
|
| 756 |
-
```
|
| 757 |
-
|
| 758 |
-
#### ContrastiveLoss
|
| 759 |
-
```bibtex
|
| 760 |
-
@inproceedings{hadsell2006dimensionality,
|
| 761 |
-
author={Hadsell, R. and Chopra, S. and LeCun, Y.},
|
| 762 |
-
booktitle={2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR'06)},
|
| 763 |
-
title={Dimensionality Reduction by Learning an Invariant Mapping},
|
| 764 |
-
year={2006},
|
| 765 |
-
volume={2},
|
| 766 |
-
number={},
|
| 767 |
-
pages={1735-1742},
|
| 768 |
-
doi={10.1109/CVPR.2006.100}
|
| 769 |
-
}
|
| 770 |
-
```
|
| 771 |
-
|
| 772 |
-
**Quick Links**
|
| 773 |
-
- 🌐 [Project](https://noy-sternlicht.github.io/CHIMERA-Web)
|
| 774 |
-
- 📃 [Paper](https://arxiv.org/abs/2505.20779)
|
| 775 |
-
- 🛠️ [Code](https://github.com/noy-sternlicht/CHIMERA-KB)
|
| 776 |
-
|
| 777 |
-
|
| 778 |
-
<!--
|
| 779 |
-
## Glossary
|
| 780 |
-
|
| 781 |
-
*Clearly define terms in order to be accessible across audiences.*
|
| 782 |
-
-->
|
| 783 |
-
|
| 784 |
-
<!--
|
| 785 |
-
## Model Card Authors
|
| 786 |
-
|
| 787 |
-
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 788 |
-
-->
|
| 789 |
-
|
| 790 |
-
<!--
|
| 791 |
-
## Model Card Contact
|
| 792 |
-
|
| 793 |
-
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 794 |
-
-->
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: BAAI/bge-large-en-v1.5
|
| 3 |
+
datasets:
|
| 4 |
+
- noystl/Recombination-Pred
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
library_name: sentence-transformers
|
| 8 |
+
license: cc
|
| 9 |
+
pipeline_tag: text-ranking
|
| 10 |
tags:
|
| 11 |
- sentence-transformers
|
| 12 |
- sentence-similarity
|
|
|
|
| 14 |
- generated_from_trainer
|
| 15 |
- dataset_size:784827
|
| 16 |
- loss:ContrastiveLoss
|
|
|
|
| 17 |
widget:
|
| 18 |
+
- source_sentence: 'Represent this sentence for searching relevant passages: Existing
|
| 19 |
+
methods for anomaly detection on dynamic graphs struggle with capturing complex
|
| 20 |
+
time information in graph structures and generating effective negative samples
|
| 21 |
+
for unsupervised learning. These challenges highlight the need for improved methodologies
|
| 22 |
+
that can address the limitations of current approaches in this field.We suggest
|
| 23 |
+
combining ''a message-passing framework'' and '
|
|
|
|
| 24 |
sentences:
|
| 25 |
- a single global model
|
| 26 |
- videos
|
| 27 |
- sequential polygon generation
|
| 28 |
+
- source_sentence: 'Represent this sentence for searching relevant passages: The study
|
| 29 |
+
addresses the need for effective tools that allow both novice and expert users
|
| 30 |
+
to analyze the diversity of news coverage about events. It highlights the importance
|
| 31 |
+
of tailoring the interface to accommodate non-expert users while also considering
|
| 32 |
+
the insights of journalism-savvy users, indicating a gap in existing systems that
|
| 33 |
+
cater to varying levels of expertise in news analysis.We suggest combining ''a
|
| 34 |
+
coordinated visualization interface tailored for visualization non-expert users''
|
| 35 |
+
and '
|
|
|
|
| 36 |
sentences:
|
| 37 |
- worst-case resource analysis
|
| 38 |
- Graph Convolution Networks
|
| 39 |
- a text encoder
|
| 40 |
+
- source_sentence: 'Represent this sentence for searching relevant passages: The accuracy
|
| 41 |
+
of pixel flows is crucial for achieving high-quality video enhancement, yet most
|
| 42 |
+
prior works focus on estimating dense flows that are generally less robust and
|
| 43 |
+
computationally expensive. This highlights a gap in existing methodologies that
|
| 44 |
+
fail to prioritize accuracy over density, necessitating a more efficient approach
|
| 45 |
+
to flow estimation for video enhancement tasks.We suggest combining ''sparse point
|
| 46 |
+
cloud data'' and '
|
|
|
|
| 47 |
sentences:
|
| 48 |
- a Temporal Eigenvalue Loss
|
| 49 |
- diffusion models
|
| 50 |
- explicit 3D representations, such as polygonal meshes
|
| 51 |
+
- source_sentence: 'Represent this sentence for searching relevant passages: The traditional
|
| 52 |
+
frame of discernment lacks a crucial factor, the sequence of propositions, which
|
| 53 |
+
limits the effectiveness of existing methods to measure uncertainty. This gap
|
| 54 |
+
highlights the need for a more comprehensive approach that can better represent
|
| 55 |
+
the relationships between the elements of the frame of discernment.We suggest
|
| 56 |
+
''combine the order of propositions and the mass of them'' inspired by '
|
|
|
|
|
|
|
| 57 |
sentences:
|
| 58 |
+
- the traditional matching-optimization methods where matching is introduced to
|
| 59 |
+
handle large displacements before energy-based optimizations
|
|
|
|
| 60 |
- encoder-decoder models
|
| 61 |
+
- In another vein, researchers propose new attention augmentation methods to make
|
| 62 |
+
transformers more accurate, efficient and interpretable
|
| 63 |
+
- source_sentence: 'Represent this sentence for searching relevant passages: The study
|
| 64 |
+
addresses the need for effective time series forecasting methods to estimate the
|
| 65 |
+
spread of epidemics, particularly in light of the resurgence of COVID-19 cases.\
|
| 66 |
+
It highlights the importance of accurately modeling both linear and non-linear
|
| 67 |
+
features of epidemic data to provide state authorities and health officials with
|
| 68 |
+
reliable short-term forecasts and strategies.We suggest combining ''ARIMA'' and '
|
|
|
|
|
|
|
|
|
|
| 69 |
sentences:
|
| 70 |
- Transformers
|
| 71 |
- a traditional feature-mixed branch
|
| 72 |
+
- the human brain is able to efficiently learn effective control strategies using
|
| 73 |
+
limited resources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
---
|
| 75 |
|
| 76 |
# SentenceTransformer based on BAAI/bge-large-en-v1.5
|
| 77 |
|
| 78 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
| 79 |
+
It is based on the method described in [CHIMERA: A Knowledge Base of Idea Recombination in Scientific Literature](https://huggingface.co/papers/2505.20779).
|
| 80 |
+
|
| 81 |
+
[Project page](https://noy-sternlicht.github.io/CHIMERA-Web).
|
| 82 |
+
[Code](https://github.com/noy-sternlicht/CHIMERA-KB).
|
| 83 |
|
| 84 |
## Model Details
|
| 85 |
|
|
|
|
| 479 |
| 1.1009 | 13500 | 0.0029 |
|
| 480 |
| 1.1090 | 13600 | 0.0037 |
|
| 481 |
| 1.1172 | 13700 | 0.0029 |
|
| 482 |
+
| 1.1253 | 13800 | 0.0027 |
|
| 483 |
| 1.1335 | 13900 | 0.0027 |
|
| 484 |
| 1.1416 | 14000 | 0.0033 |
|
| 485 |
| 1.1498 | 14100 | 0.003 |
|
|
|
|
| 495 |
| 1.2313 | 15100 | 0.0027 |
|
| 496 |
| 1.2395 | 15200 | 0.0027 |
|
| 497 |
| 1.2477 | 15300 | 0.0028 |
|
| 498 |
+
| 1.2558 | 15400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|