arxiv_id stringlengths 9 15 | arxiv_category stringclasses 5
values | category stringclasses 2
values | text stringlengths 0 1.19M |
|---|---|---|---|
0705.0815 | cs.NI | cyber | # Netsukuku
Close the world,
Open the next
http://netsukuku.freaknet.org
###### Abstract
Netsukuku is a P2P network system designed to handle a large number of nodes with minimal CPU and memory resources. It can be easily used to build a worldwide distributed, anonymous and not controlled network, separated from t... |
0705.2786 | cs.OS | cyber | <sup>1</sup>
<sup>1</sup>institutetext: Faculty of Mathematics, Physics and Chemistry, Silesian University, Bankowa 14, 40-007 Katowice, Poland. Email:
<sup>1</sup>
<sup>1</sup>email: jjw@us.edu.pl
# Virtualization: A double-edged sword
Joachim J. Włodarz
###### Abstract
Virtualization became recently a hot topi... |
0705.0820 | cs.NI | cyber | # Abnormal Netsukuku Domain Name Anarchy
http://netsukuku.freaknet.org
AlpT (@freaknet.org)
###### Abstract
In this document, we present the Abnormal Netsukuku Domain Name Anarchy system. ANDNA is the distributed, non hierarchical and decentralised system of hostname management used in the Netsukuku network.
## 1 P... |
0704.3228 | cs.NI | cyber | # Technical Report v2 Characterization of P2P IPTV Traffic: Scaling Analysis
Thomas Silverston, Olivier Fourmaux and Kavé Salamatian
Université Pierre et Marie Curie - Paris VI
Laboratoire LIP6/CNRS, UMR 7606
104 avenue du président Kennedy 75016 Paris, France
Email: {thomas.silverston, olivier.fourmaux, kave.salamati... |
0705.0819 | cs.NI | cyber | # Netsukuku topology
http://netsukuku.freaknet.org
AlpT (@freaknet.org)
###### Abstract
In this document, we describe the fractal structure of the Netsukuku topology. Moreover, we show how it is possible to use the QSPN v2 on the high levels of the fractal.
This document is part of Netsukuku.
Copyright ©2007 Andrea... |
0705.2819 | cs.NI | cyber | "# An Autonomous Distributed Admission Control Scheme for IEEE 802.11 DCF\n\nPreetam Patil\n\nVarsha(...TRUNCATED) |
0705.1939 | cs.NI | cyber | "# Towards Informative Statistical Flow Inversion\n\nRichard Clegg\n\nHamed Haddadi\n\nRaul Landa\n\(...TRUNCATED) |
0705.3740 | cs.CR | cyber | "# Optimal Iris Fuzzy Sketches\n\nJ. Bringer, H. Chabanne, G. Cohen, B. Kindarji and G. Zémor J. Br(...TRUNCATED) |
0704.1068 | cs.NI | cyber | "Fast paths in large-scale dynamic road networks\n\nGiacomo Nannicini<sup>1,2</sup>, Philippe Baptis(...TRUNCATED) |
0706.0430 | cs.CR | cyber | "<sup>1</sup>\n\n<sup>1</sup>institutetext: Computer Laboratory\nJJ Thomson Avenue, Cambridge CB3 0F(...TRUNCATED) |
End of preview. Expand in Data Studio
arXiv Papers Dataset
This dataset contains 112,485 scientific papers from arXiv, converted to markdown format.
Dataset Description
This dataset includes arXiv papers from three major domains: biology, nuclear physics, and cybersecurity. Each paper has been downloaded from arXiv, converted from HTML to markdown format, and enriched with metadata.
Dataset Structure
The dataset contains the following columns:
- arxiv_id: The arXiv identifier (e.g., "1234.56789" or "cs.CR/0123456")
- arxiv_category: The specific arXiv category (e.g., "q-bio.QM", "nucl-th", "cs.CR")
- category: The broad domain label (biology, nuclear, or cyber)
- text: The full text of the paper in markdown format
Dataset Statistics
Total Examples: 112,485
Category Distribution:
- nuclear: 44,990 (40.0%)
- cyber: 36,693 (32.6%)
- biology: 30,802 (27.4%)
Top 10 arXiv Categories:
- nucl-th: 33,653 (29.9%)
- cs.CR: 22,399 (19.9%)
- cs.NI: 13,819 (12.3%)
- nucl-ex: 11,337 (10.1%)
- q-bio.PE: 7,573 (6.7%)
- q-bio.NC: 6,660 (5.9%)
- q-bio.QM: 5,388 (4.8%)
- q-bio.BM: 3,164 (2.8%)
- q-bio.MN: 2,275 (2.0%)
- q-bio.GN: 1,958 (1.7%)
Average Text Length: 66,257 characters
Usage
Loading the Text Dataset
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("Anon1099/arXiv-dual-use")
# Access examples
print(dataset['train'][0])
# Filter by category
biology_papers = dataset['train'].filter(lambda x: x['category'] == 'biology')
Data Source
Papers were collected from arXiv.org and processed using:
- HTML download from arXiv and ar5iv.labs.arxiv.org
- HTML to Markdown conversion using Pandoc
- Metadata sourced from Kaggle's "arXiv Papers" dataset
Citation
If you use this dataset, please cite arXiv:
@misc{arxiv,
title = {arXiv},
howpublished = {\url{https://arxiv.org/}}
}
License
The papers in this dataset are subject to arXiv's terms of use and the licenses specified by individual authors. Please refer to each paper's arXiv page for specific licensing information.
- Downloads last month
- 28