Updated Readme.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MultiSource-ESCO-Skills: A Unified Dataset for Skill Extraction
|
2 |
|
3 |
This dataset aggregates data from multiple sources—course descriptions, CV content, and job descriptions—all linked to ESCO skills. It is designed to help researchers and practitioners develop and fine-tune NLP models (e.g., BERT or SentenceTransformer-based models) for automated skill extraction.
|
@@ -32,13 +48,3 @@ For each object, every sentence from both the explicit and implicit lists is ext
|
|
32 |
- **Semantic Similarity:** Develop embedding-based models to compare free-form text with standardized ESCO skill descriptions.
|
33 |
- **NLP Research:** Serve as a resource for studying language understanding and information extraction in vocational domains.
|
34 |
|
35 |
-
## Example Usage
|
36 |
-
|
37 |
-
Below is a simple Python snippet to load and inspect the dataset:
|
38 |
-
|
39 |
-
```python
|
40 |
-
import pandas as pd
|
41 |
-
|
42 |
-
# Load the merged CSV dataset
|
43 |
-
df = pd.read_csv("merged_dataset.csv")
|
44 |
-
print(df.head())
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "en"
|
4 |
+
pretty_name: "MultiSource-ESCO-Skills: A Unified Dataset for Skill Extraction"
|
5 |
+
tags:
|
6 |
+
- nlp
|
7 |
+
- esco
|
8 |
+
- skills
|
9 |
+
- text-extraction
|
10 |
+
- dataset
|
11 |
+
license: "cc0-1.0"
|
12 |
+
task_categories:
|
13 |
+
- text-classification
|
14 |
+
- sentence-similarity
|
15 |
+
---
|
16 |
+
|
17 |
# MultiSource-ESCO-Skills: A Unified Dataset for Skill Extraction
|
18 |
|
19 |
This dataset aggregates data from multiple sources—course descriptions, CV content, and job descriptions—all linked to ESCO skills. It is designed to help researchers and practitioners develop and fine-tune NLP models (e.g., BERT or SentenceTransformer-based models) for automated skill extraction.
|
|
|
48 |
- **Semantic Similarity:** Develop embedding-based models to compare free-form text with standardized ESCO skill descriptions.
|
49 |
- **NLP Research:** Serve as a resource for studying language understanding and information extraction in vocational domains.
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|