kudkudak / common-sense-prediction

Common sense prediction using DL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Negative samples outside of batch

kudkudak opened this issue · comments

For some reason we generate negative samples within-batch. That's arguably weird, not sure what it does.

Try outside of batch generation, and see how it impacts models for both negative argsim and normal split.

It is really bad for small batch sizes - makes negative samples much harder actually.

Not important ATM, closing