arXiv-URLs
收藏资源简介:
该数据集名为arXiv-URLs,包含从arXiv上选取的10篇研究论文,旨在研究不同文件格式对URL提取的影响。数据集包括了PDF、文本、LaTeX和HTML格式的论文,并使用GROBID工具将PDF转换为XML格式。数据集可用于评估不同格式的URL提取性能,并为开放科学中的URL提取提供参考。
The dataset, named arXiv-URLs, consists of 10 research papers selected from arXiv, and is designed to investigate the impact of different file formats on URL extraction. The dataset includes papers in PDF, plain text, LaTeX, and HTML formats, with the PDF files converted to XML format using the GROBID tool. This dataset can be employed to evaluate the performance of URL extraction across various file formats, and provide reliable references for URL extraction work in open science.
数据集概述
数据集名称
URL Extraction Performance Across arXiv File Formats
数据集描述
该数据集支持对开放获取学术文档中URL提取的纵向和格式分析,包含arXiv研究论文的多格式表示中提取和评估URL的研究相关数据、代码和结果。
数据内容
- 多格式arXiv论文全文文件(PDF、LaTeX、HTML、XML和纯文本)
- 有效URL和OADS相关URL的真实标注
- 提取、评估和可视化URL提取性能的脚本和Jupyter笔记本
数据结构
数据目录
data/html/:使用LaTeXML转换的HTML文件data/latex/:LaTeX源文件data/pdf/:原始PDF文件data/text/:通过PyMuPDF转换的纯文本文件data/xml/:使用GROBID转换的XML文件
结果文件
results/extracted_urls_1000_per_year.jsonresults/extracted_urls_1000_per_year_10_samples_all_12_folders.jsonresults/html_urls.jsonresults/latex_urls.jsonresults/text_urls.jsonresults/xml_urls.jsonarxiv_extracted_urls_comparison.xlsx:格式覆盖率和有效URL提取摘要
关键脚本
scripts/pdf_to_text_converter_arxiv.py:使用PyMuPDF将PDF转换为纯文本scripts/convert_pdf_using_grobid.py:使用GROBID从PDF提取XMLscripts/convert_latex_to_html.sh:使用LaTeXML将LaTeX源转换为HTML
使用工具
- Python 3.10.16
- LaTeXML 0.8.8
- GROBID 0.8.1
- PyMuPDF 1.24.13
重现步骤
- 克隆存储库:
git clone https://github.com/lamps-lab/arxiv-urls.git - 安装要求:
pip install PyMuPDF==1.24.13 lxml pylatexenc - 运行Jupyter笔记本:
arxiv_file_formats.ipynb
维护信息
- 维护者:Rochana R. Obadage
- 最后更新日期:2025年7月6日




