nrhinehart / deep_imitative_models

Reimplementation (currently partial) of Deep Imitative Models paper, ICLR '20
Other
72 stars 15 forks source link

Reading-Order #4

Closed ghost closed 4 years ago

ghost commented 4 years ago

@nrhine1 Hi there,

Can inverse reinforcement learning be used to predict the Reading-Order of text documents

  1. My Groundtruth is image documents and their xml labels, having organized text regions, example (1st paragraph, 2nd paragraph, 3rd paragraph, etc..)
  2. I want to train a model to learn the concept of human reading order.
  3. Finally, I will use the trained model on image documents with text regions, example ( paragraph, paragraph, paragraph), and the model would tell which paragraph is 1st, which is 2nd, etc...

readingorder

nrhinehart commented 4 years ago

Hi @deepseek -- that sounds like an interesting problem. However, a github issue on this repository is not the proper place to discuss it, as github issues are meant to address issues with the project's code. Document reading order prediction is not in the scope of this project, although you could try an imitation learning approach like DIM for it. Hope that helps!