I am a newbie in data-to-text NLG. I am researching the semantic alignment in data-to-text,the task definition is to label the segment of the reference text about the data tale with the key of the data table, as shown in the image below.
Now the difficulty is that there are no labeled data, so I have no idea to deal with it. So I want to know if there are any papers or methods on this issue. Thanks!
This is Linguistic Feature of Text which is called Part-of-speech tagging. You should start with spaCy, below is the code to understand it:
The output will be:
For a detailed understanding - https://spacy.io/usage/linguistic-features