Learn Before
Concept
Problems with Node-splitting
Node-splitting increases the size of the grammar and reduces the amount of training data available for each grammar rule. This leads to overfitting, so it is important to arrive at a correct level of granularity for a particular training set. The split and merge algorithm starts with a simple X-bar grammar and alternately splits and merges non-terminals to find the set of annotates nodes that maximizes the likelihood of training set treebank.
0
1
Updated 2022-05-22
Tags
Deep Learning (in Machine learning)
Data Science