Tianning commited on
Commit
3b60a60
1 Parent(s): 7ca99d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ - text2text-generation
6
+ - text-generation
7
+ language:
8
+ - en
9
+ pretty_name: uparxive
10
+ size_categories:
11
+ - 1M<n<10M
12
+ ---
13
+ # Dataset Card for Dataset Name
14
+
15
+ The [uparxive](https://github.com/veya2ztn/uparxive) aims to provide a llm-friendly dataest for the whole arxiv .tex source. A similiar dataset is the [unarxive](https://github.com/IllDepence/unarXive), while the uparxvie use a different tool chain.
16
+
17
+ The Uparxive dataset is stored in `.json` format, which can be seamlessly converted into Markdown `.md` format.
18
+
19
+ See github [repo](https://github.com/veya2ztn/uparxive) for a simple converter.
20
+
21
+ ### Format Rules
22
+
23
+ The Uparxive dataset adheres to the following rules:
24
+
25
+ - **Tables and Figures**: Elements enclosed within `\begin{table} \end{table}` and `\begin{figure} \end{figure}` tags are extracted and appended at the end of the document for clarity and organization.
26
+
27
+ - **Citations and References**: Citations (`\cite{}`) and references (`\ref{}`) are converted to more explicit forms to improve readability. Examples include:
28
+ - Direct mentions: `(See [Ref. [1,2] of ArXiv.1512.03385])`
29
+ - Contextual references: `in [Ref. [1,2] of ArXiv.1512.03385]`
30
+ - Equation/Section/Figures/Tables references: `in [Equation [1] of ArXiv.1512.03385]`, depending on the usage context.
31
+
32
+ - **Mathematical Notations**:
33
+ - **In-line Math**: Single dollar signs `$` are used for in-line mathematical expressions, e.g., `$\alpha$`.
34
+ - **Block Math**: Double dollar signs `$$` denote block mathematical expressions, e.g., `$$\mathbf{y}=\mathcal{F}(\mathbf{x},\{W_{i}\})+\mathbf{x}.$$`
35
+
36
+ > See [1512.03385.json](https://github.com/veya2ztn/uparxive/blob/release/example/1512/1512.03385/uparxive/1512.03385.json) and [1512.03385.md](https://github.com/veya2ztn/uparxive/blob/release/example/1512/1512.03385/uparxive/1512.03385.md) as example
37
+
38
+
39
+ ### Dataset Sources [optional]
40
+
41
+ <!-- Provide the basic links for the dataset. -->
42
+
43
+ - **Repository:** [More Information Needed]
44
+ - **Paper [optional]:** [More Information Needed]
45
+ - **Demo [optional]:** [More Information Needed]
46
+
47
+ #### Data Collection and Processing
48
+ To construct the complete Uparxive dataset from scratch, please refer to the GitHub [repo](https://github.com/veya2ztn/uparxive).
49
+
50
+ > Note: The "full" version of uparxive was generated from all of *arXiv.org* including non-permissively licensed papers. Make sure that your use of the data is compliant with the paper's licensing terms. (For information on papers' licenses use [arXiv's bulk metadata access](https://info.arxiv.org/help/bulk_data/index.html)).
51
+
52
+ > Note: paper under [CC BY-NC-ND](http://creativecommons.org/licenses/by-nc-nd/4.0) license are not included in the dataset.
53
+ [More Information Needed]
54
+
55
+ #### Who are the source data producers?
56
+ - **arXiv Bulk Data Access**: Access and download bulk data directly from arXiv using the AWS S3 `request-payer` dataset. Detailed instructions and access points can be found here: [arXiv Bulk Data Access](https://info.arxiv.org/help/bulk_data.html).
57
+ - **arXiv API**: For more specific data needs or metadata, use the arXiv API. Documentation and usage guidelines are available here: [arXiv API](https://info.arxiv.org/help/api/index.html).
58
+ - **Important Note**: When crawling arXiv source files, ensure to use `export.arxiv.org` instead of the official `arxiv.org` domain to avoid overloading the main site.
59
+
60
+ [More Information Needed]
61
+
62
+ # Statistic
63
+ Up to April 2024, there are around 2,450,893 papers in the arxiv source, and the uparxive dataset has covered 1,700,000 papers. Those missing parts are mainly due to the lack of the `.tex` source or the failure of the conversion process.
64
+ ![uparxive_analysis](https://github.com/veya2ztn/uparxive/blob/release/figures/uparxive_analysis.png?raw=true)
65
+