Update dataset card
Browse files
README.md
CHANGED
|
@@ -1,63 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
dtype: int64
|
| 12 |
-
- name: section_title
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: embed_text
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: spans
|
| 17 |
-
struct:
|
| 18 |
-
- name: cite_spans
|
| 19 |
-
list:
|
| 20 |
-
- name: arxiv_id
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: doi
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: end
|
| 25 |
-
dtype: int64
|
| 26 |
-
- name: openalex_id
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: raw
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: source_ref_id
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: start
|
| 33 |
-
dtype: int64
|
| 34 |
-
- name: paper_doi
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: paper_id_arxiv
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: title
|
| 39 |
-
dtype: string
|
| 40 |
-
- name: authors
|
| 41 |
-
list: string
|
| 42 |
-
- name: categories
|
| 43 |
-
list: string
|
| 44 |
-
- name: year
|
| 45 |
-
dtype: int64
|
| 46 |
-
- name: language
|
| 47 |
-
dtype: string
|
| 48 |
-
- name: discipline
|
| 49 |
-
dtype: string
|
| 50 |
-
- name: dense_vector
|
| 51 |
-
list: float64
|
| 52 |
-
splits:
|
| 53 |
-
- name: train
|
| 54 |
-
num_bytes: 1351952458
|
| 55 |
-
num_examples: 127353
|
| 56 |
-
download_size: 1196779511
|
| 57 |
-
dataset_size: 1351952458
|
| 58 |
-
configs:
|
| 59 |
-
- config_name: default
|
| 60 |
-
data_files:
|
| 61 |
-
- split: train
|
| 62 |
-
path: data/train-*
|
| 63 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: EviGraph-R Dense Index
|
| 3 |
+
task_categories:
|
| 4 |
+
- feature-extraction
|
| 5 |
+
- text-retrieval
|
| 6 |
+
tags:
|
| 7 |
+
- evigraph-r
|
| 8 |
+
- scientific-literature
|
| 9 |
+
- qdrant
|
| 10 |
+
- dense-embeddings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# EviGraph-R Dense Index
|
| 14 |
+
|
| 15 |
+
This dataset contains the dense retrieval index generated by the EviGraph-R indexing pipeline.
|
| 16 |
+
It is exported from the finalized shard records after the collection has been written to Qdrant, so the Hub copy matches the indexed corpus that was prepared for retrieval.
|
| 17 |
+
|
| 18 |
+
## What is inside
|
| 19 |
+
|
| 20 |
+
- One row per indexed chunk.
|
| 21 |
+
- Original chunk payload metadata used by retrieval and analysis.
|
| 22 |
+
- Vector columns: `dense_vector`.
|
| 23 |
+
- Source collection: `unarxive_chunks`.
|
| 24 |
+
- Embedding model key: `bge-m3`.
|
| 25 |
+
- Runtime profile: `hpc`.
|
| 26 |
+
|
| 27 |
+
## Build summary
|
| 28 |
+
|
| 29 |
+
- Repository: `lostelf/unarxive_dense`
|
| 30 |
+
- Split: `train`
|
| 31 |
+
- Shards exported: `15`
|
| 32 |
+
- Rows exported: `127353`
|
| 33 |
+
- Generated at: `2026-04-12T19:26:45.835499+00:00`
|
| 34 |
+
|
| 35 |
+
## Suggested use
|
| 36 |
+
|
| 37 |
+
Use this dataset as a portable snapshot of the EviGraph-R retrieval index for reproducible experiments, offline analysis, or mirroring the vector store outside Qdrant.
|