toloka/TolokerGraph
收藏资源简介:
--- license: cc-by-4.0 tags: - toloka - graph - node-classification pretty_name: Graph of Crowd Annotators size_categories: - 10K<n<100K task_categories: - graph-ml dataset_info: features: - name: id dtype: int32 - name: approved_rate dtype: float - name: skipped_rate dtype: float - name: expired_rate dtype: float - name: rejected_rate dtype: float - name: education dtype: string - name: english_profile dtype: bool - name: english_tested dtype: bool - name: banned dtype: bool --- # Toloker Graph: Interaction of Crowd Annotators ## Dataset Description - **Repository:** https://github.com/Toloka/TolokerGraph - **Point of Contact:** research@toloka.ai ### Dataset Summary This repository contains a graph representing interactions between crowd annotators on a project labeled on the [Toloka](https://toloka.ai/) crowdsourcing platform (see the [Toloka overview](https://toloka.ai/en/docs/guide/concepts/overview) for the details on the used terminology). The graph contains 11,758 nodes and 519,000 edges. Each node represents an individual annotator; nodes are provided with four numerical and three categorical features. An edge is drawn between a pair of annotators if they annotated the same task. Also, each node is provided with a label showing whether the annotator was banned on this project, or not. ### Nodes Nodes are stored in the [nodes.tsv](nodes.tsv) file in the TSV format of the following structure: - `id`: unique identifier of the annotator - `approved_rate`: percentage of the approved labels of this annotator - `skipped_rate`: percentage of the skipped tasks of this annotator - `expired_rate`: percentage of the expired tasks of this annotator - `rejected_rate`: percentage of the rejected labels of this annotator - `education`: level of education as self-reported by this annotator (`none`, `basic`, `middle`, `high`) - `english_profile`: knowledge of English as self-reported by this annotator (`0` for no, `1` for yes) - `english_tested`: whether the annotator passed the Toloka language test for English (`0` for no, `1` for yes) - `banned`: whether the annotator was banned on this project (`0` for no, `1` for yes) The `*_rate` attributes should sum up to 1. ### Edges Edges are stored in the [edges.tsv](edges.tsv) file in the TSV format of the following structure: - `source`: source identifier of the annotator - `target`: target identifier of the annotator As the graph is undirected, `source` and `target` can be interchanged for the given pair of nodes. ### Citation * Likhobaba, D., Pavlichenko, N., Ustalov, D. (2023). [Toloker Graph: Interaction of Crowd Annotators](https://doi.org/10.5281/zenodo.7620795). Zenodo. <https://doi.org/10.5281/zenodo.7620795> ```bibtex @dataset{Tolokers, author = {Likhobaba, Daniil and Pavlichenko, Nikita and Ustalov, Dmitry}, title = {{Toloker Graph: Interaction of Crowd Annotators}}, year = {2023}, publisher = {Zenodo}, doi = {10.5281/zenodo.7620795}, url = {https://github.com/Toloka/TolokerGraph}, language = {english}, } ``` ### Copyright Licensed under the Creative Commons Attribution 4.0 License. See LICENSE file for more details.
许可协议:CC BY 4.0 标签: - 托洛卡(Toloka) - 图 - 节点分类 美观名称:众包标注员交互图 样本量类别:10000 < n < 100000 任务类别:图机器学习 数据集信息: 特征: - 名称:id,数据类型:int32 - 名称:approved_rate,数据类型:float - 名称:skipped_rate,数据类型:float - 名称:expired_rate,数据类型:float - 名称:rejected_rate,数据类型:float - 名称:education,数据类型:字符串 - 名称:english_profile,数据类型:布尔值 - 名称:english_tested,数据类型:布尔值 - 名称:banned,数据类型:布尔值 # 托洛卡标注员图:众包标注员交互数据集 ## 数据集说明 - **仓库地址:** https://github.com/Toloka/TolokerGraph - **联系方式:** research@toloka.ai ### 数据集概览 本仓库包含一张图,用于表征[托洛卡(Toloka)](https://toloka.ai/)众包平台上某标注项目中众包标注员之间的交互关系(相关术语细节可参阅[Toloka平台概览](https://toloka.ai/en/docs/guide/concepts/overview))。 该图包含11758个节点与519000条边:每个节点对应一名独立标注员,节点携带4个数值型特征与3个分类型特征;若两名标注员共同标注过同一任务,则二者之间会生成一条边。此外,每个节点附带一个标签,用于标注该标注员是否在本项目中被封禁。 ### 节点数据 节点数据存储于[nodes.tsv](nodes.tsv)文件中,采用TSV格式,结构如下: - `id`:标注员的唯一标识符 - `approved_rate`:该标注员的标注通过率百分比 - `skipped_rate`:该标注员跳过的任务占总任务的百分比 - `expired_rate`:该标注员超时未完成的任务占总任务的百分比 - `rejected_rate`:该标注员被驳回的标注占总标注的百分比 - `education`:标注员自行申报的学历水平,可选值为`none`(无学历)、`basic`(初等教育)、`middle`(中等教育)、`high`(高等教育) - `english_profile`:标注员自行申报的英语能力,`0`代表不具备,`1`代表具备 - `english_tested`:标注员是否通过托洛卡平台英语语言测试,`0`代表未通过,`1`代表通过 - `banned`:标注员是否在本项目中被封禁,`0`代表未被封禁,`1`代表已被封禁 所有`*_rate`属性的取值之和应为1。 ### 边数据 边数据存储于[edges.tsv](edges.tsv)文件中,采用TSV格式,结构如下: - `source`:边的源标注员标识符 - `target`:边的目标标注员标识符 由于该图为无向图,对于任意一对节点,`source`与`target`字段可互换。 ### 引用文献 * Likhobaba, D., Pavlichenko, N., Ustalov, D. (2023). [托洛卡标注员图:众包标注员交互数据集](https://doi.org/10.5281/zenodo.7620795). Zenodo. <https://doi.org/10.5281/zenodo.7620795> bibtex @dataset{Tolokers, author = {Likhobaba, Daniil and Pavlichenko, Nikita and Ustalov, Dmitry}, title = {{Toloker Graph: Interaction of Crowd Annotators}}, year = {2023}, publisher = {Zenodo}, doi = {10.5281/zenodo.7620795}, url = {https://github.com/Toloka/TolokerGraph}, language = {english}, } ### 版权声明 本数据集采用知识共享署名4.0(CC BY 4.0)许可协议进行授权,详细条款请参阅LICENSE文件。
Toloker Graph: Interaction of Crowd Annotators
数据集概述
- 数据集名称: Toloker Graph: Interaction of Crowd Annotators
- 数据集描述: 该数据集包含一个图,表示在Toloka众包平台上标注项目的众包标注者之间的交互。图中有11,758个节点和519,000条边。每个节点代表一个单独的标注者,节点附带四个数值型和三个类别型特征。如果一对标注者标注了相同的任务,则在他们之间画一条边。每个节点还附带一个标签,显示该标注者是否被禁止参与该项目。
数据集特征
节点特征
- 文件: nodes.tsv
- 格式: TSV
- 结构:
id: 标注者的唯一标识符approved_rate: 该标注者批准标签的百分比skipped_rate: 该标注者跳过任务的百分比expired_rate: 该标注者过期任务的百分比rejected_rate: 该标注者拒绝标签的百分比education: 标注者自报的教育水平 (none,basic,middle,high)english_profile: 标注者自报的英语知识 (0表示否,1表示是)english_tested: 标注者是否通过了Toloka的英语语言测试 (0表示否,1表示是)banned: 标注者是否被禁止参与该项目 (0表示否,1表示是)
边特征
- 文件: edges.tsv
- 格式: TSV
- 结构:
source: 标注者的源标识符target: 标注者的目标标识符
许可证
- 许可证: Creative Commons Attribution 4.0 License
引用信息
- 作者: Likhobaba, Daniil and Pavlichenko, Nikita and Ustalov, Dmitry
- 标题: Toloker Graph: Interaction of Crowd Annotators
- 年份: 2023
- 出版者: Zenodo
- DOI: 10.5281/zenodo.7620795
- URL: https://github.com/Toloka/TolokerGraph




