Coupled pattern learner: Difference between revisions

Content deleted Content added
m Disambiguating links to Corpus (link changed to Text corpus) using DisamAssist.
Line 7:
 
== CPL Overview==
'''CPL''' is an approach to [[semi-supervised learning]] that yields more accurate results by coupling the training of many information extractors. Basic idea behind CPL is that semi-supervised training of a single type of extractor such as ‘coach’ is much more difficult than simultaneously training many extractors that cover a variety of inter-related entity and relation types. Using prior knowledge about the relationships between these different entities and relations CPL makes unlabeled data as a useful constraint during training. For e.g., ‘coach(x)’ implies ‘person(x)’ and ‘not sport(x)’.
 
== CPL Description ==