tuskanny/fiqa_lateon
FiQA-2018, LateOn Token-level (late-interaction) embeddings of the BEIR FiQA-2018 corpus and queries, encoded with LateOn, in the TACHIOM multivector format. Source BEIR FiQA-2018, test split. Corpus, queries and qrels were read from the official BEIR files via ir_datasets (beir/fiqa/test); PyLate only did the encoding 57,638 documents, 648 queries, 1,706 qrels Text given to the encoder for each document: the passage text (FiQA documents have no title). The text… See the full description on the dataset page: https://huggingface.co/datasets/tuskanny/fiqa_lateon.
FiQA-2018, LateOn
Token-level (late-interaction) embeddings of the BEIR FiQA-2018 corpus and queries, encoded with LateOn, in the TACHIOM multivector format.
Source
- BEIR FiQA-2018, test split. Corpus, queries and qrels were read from the official BEIR files via
ir_datasets(beir/fiqa/test); PyLate only did the encoding - 57,638 documents, 648 queries, 1,706 qrels
- Text given to the encoder for each document: the passage text (FiQA documents have no title). The text itself is not included, only its vectors
- Row order follows the BEIR corpus and query files; row i of
doc_ids.npy/queries_ids.npyidentifies row i ofdoclens.npy/queries.npy
Encoding
- Model: `lightonai/LateOn` @
62911e105059585d244384c7d17826e35f669c17 - Library: PyLate 1.6.0, CPU
- Document length cap: 300 tokens (model default)
- Query length: 32 tokens (model default)
- Query expansion: no (model default)
- The model defaults come from
config_sentence_transformers.jsonin the model repository. We did not override any of them - Documents: punctuation tokens are dropped (PyLate skiplist), as are padding tokens
- Vectors: 128-d, L2-normalized
Statistics
Files
Zero padding does not change any score: a zero query vector adds 0 to the MaxSim of every document.
Exhaustive-search effectiveness
Exact MaxSim over the full collection (vectorium compute_groundtruth_multivec). These are the reference numbers for approximate search on this data.
