as-cle-bert commited on
Commit
b9bc564
1 Parent(s): b879430

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md CHANGED
@@ -1,3 +1,96 @@
1
  ---
2
  license: cc
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
  ---
4
+
5
+ # Dataset Card for Dataset Name
6
+
7
+ Small genetics-related text dataset based on 23200 ArXiv abstact records and 111 Wikipedia pages.
8
+
9
+ ## Dataset Details
10
+
11
+ ### Dataset Description
12
+
13
+ Dataset was produced using the python scripts you will find in [this GitHub repository](https://github.com/AstraBert/model_training).
14
+
15
+ It represents a collection of genetics-related text data taken from [ArXiv abstracts dataset](https://www.kaggle.com/datasets/Cornell-University/arxiv) and [Wikipedia](https://en.wikipedia.org/wiki/Category:Genetics).
16
+
17
+ Dataset holds a total of 23311 text records, 23200 of which belonging to categories q-bio.BM, q-bio.GN, q-bio.MN, q-bio.PE and q-bio.SC from ArXiv dataset and the remainder 111 represent text from pages in Genetics category on English Wikipeda
18
+
19
+ _Dataset is in jsonl format and its size is 28 MB._
20
+
21
+ - **Curated by:** Astra Clelia Bertelli
22
+ - **Language(s) (NLP):** English
23
+ - **License:** Creative Commons family
24
+
25
+ ### Dataset Source
26
+
27
+ Data and scripts are placed in a wider-scope repository on GitHub
28
+
29
+ - **Repository:** [AstraBert/model_training](https://github.com/AstraBert/model_training)
30
+
31
+
32
+ ## Uses
33
+
34
+ Dataset can be use for finetuning text-generation models on Genetics and Genetics-related contents.
35
+
36
+ It can also be used for research and teaching purposes.
37
+
38
+ ### Direct Use
39
+
40
+ Find a direct application of the dataset in [this model](#)
41
+
42
+ ### Out-of-Scope Use
43
+
44
+ Dataset should not be used to create or sell misleading content, spread disinformation and break the laws.
45
+
46
+ Responsibility of out-of-scope uses is completely up to the user.
47
+
48
+ ## Dataset Structure
49
+
50
+ Dataset is composed by a jsonl file with 23331 lines, each described by one field named "text".
51
+
52
+ ## Dataset Creation
53
+
54
+ ### Curation Rationale
55
+
56
+ Dataset was created to finetune language/text-generation models on Genetics.
57
+
58
+ ### Source Data
59
+
60
+ As stated before, source data are:
61
+
62
+ - [Wikipedia Genetics category](https://en.wikipedia.org/wiki/Category:Genetics)
63
+ - [ArXiv abstracts dataset](https://www.kaggle.com/datasets/Cornell-University/arxiv)
64
+
65
+ #### Data Collection and Processing
66
+
67
+ - Data from Wikipedia were collected via python interaction with Wikipedia API; find the code [here](#)
68
+ - Data from ArXiv dataset were first downloaded from the dedicated Kaggle page and then processed with the [following code](#)
69
+
70
+
71
+ #### Personal and Sensitive Information
72
+
73
+ There are no personal or sensitive information. All data are public and freely accessible.
74
+
75
+ ## Bias, Risks, and Limitations
76
+
77
+ Being a dataset built on pre-print paper abstracts and on Wikipedia data, review process of them may have failed to detect errors or ambiguous information.
78
+
79
+ There is no evident or intrinsic bias, except for the dataset being mostly research-oriented (most of the data comes from research papers).
80
+
81
+ Apart from possibly containing errors (and thus outputting wrong information if fed to a textgen/language model), there should not be any intrinsic risks connected to the dataset.
82
+
83
+
84
+ ### Recommendations
85
+
86
+ Users should comply with dataset suggested uses and should not employ the dataset for out-of-scope uses.
87
+
88
+ Users should be aware of the risks, biases and limitations of the dataset as stated before.
89
+
90
+ ## Dataset Card Authors
91
+
92
+ [Astra Clelia Bertelli](https://github.com/AstraBert)
93
+
94
+ ## Dataset Card Contact
95
+
96
+ [e-mail](astra.bertelli01@universitadipavia.it)