Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Missing Files #4

Description

@thorbengold

Using KBQARelationLinkingService will load the NeuralRelationLinking class which uses some absolute paths in the authors system like line 16-19 (bert-base-uncased can be downloaded elsewhere):

rel_id_path = "/Users/nandana.sampath.mihindukulasooriya@ibm.com/Src/relation-linking/data/lcquad/rel2id.json"
rel2id = json.load(open(rel_id_path))
pretrain_path = "/Users/nandana.sampath.mihindukulasooriya@ibm.com/Src/relation-linking/data/bert-base-uncased"
ckpt_path = "/Users/nandana.sampath.mihindukulasooriya@ibm.com/Src/relation-linking/data/lcquad/nre4qald_v4_10_bertentity_softmax.pth.tar"

These files are also referred to in the config, but files cannot be found in the repository. E.g. lcquad_config.json:

"rel_id_path": "data/lcquad/rel2id.json",
"ckpt_path": "data/lcquad/nre4qald_v4_10_bertentity_softmax.pth.tar",

I know that this repository is unfortunately hardly maintained any more, which is a pity, since it has lots of potential. But maybe these files could still be delivered, so that the system can be tested.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions