Skip to content

Improve relation extraction #37

@tuongtranegs

Description

@tuongtranegs

Hi @jpWang , thanks for your repo,

I have used it for my project: extract keys and values in complicated layout document types

  1. The NER model looks good
  2. The RE model does not work well
    Examples: The outputs of RE model: Q1 -> A2, Q2->A2, Q3 -> A1

I have an idea to improve the RE model as below:
As I know that the RE is based on the semantics of language to learn -> relation classification
From my point of view, they can be learned on position (position embedding) + semantics of language to improve relation classification

To take the good result as bellow:
image

What do you think about my idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions