> I see that assessor judgement for the StreamItems can be obtained from
> StreamItem::ratings field.
We have used the StreamItem::ratings map internally. However, I don't
think we have released any corpora with data in that field.
> What was the rule followed regarding the number of assessor agreement
> for a document to be judged vital/useful?
>
> Is it simple majority rule ᅵor there was some other criterion?
The scorer for KBA uses this rule: if any assessor rated an assertion
lower, then it gets the lower rating. An assertion in CCR is (stream_id,
target_id).
I've experimented with other voting schemes, and it has minimal effect on
max(F(macro_avg(P), macro_avg(R))) as a function of cutoff.
jrf