Submitted by 8hubham t3_znkeh2 in MachineLearning
I am planning to take up an interesting NLP project, due to my limited exposure to NLP I am stuck at the moment. I want to extract 'goal' statements from lengthy reports. For example, the goals can be We would be reducing our carbon footprint by 50% by 2025 or Our company aims to increase the diversity in the work-force in upcoming months. Check below image for example text and highlighted goals.
How can I go about the process of goal extraction, I would like to get some pointers on possible NLP approaches I can start with ?
Note that I do not have an annotated dataset with extracted goals.
KlutzyLeadership3652 t1_j0hn1ba wrote
You can look up 'extractive text summarization'. Or if you're looking for to-the-point keyphrases in the paragraphs, then 'keyphrase extraction'. See how off-the-shelf models work on your examples.