Datasets:

ArXiv:
License:
oleg-vasilyev commited on
Commit
4899d44
·
verified ·
1 Parent(s): de80062

Upload arxiv_10K_jsclosest.json

Browse files

The dataset consists of 253140 samples, each sample is a tuple of two elements:
1. An ARXIV paper metadata, including its Id, title and abstract and categories.
2. List of 21 Ids of other ARXIV papers. The first 20 Ids are the papers that are 'closest' to the above paper, and sorted from the most to the least similar; the last 21st Id is an Id of a randomly selected paper (not coinciding with Id of the above paper).

The dataset is created from the mirror of arxiv (version 173) \textit{arxiv-metadata-oai-snapshot.jsonl} through the following steps:
1. Identified all arxiv categories with a maximum size of 10K papers (i.e. arxiv preprints).
2. Selected all papers that have at least one of the categories identified above. This is the subset of arxiv to deal with: manageably small, yet diverse.
3. For each paper:
3.1. Sorted its categories by size, from smaller to larger.
3.2. Found all other papers that have the closest match by the categories (the closest match is the longest consecutive list of matched categories, starting from the first one).
3.3. Of the found papers, selected 20 closest by Jensen-Shannon distance between the abstracts, and sorted them by the distance. If there were were less than 20 papers, filled to 20 by the last one.
3.4. Added randomly selected paper as 21st.

Dataset is created by: Oleg Vasilyev, Primer.ai
Paper: "Preserving Multilingual Quality While Tuning Query Encoder on English Only", https://arxiv.org/pdf/2407.00923

Files changed (2) hide show
  1. .gitattributes +1 -0
  2. arxiv_10K_jsclosest.json +3 -0
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ arxiv_10K_jsclosest.json filter=lfs diff=lfs merge=lfs -text
arxiv_10K_jsclosest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36e4fdf821a5c175c68c1a9a56a9812624dd9ceb2f65de39142d9967e6498ec7
3
+ size 508045128