A multi label text classification problem

I'm looking to solve a multi label text classification problem but I don't really know how to formulate it correctly so I can look it up.. Here is my problem :

Say I have the document I want to learn NLP. I can do that by reading NLP books or watching tutorials on the internet. That would help me find a job in NLP.

I want to classify the sentences into 3 labels (for example) objective, method and result. The result would be :

objective : I want to learn NLP

method : I can do that by reading NLP books or watching tutorials on the internet.

result : That would help me find a job.

As you would have noticed, it's not a classical classification problem, since the classification here depends on the document structure (unless I'm wrong?)

Any idea of the key words to better describe the problem ? or how I might solve it ?

Many thanks!

Topic text-classification multiclass-classification language-model nlp

Category Data Science


Based on some discussions and on the commentaries, the conclusion is that this problem could be rather considered as one of the following NLP tasks (some of which are pretty similar..) :

  1. Q&A (as suggested by @Akavall too)
  2. Intent Classification (or NER)
  3. One shot Learning
  4. Semantic Role Labeling
  5. Sequence Labeling (as suggested by @Erwan)

Thanks!

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.