gerbejon commited on
Commit
99a970a
·
verified ·
1 Parent(s): 6b3fa53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -32,3 +32,39 @@ configs:
32
  - split: test
33
  path: data/test-*
34
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  - split: test
33
  path: data/test-*
34
  ---
35
+
36
+ # WebClasSeg25 Dataset Collection
37
+
38
+ The **[WebClasSeg25](https://zenodo.org/records/14881793)** dataset series provides structured data for webpage segment detection, offering both **functional segmentation** (FC) and **maturity classification** (MC). The datasets are designed for accessibility and ease of use in model training, with different levels of granularity.
39
+
40
+ ## Dataset Overview
41
+
42
+ ### 1. [WebClasSeg25-html](https://huggingface.co/datasets/gerbejon/WebClasSeg25-html)
43
+ - Contains the full HTML code of each website.
44
+ - Each page is assigned a unique key, which links it to the segmentation datasets.
45
+
46
+ ### 2. [WebClasSeg25-visual-fc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-visual-fc)
47
+ - Provides visual segmentations based on **functional classification**.
48
+ - Each segmented page is linked to its corresponding HTML file using a shared key.
49
+
50
+ ### 3. [WebClasSeg25-visual-mc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-visual-mc)
51
+ - Provides visual segmentations based on **maturity classification**.
52
+ - Each segmented page is linked to its corresponding HTML file using a shared key.
53
+
54
+ ### 4. [WebClasSeg25-html-nodes-mc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-html-nodes-mc)
55
+ - Contains individual HTML nodes for each page, labeled according to **maturity classification**.
56
+ - Includes parent, node, and children classifications.
57
+ - Provides a unique key per page and per node.
58
+
59
+ ### 5. [WebClasSeg25-html-nodes-fc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-html-nodes-fc)
60
+ - Contains individual HTML nodes for each page, labeled according to **functional classification**.
61
+ - Includes parent, node, and children classifications.
62
+ - Provides a unique key per page and per node.
63
+
64
+ ## Dataset Relationships
65
+
66
+ - The **WebClasSeg25-html** dataset serves as the foundation, containing the full HTML structure.
67
+ - The **visual segmentation datasets (FC & MC)** offer page-level segmentation linked to the HTML dataset via keys.
68
+ - The **node-level datasets (FC & MC)** break down HTML into individual elements, assigning functional or maturity classifications while maintaining linkage to their parent and children nodes.
69
+
70
+ This dataset collection is structured to support a wide range of segmentation tasks, making it easier to train and evaluate models across different levels of webpage structure.