Change aggregation so that:
if conversation A has two scores (5 and 3) and conversation B has one score (1)
then average is ((5 + 3) / 2) + 1) / 2 = 2.5
instead of (5 + 3 + 1) / 3 = 3
Your idea is now live and open for voting.