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.
AlexMourne t1_j0hmd33 wrote
I would recommend you to look at NER( but I don't think that it will show you good results since your entities are preatty vague) and maybe to try to make a classifier for every separate sentence since it seems like the context is not very important here.