remyxai/arxiv_pool_daily
收藏资源简介:
Remyx Daily arXiv Pool数据集包含过去30天内arXiv上提交的选定计算机科学类别(当前包括cs.AI、cs.LG和cs.CL)的论文,其中摘要已使用sentence-transformers/all-MiniLM-L6-v2模型预生成了384维嵌入向量。该数据集用于支持Remyx Paper Recommender Space中的候选预过滤步骤,以避免每次冷启动时重新嵌入500多篇摘要。数据集每天通过脚本更新,覆盖旧数据而不保留历史快照。数据列包括arxiv_id(无版本后缀)、标题(单行且去除换行符)、摘要(原始去除LaTeX格式的摘要)、published_at(YYYY-MM-DD格式)、categories(arXiv类别列表)和abstract_embedding(384维浮点数列表,未预归一化,需在使用时归一化)。数据集旨在帮助用户通过余弦相似度进行论文推荐和检索。已知局限性是当前数据集偏重AI/ML领域,相邻领域(如数据库、分布式系统、计算机视觉)的论文匹配较弱,计划在下次更新中扩展cs.CV、cs.DB、cs.SE和stat.ML类别。
The Remyx Daily arXiv Pool dataset contains the last 30 days of arXiv submissions in selected computer science categories (currently cs.AI, cs.LG, and cs.CL), with abstracts pre-embedded using the sentence-transformers/all-MiniLM-L6-v2 model (384-dimensional). It backs the candidate pre-filter step in the Remyx Paper Recommender Space to avoid re-embedding 500+ abstracts on every cold start. The dataset is refreshed daily via a script, overwriting the previous parquet file without retaining older snapshots. Columns include arxiv_id (without version suffix), title (one-line with newlines stripped), abstract (original LaTeX-stripped abstract), published_at (in YYYY-MM-DD format), categories (list of arXiv categories), and abstract_embedding (a 384-dim list of float32, NOT pre-normalized—normalize at use time). The dataset is designed for paper recommendation and retrieval via cosine similarity. A known limitation is its AI/ML-heavy focus, resulting in weaker retrieval matches for adjacent domains (e.g., databases, distributed systems, computer vision), with planned expansion to cs.CV, cs.DB, cs.SE, and stat.ML in the next refresh.




