TPL icon indicating copy to clipboard operation
TPL copied to clipboard

About equation (9) in the paper.

Open YukunLi99 opened this issue 7 months ago • 1 comments

I find that the score is taken as the opposite number in the code. Why is the final score calculated in this way? The equation (9) in the paper is: 屏幕截图 2024-07-18 143313 The following is the code implementation:

composition = -torch.logsumexp(torch.stack((-e1, -e2), dim=0), dim=0)

YukunLi99 avatar Jul 18 '24 06:07 YukunLi99