Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Big Hard Negatives Dataset

A dataset for training embedding models for semantic search.

TODO: add desc

A dataset in a nixietune compatible format:

{
  "query": ")what was the immediate impact of the success of the manhattan project?",
  "pos": [
    "The presence of communication amid scientific minds was equally important to the success of the Manhattan Project as scientific intellect was. The only cloud hanging over the impressive achievement of the atomic researchers and engineers is what their success truly meant; hundreds of thousands of innocent lives obliterated."
  ],
  "neg": [
    "Abstract. The pivotal engineering and scientific success of the Twentieth century was the Manhattan Project. The Manhattan Project assimilated concepts and leaders from all scientific fields and engineering disciplines to construct the first two atomic bombs.",
    "The pivotal engineering and scientific success of the Twentieth century was the Manhattan Project. The Manhattan Project assimilated concepts and leaders from all scientific fields and engineering disciplines to construct the first two atomic bombs."
  ]
}

Usage

To use with HF datasets:

pip install datasets zstandard
from datasets import load_dataset

data = load_dataset('nixiesearch/bfhardneg-small')
print(data["train"].features)

License

Apache 2.0

Downloads last month
13