Giter VIP home page Giter VIP logo

awesome-document-understanding's People

Contributors

andreagemelli avatar atraining avatar bprus avatar hasansalimkanmaz avatar isydmr avatar jame76 avatar jsv4 avatar michalturski avatar tstanislawek avatar yeus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-document-understanding's Issues

Recommended Information Extraction Method for PDF-Resumes?

Hello,

I know this isnt a issue, but i couldnt find a better place to ask this question.

I guess extracting data from resumes belongs to the key-information-extraction area.
So for the start I thought about using just a normal BERT and in my training data I only mark the entities that want to extract. But does it also makes sense to create a label for the label "english" (see example below) to get better results or to use relation extraction at this semi-form like data? Or does the behaviour of BERT recognizes automatically that after the string "english: " is going be a grade?

For a simple example at extracting grades from a resume:
input:
"english: 2"
-> do i need only need to annotate "2" or is it recommended to do something else

output:
grade_english: "2"

wanted labels:

  • firstname
  • lastname
  • last_job_title
  • graduation
  • grade_english
  • grade_math
  • grade_economy

Grouping corresponding entities

I am sorry, I know this is not an issue, but I don't know where to ask it.

I am parsing PDF documents and now I have a task to group entities together: I have a chemical and its characteristics, I am parsing them using NER (huggingface transformers) and quality is OK, but I don't know how to group each chemical with corresponding characteristics (I don't even how the task is called). I can write some rules, that characteristics, which appear after the chemical name, correspond to this chemical, but sometimes the order is different and some characteristics appear before the name of the chemical.

So I want to use some model to link chemicals and their corresponding characteristics somehow together.

Please can you help me and give me some advice for this problem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.