Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, how to generate the following file? #18

Open
zhangsanaixuexi opened this issue Oct 13, 2020 · 3 comments
Open

Hello, how to generate the following file? #18

zhangsanaixuexi opened this issue Oct 13, 2020 · 3 comments

Comments

@zhangsanaixuexi
Copy link

q.txt: The file of questions.
te.txt: The file of topic entities (Obtained via NER tool for named entity detection and Google Knowledge Graph Search API).
con.txt: The file of detected constraints, which usually cannot be detected as topic entities (Obtained via a simple dictionary constructed on training data).
a.txt: The file of answers.
g.txt: The file of ground truth query graphs (No such file is provided for ComplexQuestions).

@lanyunshi
Copy link
Owner

Hi,

These are files that we generated via our pre-processing step, either extracted from the raw dataset file or generated via some simple steps (such as te.txt, con.txt). For g.txt file, we obtained it by selecting the relation path with the maximum F1 score, but it's not very important as we didn't use g.txt file in our code.

@Sarahtorekryo
Copy link

Sarahtorekryo commented Sep 9, 2021

Hi,

These are files that we generated via our pre-processing step, either extracted from the raw dataset file or generated via some simple steps (such as te.txt, con.txt). For g.txt file, we obtained it by selecting the relation path with the maximum F1 score, but it's not very important as we didn't use g.txt file in our code.

Hi, thanks for your extraordinary work! Could you please tell what entity linking tool did you use to get the ranked topic entities and their scores in the question(contents in te.txt)? Thanks a lot!!

@imjinshuo
Copy link

Sorry, I still do not know how to generate the con.txt after reading your answering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants