PetrochukM / PyTorch-NLP

Basic Utilities for PyTorch Natural Language Processing (NLP)
https://pytorchnlp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.21k stars 258 forks source link

Can you help me with finding a way to map freebase MIDs to string in SimpleQuestions? #40

Closed RamonYeung closed 6 years ago

RamonYeung commented 6 years ago

Thanks in advance.

PetrochukM commented 6 years ago

You need to download the Freebase knowledge graph and look for "alias" relations: https://developers.google.com/freebase/

PetrochukM commented 6 years ago

Why are you working on this dataset?

This paper declared it solved: https://arxiv.org/abs/1804.08798

RamonYeung commented 6 years ago

Thanks for the pointers. I am having a hard time in preprocessing question answering dataset using Freebase as external knowledge source. By searching GitHub for any potential solution, I look into this repo and found general code for loading vary datasets.

This is why I am opening an issue to see whether I am lucky.