Code Monkey home page Code Monkey logo

Comments (5)

HaoyunHong avatar HaoyunHong commented on September 15, 2024

Thanks for your attention. As we mentioned in our paper, the DWY100K dataset we use is built by

@inproceedings{sun2018bootstrapping,
  title={Bootstrapping Entity Alignment with Knowledge Graph Embedding},
  author={Sun, Zequn and Hu, Wei and Zhang, Qingheng and Qu, Yuzhong},
  booktitle={ IJCAI, vol.18},
  pages={4396--4402},
  year={2018}
}

and the DBP15k we used is built by

@inproceedings{JAPE,
  title={Cross-lingual entity alignment via joint attribute-preserving embedding},
  author={Sun, Zequn and Hu, Wei and Li, Chengkai},
  booktitle={ISWC},
  pages={628--644},
  year={2017},
  organization={Springer}
}

The dataset we provided is based on the original datasets mentioned above : )

from selfkg.

mhoangvslev avatar mhoangvslev commented on September 15, 2024

According to BootEA papers

We then extracted all the triples that only involve the entities in the alignment.

I understood it like this: they extract all entities (e1, e2) that connect directly to entity e.

from selfkg.

HaoyunHong avatar HaoyunHong commented on September 15, 2024

A triple is like (e1, r, e2), where r is the relation between entity e1 and entity e2.

I think this sentence:

We then extracted all the triples that only involve the entities in the alignment.

means that if a triple contains an entity e_a in Knowledge Graph KG_a that has an equivalent entity e_b in the other Knowledge Graph KG_b, that means e_a is in the alignment, then they extract this triple into their dataset.

from selfkg.

mhoangvslev avatar mhoangvslev commented on September 15, 2024

In their dataset, they extract concepts of different themes. Therefore it is possible for them to extract entities and relationships between them. My case is a bit different. I only need to align entities of one theme (e.g Airports), and it's impossible to find an Aiport that is 1 op (relationship) away to another airport. My training set thus contains non-Airport entities, will it affect my results?

from selfkg.

HaoyunHong avatar HaoyunHong commented on September 15, 2024

Sorry, your question is not very clear to me and is not related to this project. Maybe others can help you with your question : )

from selfkg.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.