mehnaazasad commited on
Commit
ca5a2a2
·
1 Parent(s): b237032

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +153 -0
README.md CHANGED
@@ -1,3 +1,156 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - summarization
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 10K<n<100K
9
  ---
10
+
11
+ # Dataset Card for `arxiv-co-ga`
12
+
13
+ ## Table of Contents
14
+ - [Table of Contents](#table-of-contents)
15
+ - [Dataset Description](#dataset-description)
16
+ - [Dataset Summary](#dataset-summary)
17
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
18
+ - [Languages](#languages)
19
+ - [Dataset Structure](#dataset-structure)
20
+ - [Data Instances](#data-instances)
21
+ - [Data Fields](#data-fields)
22
+ - [Data Splits](#data-splits)
23
+ - [Dataset Creation](#dataset-creation)
24
+ - [Curation Rationale](#curation-rationale)
25
+ - [Source Data](#source-data)
26
+ - [Annotations](#annotations)
27
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
28
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
29
+ - [Social Impact of Dataset](#social-impact-of-dataset)
30
+ - [Discussion of Biases](#discussion-of-biases)
31
+ - [Other Known Limitations](#other-known-limitations)
32
+ - [Additional Information](#additional-information)
33
+ - [Dataset Curators](#dataset-curators)
34
+ - [Licensing Information](#licensing-information)
35
+ - [Citation Information](#citation-information)
36
+ - [Contributions](#contributions)
37
+
38
+ ## Dataset Description
39
+
40
+ - **Homepage:**
41
+ - **Repository:**
42
+ - **Paper:**
43
+ - **Leaderboard:**
44
+ - **Point of Contact:**
45
+
46
+ ### Dataset Summary
47
+
48
+ This is a dataset consisting of titles and abstracts for all Cosmology and Galaxy Astrophysics arXiv articles to date (99,659 papers).
49
+
50
+ ### Supported Tasks and Leaderboards
51
+
52
+ [More Information Needed]
53
+
54
+ ### Languages
55
+
56
+ English
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Instances
61
+
62
+ ```
63
+ {'title': 'Probing cluster formation under extreme conditions: massive star clusters in blue compact galaxies',
64
+ 'abstract': ' The numerous and massive young star clusters in blue compact galaxies (BCGs) are used to investigate the properties of their hosts. We test whether BCGs follow claimed relations between cluster populations and their hosts, such as the the fraction of the total luminosity contributed by the clusters as function of the mean star formation rate density; the $V$ band luminosity of the brightest youngest cluster as related to the mean host star formation rate; and the cluster formation efficiency (i.e., the fraction of star formation happening in star clusters) versus the density of the SFR. We find that BCGs follow the trends, supporting a scenario where cluster formation and environmental properties of the host are correlated. They occupy, in all the diagrams, the regions of higher SFRs, as expected by the extreme nature of the starbursts operating in these systems. We find that the star clusters contribute almost to the 20 % of the UV luminosity of the hosts. We suggest that the BCG starburst environment has most likely favoured the compression and collapse of the giant molecular clouds, enhancing the local star formation efficiency, so that massive clusters have been formed. The estimated cluster formation efficiency supports this scenario. BCGs have a cluster formation efficiency comparable to luminous IR galaxies and spiral starburst nuclei (the averaged value is about 35 %) which is much higher than the 8 - 10 % reported for quiescent spirals and dwarf star-forming galaxies. '
65
+ }
66
+ ```
67
+
68
+ ### Data Fields
69
+
70
+ - `title`: Title of the paper
71
+ - `abstract`: The abstract of the paper
72
+
73
+ ### Data Splits
74
+
75
+ This dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for these splits.
76
+
77
+ | Dataset Split | Number of Instances in Split |
78
+ | ------------- | ------------------------------------------- |
79
+ | Train | 79,727 |
80
+ | Validation | 9966 |
81
+ | Test | 9966 |
82
+
83
+ ## Dataset Creation
84
+
85
+ ### Curation Rationale
86
+
87
+ [More Information Needed]
88
+
89
+ ### Source Data
90
+
91
+ The original dataset from which this subset was constructed can be found here: [Kaggle arXiv Dataset Homepage](https://www.kaggle.com/Cornell-University/arxiv).
92
+
93
+ #### Initial Data Collection and Normalization
94
+
95
+ [More Information Needed]
96
+
97
+ #### Who are the source language producers?
98
+
99
+ Various authors.
100
+
101
+ ### Annotations
102
+
103
+ This dataset contains no annotations.
104
+
105
+ #### Annotation process
106
+
107
+ [N/A]
108
+
109
+ #### Who are the annotators?
110
+
111
+ [N/A]
112
+
113
+ ### Personal and Sensitive Information
114
+
115
+ No author information included in this dataset.
116
+
117
+ ## Considerations for Using the Data
118
+
119
+ ### Social Impact of Dataset
120
+
121
+ [More Information Needed]
122
+
123
+ ### Discussion of Biases
124
+
125
+ [More Information Needed]
126
+
127
+ ### Other Known Limitations
128
+
129
+ [More Information Needed]
130
+
131
+ ## Additional Information
132
+
133
+ ### Dataset Curators
134
+
135
+ The original data is maintained by ArXiv, huge thanks to the team for building and maintaining that dataset.
136
+
137
+ ### Licensing Information
138
+
139
+ The arxiv_astro_co_ga dataset version 1.0.0 is released under the [MIT License](https://mitsloan.mit.edu/licensing).
140
+
141
+ ### Citation Information
142
+
143
+ ```
144
+ @misc{clement2019arxiv,
145
+ title={On the Use of ArXiv as a Dataset},
146
+ author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi},
147
+ year={2019},
148
+ eprint={1905.00075},
149
+ archivePrefix={arXiv},
150
+ primaryClass={cs.IR}
151
+ }
152
+ ```
153
+
154
+ ### Contributions
155
+
156
+ [More Information Needed]