arnosimons commited on
Commit
9ef3497
1 Parent(s): 894aede

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - token-classification
4
+ language:
5
+ - en
6
+ tags:
7
+ - physics
8
+ - astrophysics
9
+ - high energy physics
10
+ - science
11
+ - Wikipedia
12
+ pretty_name: Wikipedia-Physics Corpus
13
+ size_categories:
14
+ - 10K<n<100K
15
+ ---
16
+
17
+ # Dataset Card for the Wikipedia-Physics Corpus
18
+
19
+ **Wikipedia-Physics Corpus** contains 102,409 paragraphs extracted from 6642 key physics-related Wikipedia articles as well as word-sense labels for 1,186 occurrences of "Planck" across 885 paragraphs.
20
+
21
+ This table details the main columns of the dataset:
22
+
23
+ |Column|Description|
24
+ |:----------:|:-:|
25
+ |*Text*|Full text of the paragraph|
26
+ |*Characters*|Number of unicode characters in the paragraph|
27
+ |*Subwords*|Number of BERT subwords in the paragraph|
28
+ |*PlanckOccurrences*|Number of occurrences of "Planck" in the paragraph|
29
+ |*PlanckLabels*|A list of word-sense labels for all occurrences of "Planck" in the paragraph|
30
+
31
+
32
+ The primary purpose of the Wikipedia-Physics Corpus lies in its use for analyzing the meaning of concepts in physics. For further insights into the corpus and the underlying research project (<a target="_blank" rel="noopener noreferrer" href="https://doi.org/10.3030/101044932" >Network Epistemology in Practice</a>) please refer to this paper [link coming soon].
33
+
34
+ <!-- <a target="_blank" rel="noopener noreferrer" href="">"Meaning at the Planck Scale? Contextualized word embeddings for doing history, philosophy, and sociology of science" paper</a>. -->
35
+
36
+
37
+ ## Construction
38
+
39
+ These articles were selected using the <a target="_blank" rel="noopener noreferrer" href="https://petscan.wmcloud.org/">PetScan</a> tool, which generated a list of all pages categorized under "physics" or its immediate subcategories. Markup was removed and minimal cleaning applied to produce plain text paragraphs, and while references were removed, all formulas were retained.
40
+
41
+ Additionally, 1,186 occurrences of the term "Planck" were labeled across 885 paragraphs. These occurrences were identified using a case-insensitive regular expression to capture variations like "PLANCK" and "Planck(2015)"" while excluding irrelevant forms like "planckian". The labels denote distinct meanings of the target term, such as PERSON, CONSTANT, UNITS, LAW, MPS, MISSION, and FOKKER.
42
+
43
+ ## Details
44
+
45
+ - **Developer:** <a target="_blank" rel="noopener noreferrer" href="https://www.tu.berlin/en/hps-mod-sci/arno-simons">Arno Simons</a>
46
+ - **Funded by:** The European Union under Grant agreement ID: <a target="_blank" rel="noopener noreferrer" href="https://doi.org/10.3030/101044932" >101044932</a>
47
+ - **Language:** English