Overlap is the number of Tolokers who should complete each task in the pool.
You can set overlap in the pool settings:
To change overlap using Toloka API, send a PATCH
request with the updated overlap value:
curl -X PATCH 'https://toloka.dev/api/v1/task-suites/000012e4ca--62eadb541b54e36b45b7a117?open_pool=true' \ -H 'Authorization: ApiKey PlaceYourRealApiKey_Here' \ -H 'Content-Type: application/json' \ -d '{"overlap":5,"infinite_overlap":false}'
Refer to the Edit task suite overlap or priority section of the Toloka API documentation for more details about the request, its parameters, and possible responses. You will find examples of the requests for Toloka-Kit and other code samples there.
Task type | Recommended overlap |
---|---|
Most tasks have automatic acceptance | from 3 to 5 |
Simple task | 3 |
Reviewed task | 1 |
You can change overlap after the pool is started. To do this, open the pool editing mode and set the new overlap value. You don't need to restart the pool. Updating the settings is usually fast, but if there are many tasks, it may take several minutes.
Dynamic overlap lets you change overlap depending on:
This type of overlap helps you save money without reducing the quality of data labeling.
Selective majority vote verification allows you to set up majority vote check for only a portion of tasks.
This type of overlap helps you save money and speed up pool completion.
You can set the overlap for each task using the TASK:overlap
column values in the file with tasks.
To learn more, see the Tasks file structure section.
Last updated:Â August 24, 2023