Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
# arXiv-model2vec Datase
|
9 |
+
|
10 |
+
The **arXiv-model2vec** dataset contains embeddings for all arXiv paper abstracts and their corresponding titles, generated using the **Model2Vec proton-8M** model. This dataset is released to support research projects that require high-quality semantic representations of scientific papers.
|
11 |
+
|
12 |
+
## Dataset Details
|
13 |
+
|
14 |
+
- **Source**: The dataset includes embeddings derived from arXiv paper titles and abstracts.
|
15 |
+
- **Embedding Model**: The embeddings are generated using the **Model2Vec proton-8M** model, which provides dense vector representations of text.
|
16 |
+
- **Content**:
|
17 |
+
- **Title Embeddings**: Vector representations of the titles of arXiv papers.
|
18 |
+
- **Abstract Embeddings**: Vector representations of the abstracts of arXiv papers.
|
19 |
+
|
20 |
+
## Intended Use Cases
|
21 |
+
|
22 |
+
This dataset can be used for a variety of research applications, including:
|
23 |
+
|
24 |
+
- **Semantic Search**: Improve search systems by leveraging the semantic information captured in the embeddings.
|
25 |
+
- **Clustering and Classification**: Group or categorize papers based on their content similarity.
|
26 |
+
- **Recommendation Systems**: Build systems that recommend relevant papers to users based on their interests.
|
27 |
+
- **Trend Analysis**: Analyze trends in scientific research by examining changes in the embeddings over time.
|
28 |
+
|
29 |
+
## Dataset Release
|
30 |
+
|
31 |
+
The **arXiv-model2vec** dataset is made available for academic and research purposes. We hope this resource will aid researchers in exploring new insights and advancing the field of scientific literature analysis.
|
32 |
+
|
33 |
+
For any questions or further information, feel free to reach out.
|
34 |
+
|
35 |
+
---
|