User Details
- User Since
- Mar 9 2020, 1:44 PM (45 w, 3 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Sargamm [ Global Accounts ]
Mar 23 2020
Mar 19 2020
Mar 17 2020
Alright! Thank you
I was just testing and playing around with different entities, I ended up getting a negative value for the cosine similarity. Has anyone else encountered it? what should this imply?
Mar 16 2020
@Tanvi_Singhal the probable reason for the difference of Africa's data could be because Africa is a continent and USA and Poland are countries, so the properties and their values for Africa differ more than USA and Poland. This is what you mean right @Isaac ?
Hi @Tanvi_Singhal @Dikshagupta99, I think you're right, the cosine similarity is very close to 1 and a possible reason for it is because the two entities share the same attributes of data ( as you mentioned). I also was checking similarity between document_embeddings, For example I compared Greenland with a variety of other entities ranging from some unrelated politicians, Greenland's Prime Minister to it's continent(North America) , neighboring country( Canada ) and capital city( Nuuk) . What I found out was that even though Greenland's PM and Greenland are somewhat related, their cosine similarity was just 0.366 and the cosine Similarity with it's continent being 0.726, with it's neighboring country was 0.923 and with it's capital the cosine similarity was 0.955. Also, cosine similarity with some other country( in another continent) like Tanzania, the cosine similarity was 0.76 . So what I am concluding from this is that, similar attributes lead to higher cosine similarity like all these were geographic regions, which was not the case when the country was compared with Personalities.
Mar 13 2020
Mar 12 2020
okay, Thank you!!
what exactly is the datatype of embeddings in task 3? Is it an array of tuples or what? How to access the corresponding embeddings of a particular property?
Mar 11 2020
In the third function, to convert the claims in a wikiData item into a document embedding, what exactly is the embeddings argument being passed to the function? how are the corresponding embeddings of the properties being accessed?
Mar 10 2020
@Isaac okay, Thank you!
In the second function to gather wikiData claims for a wikiData item, do we need to also include tuples of properties that appear under another property? for eg- in https://www.wikidata.org/wiki/Q2427544 the property, 'point in time' that appears under 'Hugo Award for Best Novel' which is the value for the property, 'award received'
Mar 9 2020
Hi Everyone! i'm Sargam, an outreachy applicant from IIIT-Delhi. Hoping to be an active contributor here.