rowanz / r2c

Recognition to Cognition Networks (code for the model in "From Recognition to Cognition: Visual Commonsense Reasoning", CVPR 2019)
https://visualcommonsense.com
MIT License
466 stars 91 forks source link

meaning of ctx_answer #5

Closed yangshao closed 5 years ago

yangshao commented 5 years ago

I'm looking at the bert representation of the question, it seems that ctx_answer0, ctx_answer1, ctx_answer2, ctx_answer3 should be the same representation for the question for each sample. But in the downloaded bert data, they are not. why does this happen?

abhinavkaul95 commented 3 years ago

Hi @yangshao, can you please explain this a little bit if you have understood it? I am facing the same issue to understand why ctx_answer* embeddings are different from one another.