Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Does DBPedia vectors have vectors for the predicates? #18

Open
zhq2009 opened this issue May 26, 2016 · 3 comments
Open

Does DBPedia vectors have vectors for the predicates? #18

zhq2009 opened this issue May 26, 2016 · 3 comments
Labels

Comments

@zhq2009
Copy link

zhq2009 commented May 26, 2016

Hello,

We are currently using the DBPedia dataset, "English Wikipedia (Feb 2015) 1000 dimension - No stemming - 10skipgram". Does DBPedia vectors have vectors for the predicates?

Thank you

@dav009
Copy link
Contributor

dav009 commented May 26, 2016

No, it only contains vectors for the entities.

I'm not sure what you exactly mean "vectors for the predicates".
can you give me some examples of the predicates you want vectors for?

@zhq2009
Copy link
Author

zhq2009 commented May 26, 2016

Thank you for your help.

As on the DBPedia website http://dbpedia.org/page/Barack_Obama, the predicates are on the left part of the web page, such as "birthDate", "office", "predecessor", "residence" and "successor" etc.

Thank you very much

@dav009
Copy link
Contributor

dav009 commented May 27, 2016

Those predicates come from infoboxes fieldnames and passing them through a dbpedia mapping, right?.
If so then :

  • you could potentially generate them as the wikipedia text is being processed and add them to the corpus.
  • add them to the corpus after the wiki2vec steps have completed. i.e If you have pairs like : successor(A, B) you can add the text:
    • DBPEDIA_ID/A DBPEDIA_REL/successor DBPEDIA_ID/B for example to both the text of entity A and entity B

@dav009 dav009 added the fandango label Jun 1, 2016
@dav009 dav009 added the icebox label Jun 22, 2016
@mal mal removed the fandango label Jan 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants