You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where H is entropy of the histogram of similarities. Keep the number of bins fixed to some number, maybe bins=10 or 20, we need to look at some histograms to decide that, i.e., please plot some of these histograms and paste them here in the issue.
Please test the above-described measures on the English and German DWUG datasets and report graded change performance here.
After implementation discuss the code.
The text was updated successfully, but these errors were encountered:
Implement a measure of change like apd_compare_all as entropy of the density of wic predictions.
Generally: Copy APD function, get histogram of similarities, get entropy of histogram.
More specifically: implement these different measures:
H(COMPARE)
H(ALL)
H(ALL)-H(COMPARE)
H(COMPARE)-0.5*((H(EARLIER)+H(LATER)))
H(ALL)-0.5*((H(EARLIER)+H(LATER)))
where H is entropy of the histogram of similarities. Keep the number of bins fixed to some number, maybe bins=10 or 20, we need to look at some histograms to decide that, i.e., please plot some of these histograms and paste them here in the issue.
Please test the above-described measures on the English and German DWUG datasets and report graded change performance here.
After implementation discuss the code.
The text was updated successfully, but these errors were encountered: