Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset: unarxive_E5
|
| 3 |
+
title: UnarXive 2024 - Dense Vector Index (e5)
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- dense-retrieval
|
| 7 |
+
- e5
|
| 8 |
+
- rag
|
| 9 |
+
- scholarly-nlp
|
| 10 |
+
- scientific-papers
|
| 11 |
+
- vector-index
|
| 12 |
+
- unarxive
|
| 13 |
+
pretty_name: UnarXive E5 Index
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1M<n<10M
|
| 16 |
+
source_datasets:
|
| 17 |
+
- unarxive_2024
|
| 18 |
+
dataset_type: embeddings
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# Dataset Card for UnarXive E5 Index
|
| 22 |
+
|
| 23 |
+
This repository contains a **dense vector index** built using the [e5-large-v2](https://huggingface.co/intfloat/e5-large-v2) model on the **abstracts** of over 2.3 million arXiv papers in the [UnarXive 2024](https://huggingface.co/datasets/ines-besrour/unarxive_2024) dataset.
|
| 24 |
+
|
| 25 |
+
It is designed for **neural retrieval**, especially in **retrieval-augmented generation (RAG)** pipelines, scientific QA systems, and dense ranking models.
|
| 26 |
+
|
| 27 |
+
## What's Inside
|
| 28 |
+
|
| 29 |
+
- Dense embeddings of paper abstracts (`e5-large-v2`)
|
| 30 |
+
- Index format: FAISS (flat or HNSW depending on version)
|
| 31 |
+
- Each vector is associated with `paper_id`, `title`, and `abstract`
|
| 32 |
+
|
| 33 |
+
## Use Cases
|
| 34 |
+
|
| 35 |
+
- Dense retrieval in scholarly QA or chatbots
|
| 36 |
+
- Scientific search engines with semantic understanding
|
| 37 |
+
- RAG systems over structured academic corpora
|
| 38 |
+
- Paper similarity or clustering
|