Ex 2 part 1: reuse of Majority Voting #150
Unanswered
louxsd
asked this question in
Advanced IR: Exercise Q&A
Replies: 1 comment 1 reply
-
You can definitely build on majority voting, but add more parameters to make it more sophisticated. The goal is to make the aggregation process more nuanced and reliable, not just a straightforward vote. As long as you justify your method and show improvements, it should be fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is clearly stated that we are not suppose to use Majority Voting to aggregate judgements but a more sophisticated method. Can we use majority voting as a base in our implementation and add other parameters in the aggregation? Or are we supposed to use a completly different method?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions