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

Dataset format #5

Open
TakaHiR07 opened this issue Sep 10, 2019 · 3 comments
Open

Dataset format #5

TakaHiR07 opened this issue Sep 10, 2019 · 3 comments

Comments

@TakaHiR07
Copy link

Hello, I want to reproduce the code but I encounter a problem. What's the meaning of the parameter idx, inp, pos, etc. in the following code

for idx, inp, pos, dep_fw, dep_bw, ans_ne, wgt_ne, ans_rel, wgt_rel in ld_ts:
print(idx.shape)
print(inp.shape, pos.shape, dep_fw.shape, dep_bw.shape)
print(ans_ne.shape, wgt_ne.shape)
print(ans_rel.shape, wgt_rel.shape)

@JingYangGE
Copy link

Hello, did you get dataset?

@TakaHiR07
Copy link
Author

Hello, did you get dataset?

from this repository, https://github.com/INK-USC/DS-RelationExtraction

@niartnelis
Copy link

I tried to process the data according to the link and the result was not successful.
Can you send the input file that has been processed?the NYT input file.
my e-mail address: daiminjiang@outlook.com
thanks a lot.

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

3 participants