How to extract a specific paragraph from a text file

Hi,
I am looking for a way to extract a job description from a resume. I can not use name entity recognition as it is using a couple of words as entities and job description is made of several sentences.

I have been going through many NLP tasks trying to find a trick, but it seems not doable… If someone as an idea about the problematic to extract a specific paragraph, I am in :slight_smile:

Many thanks :slight_smile:

Any update on this topic? Have been looking into this kind of extraction too recently. Currently, I assume I have to train/finetune a model with high value for sequence length specifically for this task. Well trained and finetuned chat models like chat gpt can do it, but that seems like a bit of an overkill plus I need an open source solution.