Madjakul commited on
Commit
27a273c
1 Parent(s): 155e4ce

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -14
README.md CHANGED
@@ -50,14 +50,14 @@ source_datasets:
50
 
51
  ## Dataset Description
52
 
53
- - **Repository:** [GitHub](https://github.com/Madjakul/HALvesting/tree/main)
54
 
55
 
56
  ## Dataset Summary
57
 
58
  ### overview:
59
 
60
- This dataset is comprised of fulltext from open papers found on [Hyper Articles en Ligne (HAL)](https://hal.science/). Our dump is mostly english/french but gather papers written in 34 languages across 13 domains.
61
 
62
  You can download the dataset using Hugging Face datasets:
63
  ```py
@@ -69,7 +69,19 @@ ds = load_dataset("Madjakul/HALvest-Geometric", "en")
69
 
70
  ### Details
71
 
72
- TODO
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
 
75
  ### Languages
@@ -80,27 +92,19 @@ en|English|442,892|7,606,895,258
80
  fr|French|193,437|8,728,722,255
81
 
82
 
83
- ### Graph
84
-
85
- TODO
86
-
87
  ## Considerations for Using the Data
88
 
89
  The corpus is extracted from the [HAL's open archive](https://hal.science/) which distributes scientific publications following open access principles. The corpus is made up of both creative commons licensed and copyrighted documents (distribution authorized on HAL by the publisher). This must be considered prior to using this dataset for any purpose, other than training deep learning models, data mining etc. We do not own any of the text from which these data has been extracted.
90
 
91
 
92
- ## Citation
93
-
94
- ```bib
95
- TODO
96
- ```
97
-
98
-
99
  ## Dataset Copyright
100
 
101
  The licence terms for HALvest strictly follows the one from HAL. Please refer to the below license when using this dataset.
102
  - [HAL license](https://doc.archives-ouvertes.fr/en/legal-aspects/)
103
 
 
 
 
104
  ```
105
  @misc{kulumba2024harvestingtextualstructureddata,
106
  title={Harvesting Textual and Structured Data from the HAL Publication Repository},
 
50
 
51
  ## Dataset Description
52
 
53
+ - **Repository:** [GitHub](https://github.com/Madjakul/HALvesting-Geometric)
54
 
55
 
56
  ## Dataset Summary
57
 
58
  ### overview:
59
 
60
+ French and English fulltexts from open papers found on [Hyper Articles en Ligne (HAL)](https://hal.science/) and its citation network.
61
 
62
  You can download the dataset using Hugging Face datasets:
63
  ```py
 
69
 
70
  ### Details
71
 
72
+ #### Nodes
73
+
74
+ * Papers: 18,662,037
75
+ * Authors: 238,397
76
+ * Affiliations: 96,105
77
+ * Domains: 16
78
+
79
+ #### Edges
80
+
81
+ - Paper <-> Domain: 136,700
82
+ - Paper <-> Paper: 22,363,817
83
+ - Author <-> Paper: 238,397
84
+ - Author <-> Affiliation: 426,030
85
 
86
 
87
  ### Languages
 
92
  fr|French|193,437|8,728,722,255
93
 
94
 
 
 
 
 
95
  ## Considerations for Using the Data
96
 
97
  The corpus is extracted from the [HAL's open archive](https://hal.science/) which distributes scientific publications following open access principles. The corpus is made up of both creative commons licensed and copyrighted documents (distribution authorized on HAL by the publisher). This must be considered prior to using this dataset for any purpose, other than training deep learning models, data mining etc. We do not own any of the text from which these data has been extracted.
98
 
99
 
 
 
 
 
 
 
 
100
  ## Dataset Copyright
101
 
102
  The licence terms for HALvest strictly follows the one from HAL. Please refer to the below license when using this dataset.
103
  - [HAL license](https://doc.archives-ouvertes.fr/en/legal-aspects/)
104
 
105
+
106
+ ## Citation
107
+
108
  ```
109
  @misc{kulumba2024harvestingtextualstructureddata,
110
  title={Harvesting Textual and Structured Data from the HAL Publication Repository},