GilbertKrantz commited on
Commit
7f784cb
·
verified ·
1 Parent(s): eea565e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +110 -0
README.md CHANGED
@@ -28,4 +28,114 @@ configs:
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
 
 
 
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
31
+ license: mit
32
+ language:
33
+ - en
34
  ---
35
+ # Dataset Card for *Scientific Papers - Cleaned*
36
+
37
+ This dataset card provides information about the *Scientific Papers - Cleaned* dataset, a refined and curated version of scientific papers for research and natural language processing tasks.
38
+
39
+ ## Dataset Details
40
+
41
+ ### Dataset Description
42
+
43
+ The *Scientific Papers - Cleaned* dataset is a cleaned version of a larger collection of scientific papers. It is designed to provide structured input-output pairs for tasks such as text summarization, paraphrasing, or scientific language understanding. This dataset includes unique identifiers, input texts (e.g., abstracts or sections of papers), and corresponding output texts (e.g., summaries or rewritten versions).
44
+
45
+ - **Curated by:** [Wilbert Chandra (Username: Gilbert Krantzx)](https://huggingface.co/GilbertKrantzx)
46
+ - **Language(s) (NLP):** English
47
+ - **License:** MIT License
48
+
49
+
50
+ ### Dataset Sources
51
+
52
+ - **Original Repository:** [Hugging Face](https://huggingface.co/datasets/scillm/scientific_papers-archive)
53
+
54
+ ## Uses
55
+
56
+ ### Direct Use
57
+
58
+ The dataset can be used for various natural language processing tasks, including but not limited to:
59
+
60
+ - Text summarization
61
+ - Language modeling for scientific contexts
62
+ - Textual entailment and paraphrase detection
63
+ - Fine-tuning language models for scientific writing
64
+
65
+ ### Out-of-Scope Use
66
+
67
+ The dataset may not be suitable for:
68
+
69
+ - Applications involving real-time decision-making systems without validation
70
+ - Use cases where data sensitivity or misrepresentation of scientific context could lead to harm
71
+
72
+ ## Dataset Structure
73
+
74
+ The dataset consists of three splits: **train**, **validation**, and **test**.
75
+
76
+ ### Features
77
+
78
+ | **Feature** | **Type** | **Description** |
79
+ |-------------|------------|--------------------------------------------------|
80
+ | `id` | `int64` | Unique identifier for each record |
81
+ | `input` | `string` | Input text, such as a section or paragraph |
82
+ | `output` | `string` | Corresponding output text, such as a summary |
83
+
84
+ ### Splits
85
+
86
+ | **Split** | **Size (bytes)** | **Examples** |
87
+ |----------------|------------------|--------------|
88
+ | `train` | 21,642,133 | 10,000 |
89
+ | `validation` | 6,230,302 | 3,000 |
90
+ | `test` | 6,255,318 | 3,000 |
91
+
92
+ ### Dataset Statistics
93
+
94
+ - **Download Size:** 17.5 MB
95
+ - **Dataset Size:** 34.1 MB
96
+
97
+ ## Dataset Creation
98
+
99
+ ### Curation Rationale
100
+
101
+ The dataset was created to facilitate research in text generation and summarization for scientific texts, emphasizing clarity and conciseness.
102
+
103
+ ### Source Data
104
+
105
+ #### Data Collection and Processing
106
+
107
+ The data originates from the [Scientific Papers Archive](https://huggingface.co/datasets/scillm/scientific_papers-archive). The original data has been cleaned and standardized to enhance usability, with processes applied to remove noise, standardize formats, and ensure quality.
108
+
109
+ #### Who are the source data producers?
110
+
111
+ The dataset is derived from scientific publications, with content generated by researchers, scientists, and academic professionals.
112
+
113
+ ## Bias, Risks, and Limitations
114
+
115
+ The dataset may contain biases inherent in its source material, such as overrepresentation of specific scientific disciplines or regions.
116
+
117
+ ### Recommendations
118
+
119
+ Users should exercise caution and validate findings, particularly in interdisciplinary or applied research contexts.
120
+
121
+ ## Citation
122
+
123
+ **BibTeX:**
124
+ ```bibtex
125
+ @dataset{scientific_papers_cleaned,
126
+ author = {Wilbert Chandra (Username: Gilbert Krantzx)},
127
+ title = {Scientific Papers - Cleaned},
128
+ year = {2024},
129
+ howpublished = {Hugging Face Dataset Repository},
130
+ url = {https://huggingface.co/GilbertKrantzx/scientific_papers-cleaned}
131
+ }
132
+ ```
133
+
134
+ **APA:**
135
+ Wilbert Chandra (Username: Gilbert Krantzx). (2024). *Scientific Papers - Cleaned*. Retrieved from [https://huggingface.co/GilbertKrantzx/scientific_papers-cleaned](https://huggingface.co/GilbertKrantzx/scientific_papers-cleaned)
136
+
137
+ ## Dataset Card Contact
138
+
139
+ For inquiries, contact Wilbert Chandra (Username: Gilbert Krantzx) via the Hugging Face repository.
140
+
141
+ Let me know if this works!