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

Regarding the PURE baseline #3

Open
zeal2000 opened this issue Mar 27, 2024 · 2 comments
Open

Regarding the PURE baseline #3

zeal2000 opened this issue Mar 27, 2024 · 2 comments

Comments

@zeal2000
Copy link

Dear Author, Hi, I have a question that is confusing me, in the original work of PURE, the performance of Rel and Rel+ on SciERC dataset is 50.1 and 36.8 respectively, what is the metric you are using in GPT-RE that can reach 68.45, thanks!

@edzq
Copy link

edzq commented May 21, 2024

@zeal2000 Basically, they are working on "Relation Classification" rather than "extraction". They defined their task in section 2.1 . In the PURE or PL-Marker paper, they are working on the end-to-end relation extraction, which has two steps, 1) extracting the entities and 2) classifying the potential relations of entity pairs.
The input of this paper is sentence + entity information.

@zeal2000
Copy link
Author

@zeal2000 Basically, they are working on "Relation Classification" rather than "extraction". They defined their task in section 2.1 . In the PURE or PL-Marker paper, they are working on the end-to-end relation extraction, which has two steps, 1) extracting the entities and 2) classifying the potential relations of entity pairs. The input of this paper is sentence + entity information.

thank you! I see~

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