Update README.md
Browse files
README.md
CHANGED
|
@@ -36,4 +36,6 @@ Each entry in the dataset includes:
|
|
| 36 |
|
| 37 |
- **HTML**: A cleaned and compressed version of the page’s markup, stripped of `<script>`, `<iframe>`, `<video>`, and other non-visual elements, only retaining `<body>` outerHTML. CSS has been inlined. Images are not saved.
|
| 38 |
- `html`: The preprocessed HTML/CSS source
|
| 39 |
-
- **SVG**: SVG representation of the page for the following viewport sizes: 393×852, 1440×900. The SVGs of the different resolutions are concetenated with segment embeddings.
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
- **HTML**: A cleaned and compressed version of the page’s markup, stripped of `<script>`, `<iframe>`, `<video>`, and other non-visual elements, only retaining `<body>` outerHTML. CSS has been inlined. Images are not saved.
|
| 38 |
- `html`: The preprocessed HTML/CSS source
|
| 39 |
+
- **SVG**: SVG representation of the page for the following viewport sizes: 393×852, 1440×900. The SVGs of the different resolutions are concetenated with segment embeddings.
|
| 40 |
+
-
|
| 41 |
+
https://arxiv.org/abs/2509.05394
|