Code Monkey home page Code Monkey logo

fb15k-cvt's Introduction

FB15k-CVT Dataset

This is the FB15k-CVT dataset, a knowldge graph that exapnds the original FB15k-237 dataset. ...

File Structure

The dataset is organized into two main folders :

  • Knowledge Graphs: contains the original FB15k-CVT knowledge graph (FB15k-CVT.nt) in N-Triples format. Also contains FB15k-CVT_Aux.nt KG which is an extension of FB15k-CVT with additional entities (defined with MIDs) in relation with entities of type CVT.
  • Stratified Dataset: contains the stratified train/validation/test splits of the FB15k-CVT dataset, as well as the quadruples used for the evaluation.

The folder structure is as follows:

+ KnowledgeGraph
|--- FB15k-CVT.nt
|--- FB15k-CVT_Aux.nt 
+ Stratified
|--- train.nt
|--- valid.nt
|--- test.nt
|--- +Quadruples
       |--- valid_t1.csv
       |--- valid_t2.csv
       |--- valid_t3.csv
       |--- test_t1.csv
       |--- test_t2.csv
       |--- test_t3.csv
  • train.nt, valid.nt, and test.nt contain the triples for the train, validation, and test sets, respectively, in N-Triples format.
  • Quadruples contains the quadruples used for evaluation, split into three sets (t1, t2, and t3, that) for each of the validation and test sets. Each quadruple is represented as a CSV file with four columns: (Entity_01, relation_01, relation_02, Entity_02). Each set corresponds to a different type of evaluation scenario:
    • Direct paths (t1): These quadruples are used for evaluating the model on (i) chain backward prediction task i.e., (?, ๐‘Ÿ1, ๐‘›_cvt)/(๐‘›_cvt, ๐‘Ÿ2, ๐‘’2), (ii) chain forward prediction task i.e., (๐‘’1, ๐‘Ÿ1, ๐‘›_cvt).
    • Splitting paths (t2): for (iii) join prediction task i.e., (๐‘’1, ๐‘Ÿ1, ๐‘›cvt)/(?, ๐‘Ÿ2, ๐‘›cvt)
    • Joining paths (t3): for (iv) split prediction task i.e., (๐‘›cvt, ๐‘Ÿ1, ๐‘’1)/(๐‘›cvt, ๐‘Ÿ2, ?)

Citation

If you use this dataset in your research, please cite the following paper:

Mouloud Iferroudjene, Victor Charpenay and Antoine Zimmermann. (2023, July). "FB15k-CVT: A Challenging Dataset for Knowledge Graph Embedding Models." In NeSy 2023, 17th International Workshop on Neural-Symbolic Learning and Reasoning.

Or,

@inproceedings{iferroudjene2023fb15k,
  title={FB15k-CVT: A Challenging Dataset for Knowledge Graph Embedding Models},
  author={Iferroudjene, Mouloud and Charpenay, Victor and Zimmermann, Antoine},
  booktitle={NeSy 2023, 17th International Workshop on Neural-Symbolic Learning and Reasoning},
  year={2023}
}

License

This dataset is released under the Creative Commons Attribution ...

fb15k-cvt's People

Contributors

miferroudjene avatar

Watchers

 avatar

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.