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

How to run for a custom dataset #5

Closed
avinashsai opened this issue Apr 7, 2020 · 1 comment
Closed

How to run for a custom dataset #5

avinashsai opened this issue Apr 7, 2020 · 1 comment

Comments

@avinashsai
Copy link

Hi,
I have sentences in this order(example):
S1,S2,S3
S4,S1,S5

1.How can I convert the above sentence order to run this algorithm??
2.Can I use this algorithm to predict next sentence??
3.If I give a new sentence S6 how to predict next sentence??

@ARIES-LM
Copy link
Contributor

Hi.
I guess that you want to reorder a paragraph which has some identical sentences. Since these two S1 have different indexes, i.e. 0 and 4 in this example, the algorithm does not need modificaiton in this case. On the other hand, S1 can also be regarded as one node. If so, the mask should be removed because a node can be pointed more than once.
This algorithem is based on the pointer machnism and is not generative. The input should be complete. I think it can't predict next sentence.

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

2 participants