Update README.md
Browse files
README.md
CHANGED
|
@@ -17,26 +17,21 @@ configs:
|
|
| 17 |
The `html_to_json_information_extraction` dataset is a collection of over 7300 HTML snippets and their extracted information in JSON.
|
| 18 |
These HTML have been sourced (scraped) from about 25 companies' career pages.
|
| 19 |
The dataset contains three splits - `train`, `test`, `unseen_test`.
|
| 20 |
-
|
| 21 |
|
| 22 |
#### `train` split
|
| 23 |
|
| 24 |
-
This split contains over
|
| 25 |
|
| 26 |
#### `test` split
|
| 27 |
|
| 28 |
-
This split contains over 1300 pair of HTML-JSON data points
|
| 29 |
22 companies' career pages as the `train` split.
|
| 30 |
|
| 31 |
#### `unseen_test` split
|
| 32 |
|
| 33 |
-
This split contains over 300 pair of HTML-JSON data points, and, have been sourced (scraped) from 3 companies' career pages.
|
| 34 |
-
These 3 companies are not present in the
|
| 35 |
-
|
| 36 |
-
## Languages
|
| 37 |
-
|
| 38 |
-
- HTML
|
| 39 |
-
- English
|
| 40 |
|
| 41 |
## Sample
|
| 42 |
|
|
@@ -52,4 +47,9 @@ true"> <a data-mapped="true" href="/arenaai/jobs/4378219101">Frontend Engineer
|
|
| 52 |
|
| 53 |
```
|
| 54 |
[{"Job Title":"Frontend Engineer","Job Location":"New York City","Job ID":"4378219101","Job Link":"/arenaai/jobs/4378219101"},{"Job Title":"Fullstack Engineer","Job Location":"New York","Job ID":"4428844101","Job Link":"/arenaai/jobs/4428844101"}]
|
| 55 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
The `html_to_json_information_extraction` dataset is a collection of over 7300 HTML snippets and their extracted information in JSON.
|
| 18 |
These HTML have been sourced (scraped) from about 25 companies' career pages.
|
| 19 |
The dataset contains three splits - `train`, `test`, `unseen_test`.
|
| 20 |
+
This dataset has been built to fine tune SLMs & LLMs for the information extraction task.
|
| 21 |
|
| 22 |
#### `train` split
|
| 23 |
|
| 24 |
+
This split contains over 5700 pair of HTML-JSON data points which have been sourced (scraped) from 22 companies' career pages.
|
| 25 |
|
| 26 |
#### `test` split
|
| 27 |
|
| 28 |
+
This split contains over 1300 pair of HTML-JSON data points which have been sourced (scraped) from the same
|
| 29 |
22 companies' career pages as the `train` split.
|
| 30 |
|
| 31 |
#### `unseen_test` split
|
| 32 |
|
| 33 |
+
This split contains over 300 pair of HTML-JSON data points, and, these have been sourced (scraped) from 3 companies' career pages.
|
| 34 |
+
These 3 companies are not present in the list of 22 companies from which `test` & `train` splits have been built.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
## Sample
|
| 37 |
|
|
|
|
| 47 |
|
| 48 |
```
|
| 49 |
[{"Job Title":"Frontend Engineer","Job Location":"New York City","Job ID":"4378219101","Job Link":"/arenaai/jobs/4378219101"},{"Job Title":"Fullstack Engineer","Job Location":"New York","Job ID":"4428844101","Job Link":"/arenaai/jobs/4428844101"}]
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
## Languages
|
| 53 |
+
|
| 54 |
+
- HTML
|
| 55 |
+
- English
|