jjzha/skillspan
收藏资源简介:
--- license: cc-by-4.0 language: en --- This is the SkillSpan dataset created by: ``` @inproceedings{zhang-etal-2022-skillspan, title = "{S}kill{S}pan: Hard and Soft Skill Extraction from {E}nglish Job Postings", author = "Zhang, Mike and Jensen, Kristian and Sonniks, Sif and Plank, Barbara", booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", month = jul, year = "2022", address = "Seattle, United States", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2022.naacl-main.366", doi = "10.18653/v1/2022.naacl-main.366", pages = "4962--4984" } ``` There are document delimiters indicated by `idx`. Number of samples (sentences): - train: 4800 - dev: 3174 - test: 3569 Sources: - Stackoverflow (tech) - STAR (house) Type of tags: - Generic BIO tags with keys `tags_skill` and `tags_knowledge` Sample: ``` { "idx": 53, "tokens": ["Drive", "our", "IT", "compliance", "agenda", "and", "develop", "our", "processes"], "tags_skill": ["B", "I", "I", "I", "I", "O", "B", "I", "I"], "tags_knowledge": ["O", "O", "O", "O", "O", "O", "O", "O", "O"], "source": "house" } ```
许可证:CC BY 4.0 语言:英语 本数据集为SkillSpan数据集,由以下作者创建: @inproceedings{zhang-etal-2022-skillspan, title = "SkillSpan:从英语招聘启事中提取硬技能与软技能", author = "Zhang, Mike and Jensen, Kristian and Sonniks, Sif and Plank, Barbara", booktitle = "2022年计算语言学协会北美分会会议:人类语言技术研讨会论文集", month = "7月", year = "2022", address = "美国西雅图", publisher = "计算语言学协会(Association for Computational Linguistics)", url = "https://aclanthology.org/2022.naacl-main.366", doi = "10.18653/v1/2022.naacl-main.366", pages = "4962--4984" } 数据集采用`idx`作为文档分隔标记。 样本(句子)数量分布如下: - 训练集:4800 - 开发集:3174 - 测试集:3569 数据来源: - Stackoverflow(科技领域) - STAR(房产领域) 标签类型:采用带有`tags_skill`与`tags_knowledge`键的通用BIO标注标签(BIO tags)。 样本示例: { "idx": 53, "tokens": ["Drive", "our", "IT", "compliance", "agenda", "and", "develop", "our", "processes"], "tags_skill": ["B", "I", "I", "I", "I", "O", "B", "I", "I"], "tags_knowledge": ["O", "O", "O", "O", "O", "O", "O", "O", "O"], "source": "house" }
SkillSpan 数据集概述
数据集创建信息
- 标题: SkillSpan: Hard and Soft Skill Extraction from English Job Postings
- 作者: Mike Zhang, Kristian Jensen, Sif Sonniks, Barbara Plank
- 会议: Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies
- 时间: 2022年7月
- 地点: Seattle, United States
- 出版商: Association for Computational Linguistics
数据集结构
- 样本数量:
- 训练集: 4800
- 开发集: 3174
- 测试集: 3569
- 来源:
- Stackoverflow (tech)
- STAR (house)
- 标签类型:
- 通用BIO标签,包括
tags_skill和tags_knowledge
- 通用BIO标签,包括
示例样本
json { "idx": 53, "tokens": ["Drive", "our", "IT", "compliance", "agenda", "and", "develop", "our", "processes"], "tags_skill": ["B", "I", "I", "I", "I", "O", "B", "I", "I"], "tags_knowledge": ["O", "O", "O", "O", "O", "O", "O", "O", "O"], "source": "house" }




