Giter VIP home page Giter VIP logo

Comments (1)

PhilippChr avatar PhilippChr commented on June 12, 2024

Hi,

Thanks a lot for your interest in our work!

  1. Resolving qualifiers does not change the data, but just the way it is stored
    and probably retrieved. This can have an effect on the runtime when the dump
    is indexed appropriately, e.g. as in this project, that makes use of the pruned dump:
    https://clocq.mpi-inf.mpg.de/
    "Beyond NED: Fast and Effective Search Space Reduction for Complex Question Answering over Knowledge Bases”,
    Philipp Christmann, Rishiraj Saha Roy, and Gerhard Weikum,
    WSDM 2022.

  2. We pruned several facts that are mostly not required for QA tasks.
    So what we prune are non-Wikidata facts, e.g. linkings to other KBs,
    DBs or similar. Further, entity and predicate labels are pruned from
    the dump, and the English labels maintained in a dedicated dictionary
    instead. Finally, the externalIDs are removed. They may consume quite
    some space, but can also confuse downstream QA systems. The names
    of such external predicates often have a semantically relevant surface
    form, except for the β€œID”.

Further, there may well be other triples in the dump that are irrelevant
for most QA cases. For example, there is a lot of detailed information
on chemical elements, or research papers.
Therefore, I am pretty sure that further pruning is possible.

At some point we computed statistics of how many triples are pruned.
If I remember correctly, with a 2021 Wikidata dump, the size was reduced
from 12 billion to 2 billion triples, via the pruning.
To obtain the same statistics for newer dumps, one could count the lines
of the input and output files.

  1. I do not have any experience with these kinds of information.
    One could potentially encode the image-data and keep it in the .ttl or .nt
    file. However, I feel that maintaining a link (either internal file path or web
    link) would be a cleaner solution.

Good luck with your project!

Regards,
Philipp

from wikidata-core-for-qa.

Related Issues (2)

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.