Skip to content

Commit 396b48a

Browse files
authored
Merge pull request #2 from Toloka/autosync
Autosync
2 parents 12a86c2 + 3f10f65 commit 396b48a

File tree

9 files changed

+1892
-31
lines changed

9 files changed

+1892
-31
lines changed

.devexp.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"strict": true,
3+
"notification": "email",
4+
"static_members": [
5+
"losev",
6+
"sinosov",
7+
"tulinev",
8+
"vlad-mois",
9+
"alexdrydew"
10+
],
11+
"approve_count": 1,
12+
"total_reviewers": 1
13+
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.0.6
2+
-------------------
3+
* Added realization of inter-annotator agreement coefficient (Krippendorff 1980):
4+
* `alpha_krippendorff`
5+
* Added usage examples.
6+
7+
18
0.0.5
29
-------------------
310
* Added aggregations for image segmentation problem:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,24 @@ aggregated_labels = DawidSkene(n_iter=100).fit_predict(df)
6060
|[M-MSR](https://proceedings.neurips.cc/paper/2020/hash/f86890095c957e9b949d11d15f0d0cd5-Abstract.html)||
6161
|Wawa||
6262
|Zero-Based Skill||
63-
|[GLAD](https://papers.nips.cc/paper/3644-whose-vote-should-count-more-optimal-integration-of-labels-from-labelers-of-unknown-expertise.pdf)||
64-
|BCC||
63+
|[GLAD](https://papers.nips.cc/paper/3644-whose-vote-should-count-more-optimal-integration-of-labels-from-labelers-of-unknown-expertise.pdf)|🟡|
64+
|BCC|🟡|
6565

6666
### Textual Responses
6767

6868
|Method|Status|
6969
|-|:-:|
7070
|[RASA](https://doi.org/10.18653/v1/D19-5904)||
7171
|[HRRASA](https://doi.org/10.1145/3397271.3401239)||
72-
|[ROVER](https://ieeexplore.ieee.org/document/659110)||
72+
|[ROVER](https://ieeexplore.ieee.org/document/659110)|🟡|
7373

7474
### Image Segmentation
7575

7676
|Method|Status|
7777
|-|:-:|
7878
|Segmentation MV||
79-
|Segmentation RASA||
80-
|Segmentation EM||
79+
|Segmentation RASA|🟡|
80+
|Segmentation EM|🟡|
8181

8282
### Pairwise Comparisons
8383

0 commit comments

Comments
 (0)