Deep linguistic processing
Deep Linguistic Processing is a natural language processing framework which draws on theoretical and descriptive linguistics. It models language predominantly by way of theoretical syntactic/semantic theory (e.g. CCG, HPSG, LFG, TAG, the Prague School). The Deep Linguistic Processing approaches differ from shallower methods in that they yield richer, more expressive, structural representation which capture long-distance dependencies or the underlying predicate-arguement structure directly.[1]
The knowledge-intensive approach of Deep linguistic processing requires considerable computational power, and has in the past sometimes been judged as being intractable. However, research in the early 2000s had made considerable advancement in efficiency of deep processing.[2][3]
Deep vs Shallow Linguistic Processing
Traditionally, deep linguistic processing has been concerned with computational grammar development (for use in both parsing and generation). These grammar were manually developed, maintained and were computationally expensive to run. In recent years, machine learning approaches (also known as shallow linguistic processing) have fundamentally altered the field of natural language processing. The rapid creation of robust and wide-coverage machine learning NLP tools requires substantially lesser amount of manual labor. Thus deep linguistic processing methods have received less attention.
However it is the belief of some computational linguists that in order for computers to understand natural language or inference, detailed syntactic and semantic representation is necessary. Moreover, shallow methods may lack human language 'understanding'. While humans can easily understand a sentence and it's meaning, shallow linguistic processing might lack human language 'understanding'. For example:
[4]:
- a) Things would be different if Microsoft was located in Georgia.
In sentence A, a shallow information extraction system might infer wronlgy that Microsoft's headquarters was located in Georgia. While as humans, we understand from the sentence that Mircosoft office was never in Georgia.
- b) The National Institue for Psychology in Israel was established in May 1971 as the Israel Center for Psychobiology by Prof. Joel.
In sentence B, a shallow system could wrongly infer that Israel was establish in May 1971. Instead, humanly we know that it is the National Institute for Psychobiology that was establish in 1971.
In summary of the comparison between deep and shallow language processing, deep linguistic processing provides a knowledge-rich analysis of language through manually developed grammars and language resources. Whereas, shallow linguistic processing provides a knowledge-lean analysis of language through statistical/machine learning manipulation of texts and/or annotated lingusitic resource.
References
- ^ Timothy Baldwin, Mark Dras, Julia Hockenmaier, Tracy Holloway King, and Gertjan van Noord. 2007. The impact of deep linguistic processing on parsing technology. In Proc. of the 10th International Workshop on Parsing Technologies (IWPT-2007), pages 36–8, Prague, Czech Republic.
- ^ Ulrich Callmeier. PET – A platform for experimentation with efficient HPSG processing techniques. Natural Language Engineering, 6(1):99 – 108, 2000.
- ^ Hans Uszkoreit. New Chances for Deep Linguistic Processing. In Proceedings of COLING 2002, pages xiv–xxvii, Taipei, Taiwan, 2002.
- ^ U. Schafer. 2007. ¨ Integrating Deep and Shallow Natural Language Processing Components – Representations and Hybrid Architectures. Ph.D. thesis, Faculty of Mathematics and Computer Science, Saarland University, Saarbrucken, Germany.