-
Notifications
You must be signed in to change notification settings - Fork 8k
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
自动关系抽取(relation extration) #6837
Conversation
Thanks for your contribution! |
PaddleOCR社区常规赛 #4982 |
期待PPOCRLabel支持自动切割文本和RE关联。 ~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We need this A.S.A.P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We need this A.S.A.P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We need this A.S.A.P
通过预定义文件(docvqa_predefine.py)为Label.txt 增加关系抽取(RE),直观地就是增加id、linking属性,并修改key_cls为question、answer或other。以PPLabelOCRLabel V3的Label.txt新格式要求实现RE( 移除xfund格式、移除切分文本)。