AyoubChLin commited on
Commit
e72284e
·
verified ·
1 Parent(s): 47772b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -135
README.md CHANGED
@@ -7,141 +7,39 @@ pretty_name: arxiv-metadata-oai-snapshot
7
  size_categories:
8
  - 10K<n<100K
9
  ---
 
10
 
11
- # Dataset Card for Dataset Name
12
-
13
- <!-- Provide a quick summary of the dataset. -->
14
-
15
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
16
-
17
- ## Dataset Details
18
-
19
- ### Dataset Description
20
-
21
- <!-- Provide a longer summary of what this dataset is. -->
22
-
23
-
24
-
25
- - **Curated by:** [More Information Needed]
26
- - **Funded by [optional]:** [More Information Needed]
27
- - **Shared by [optional]:** [More Information Needed]
28
- - **Language(s) (NLP):** [More Information Needed]
29
- - **License:** [More Information Needed]
30
-
31
- ### Dataset Sources [optional]
32
-
33
- <!-- Provide the basic links for the dataset. -->
34
-
35
- - **Repository:** [More Information Needed]
36
- - **Paper [optional]:** [More Information Needed]
37
- - **Demo [optional]:** [More Information Needed]
38
-
39
- ## Uses
40
-
41
- <!-- Address questions around how the dataset is intended to be used. -->
42
-
43
- ### Direct Use
44
-
45
- <!-- This section describes suitable use cases for the dataset. -->
46
-
47
- [More Information Needed]
48
-
49
- ### Out-of-Scope Use
50
-
51
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
52
-
53
- [More Information Needed]
54
 
55
  ## Dataset Structure
56
-
57
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
58
-
59
- [More Information Needed]
60
-
61
- ## Dataset Creation
62
-
63
- ### Curation Rationale
64
-
65
- <!-- Motivation for the creation of this dataset. -->
66
-
67
- [More Information Needed]
68
-
69
- ### Source Data
70
-
71
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
72
-
73
- #### Data Collection and Processing
74
-
75
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
76
-
77
- [More Information Needed]
78
-
79
- #### Who are the source data producers?
80
-
81
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
82
-
83
- [More Information Needed]
84
-
85
- ### Annotations [optional]
86
-
87
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
88
-
89
- #### Annotation process
90
-
91
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
92
-
93
- [More Information Needed]
94
-
95
- #### Who are the annotators?
96
-
97
- <!-- This section describes the people or systems who created the annotations. -->
98
-
99
- [More Information Needed]
100
-
101
- #### Personal and Sensitive Information
102
-
103
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
104
-
105
- [More Information Needed]
106
-
107
- ## Bias, Risks, and Limitations
108
-
109
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
110
-
111
- [More Information Needed]
112
-
113
- ### Recommendations
114
-
115
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
116
-
117
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
118
-
119
- ## Citation [optional]
120
-
121
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
122
-
123
- **BibTeX:**
124
-
125
- [More Information Needed]
126
-
127
- **APA:**
128
-
129
- [More Information Needed]
130
-
131
- ## Glossary [optional]
132
-
133
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
134
-
135
- [More Information Needed]
136
-
137
- ## More Information [optional]
138
-
139
- [More Information Needed]
140
-
141
- ## Dataset Card Authors [optional]
142
-
143
- [More Information Needed]
144
-
145
- ## Dataset Card Contact
146
-
147
- [More Information Needed]
 
7
  size_categories:
8
  - 10K<n<100K
9
  ---
10
+ # arXiv Computer Science Dataset Description
11
 
12
+ ## Overview
13
+ This dataset is a filtered subset of arXiv papers focusing exclusively on Computer Science domains. It contains 46,328 academic papers with their metadata and classifications.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  ## Dataset Structure
16
+ The dataset contains 7 columns:
17
+
18
+ 1. `id`: Unique identifier for each arXiv paper
19
+ 2. `submitter`: The individual who submitted the paper to arXiv
20
+ 3. `title`: The title of the research paper
21
+ 4. `categories`: Original arXiv category codes (e.g., cs.AI, cs.CL)
22
+ 5. `abstract`: The paper's abstract text
23
+ 6. `labels`: Transformed category names in human-readable format
24
+ 7. `domain`: The primary domain classification (Computer Science)
25
+
26
+ ## Data Processing
27
+ - The dataset was created by filtering the complete arXiv metadata dump for Computer Science papers
28
+ - Category codes were mapped to their full names using a category taxonomy
29
+ - Each paper's primary domain was extracted from its categories
30
+ - Only papers with at least one Computer Science category were included
31
+
32
+ ## Data Format
33
+ - File format: CSV
34
+ - Number of records: 46,328
35
+
36
+ ## Usage
37
+ This dataset is suitable for:
38
+ - Text classification tasks
39
+ - Topic modeling
40
+ - Research trend analysis
41
+ - Bibliometric studies
42
+ - Computer Science subdomain classification
43
+
44
+ ## Source
45
+ The data was derived from the arXiv metadata snapshot and processed using a custom category taxonomy mapping.