Update README.md
Browse files
README.md
CHANGED
|
@@ -26,3 +26,40 @@ configs:
|
|
| 26 |
- split: test
|
| 27 |
path: data/test-*
|
| 28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
- split: test
|
| 27 |
path: data/test-*
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
# WebClasSeg25 Dataset Collection
|
| 31 |
+
|
| 32 |
+
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.
|
| 33 |
+
|
| 34 |
+
## Dataset Collection Overview
|
| 35 |
+
|
| 36 |
+
### [WebClasSeg25-html](https://huggingface.co/datasets/gerbejon/WebClasSeg25-html)
|
| 37 |
+
- Contains the full HTML code of each website.
|
| 38 |
+
- Each page is assigned a unique key, which links it to the segmentation datasets.
|
| 39 |
+
|
| 40 |
+
### [WebClasSeg25-visual-fc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-visual-fc)
|
| 41 |
+
- Provides visual segmentations based on **functional classification**.
|
| 42 |
+
- Each segmented page is linked to its corresponding HTML file using a shared key.
|
| 43 |
+
|
| 44 |
+
### [WebClasSeg25-visual-mc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-visual-mc)
|
| 45 |
+
- Provides visual segmentations based on **maturity classification**.
|
| 46 |
+
- Each segmented page is linked to its corresponding HTML file using a shared key.
|
| 47 |
+
|
| 48 |
+
### [WebClasSeg25-html-nodes-mc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-html-nodes-mc)
|
| 49 |
+
- Contains individual HTML nodes for each page, labeled according to **maturity classification**.
|
| 50 |
+
- Includes parent, node, and children classifications.
|
| 51 |
+
- Provides a unique key per page and per node.
|
| 52 |
+
|
| 53 |
+
### [WebClasSeg25-html-nodes-fc](https://huggingface.co/datasets/gerbejon/WebClasSeg25-html-nodes-fc)
|
| 54 |
+
- Contains individual HTML nodes for each page, labeled according to **functional classification**.
|
| 55 |
+
- Includes parent, node, and children classifications.
|
| 56 |
+
- Provides a unique key per page and per node.
|
| 57 |
+
|
| 58 |
+
## Dataset Relationships
|
| 59 |
+
|
| 60 |
+
- The **WebClasSeg25-html** dataset serves as the foundation, containing the full HTML structure.
|
| 61 |
+
- The **visual segmentation datasets (FC & MC)** offer page-level segmentation linked to the HTML dataset via keys.
|
| 62 |
+
- 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.
|
| 63 |
+
|
| 64 |
+
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.
|
| 65 |
+
|