gerbejon commited on
Commit
8a3c3cb
·
verified ·
1 Parent(s): 99a970a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -37,26 +37,26 @@ configs:
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.
 
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 Collection Overview
41
 
42
+ ### [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
+ ### [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
+ ### [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
+ ### [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
+ ### [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.