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

A question about the chart in the paper #2

Open
juhaofeng opened this issue Apr 11, 2024 · 4 comments
Open

A question about the chart in the paper #2

juhaofeng opened this issue Apr 11, 2024 · 4 comments

Comments

@juhaofeng
Copy link

I understand the first three ways to extract triples, what does the fourth diagram you proposed mean? What do the dotted and solid lines represent, and is the last one just extracted {WWE,country,us}?

Uploading que.png…

@juhaofeng
Copy link
Author

Uploading que.png…

@bigdante
Copy link
Collaborator

Sorry, I cannot see your que.png, but I guess it may be the Figure 2: Processing step of different RE paradigms. in the paper. {WWE, country, us} is only an example, meaning you extract the relations and use 'country' to extract the triplet fact. You later recognize the head entities (here WWE and others), and you loop through each head entity to extract the corresponding fact. When looping to WWE, you extract the facts corresponding to this entity. WWE may act as the subject, and the corresponding tails might be more than one. In the paper, it is merely used as an example.
Contact me at any time if you have any questions.
Best~

@juhaofeng
Copy link
Author

Thank you for your explanation. I understand now. In addition, I found that the server of the deployment platform you wrote in the paper cannot be opened, could you please deal with it? thank you.

@bigdante
Copy link
Collaborator

Thank you for your explanation. I understand now. In addition, I found that the server of the deployment platform you wrote in the paper cannot be opened, could you please deal with it? thank you.

Sorry about that, there are some problems with the machine, I am trying to migrate the service to another machine.
You can try the inference mode with the ckpt I provided first. And I will fix the server soon.

Best~

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