Machine Learning in Natural Language Processing

Machine Learning in Natural Language Processing

Marina Sokolova, Stan Szpakowicz
DOI: 10.4018/978-1-60566-766-9.ch014
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

This chapter presents applications of machine learning techniques to traditional problems in natural language processing, including part-of-speech tagging, entity recognition and word-sense disambiguation. People usually solve such problems without difficulty or at least do a very good job. Linguistics may suggest labour-intensive ways of manually constructing rule-based systems. It is, however, the easy availability of large collections of texts that has made machine learning a method of choice for processing volumes of data well above the human capacity. One of the main purposes of text processing is all manner of information extraction and knowledge extraction from such large text. Machine learning methods discussed in this chapter have stimulated wide-ranging research in natural language processing and helped build applications with serious deployment potential.
Chapter Preview
Top

Natural Language Processing As A Challenge For Machine Learning

The science and technology of the use and properties of human languages is generally known as Natural Language Processing (NLP). The name emphasizes, on the one hand, the natural origins of human spoken languages and, on the other, their role in computing. The discipline goes by several other mostly self-explanatory names, each bringing into focus a different key aspect: Computational Linguistics, Natural Language Understanding, Language Technology, Language Engineering, Text Processing, Text Analysis, etc. Disciplines that deal with speech, for example Speech Recognition and Speech Generation, may or may not be included in Natural Language Processing. Major classes of applications of theories, tools and techniques developed in NLP include Machine Translation, Text Summarization, Text Mining and Information Extraction (IE). We refer the reader to (Mitkov, 2003) for an up-to-date description of NLP tasks and techniques. Feldman and Sanger (2007) discuss IE, visualization methods and probabilistic modelling, which often complement Machine Learning (ML) in language analysis. Sebastiani (2002) and Lopez (2008) present comprehensive overviews of ML applications to text categorization and translation, respectively.

Vocabulary, grammar, style – a few of many salient language dimensions – depend upon central dichotomies in natural language: spoken/written, edited/spontaneous, objective/subjective, formal/informal, and so on (Biber, 1988; Crystal, 2006). The nearly inexhaustible richness of language characteristics is “a challenge to those minds which seek ordered simplicity in the world, and at the same time a collectors’ paradise” (Firth, 1936). The fast-increasing volume of readily available digital texts makes natural language not only a fertile ML research area (Daelemans, 2006), but also one of the most important data formats for ML applications (Shawe-Taylor and Christianini, 2004). The performance of ML algorithms is routinely compared on document topic classification, word-sense disambiguation and opinion analysis, to name just a few common NLP tasks.

This chapter presents ML applications to fundamental language-processing and linguistic problems: identify a word’s part-of-speech or its meaning, find relations between words, and so on. Such problems, once solved, are a necessary component of many a higher-level language processing task, including text summarization, question answering and machine translation.

The next section of the chapter positions ML applications among technological tools for NLP. Next, we look at NLP from the ML perspective, focusing on such issues as the importance of annotated data, the characteristics of text data sets and the evaluation measures. We then discuss the nature of NLP problems solved by ML methods, which we propose to see as nested learning – based on the results of other learning. We show how Named-Entity Recognition, part-of-speech tagging and parsing contribute to learning in more advanced problems NLP problems. We look in some detail at ML applications to Word-Sense Disambiguation (WSD), one of the core NLP problems. Table 1 sums those algorithms and problems to which we have paid particular attention in this chapter. We discussed more algorithms and problems, but with fewer details.

Table 1.
Algorithms and corresponding learning problems discussed in some detail in this chapter.
AlgorithmProblem
Clustering by CommitteeLearning concepts from text
Decision TreesClassification of texts with features that are redundant (relevant but nor discriminative enough)
Deep Neural NetworksCombined semantic and probabilistic language modeling; multi-task feature learning
Finite-state automataStemming
Support Vector MachineClassification of texts in high-dimensional feature spaces
Transformation-based learningPart-of-speech tagging

Key Terms in this Chapter

Entity Recognition: the task/process of finding in text expressions (usually nouns and noun phrases) that serve as names of entities such as people, organizations, places, dates and so on

Corpus: an organized collection of texts.

Part-of-Speech tagging: the process of labelling each word in a corpus with its part of speech (much more detailed than the traditional noun, verb, adjective and so on)

Parsing: the process of producing a linguistic structure, usually syntactic (for clauses or sentences), sometimes morphological (for words, especially in inflected languages)

Natural Language Processing: theory, design and implementation of systems for the analysis, understanding and generation of written or spoken language

Word-Sense Disambiguation: the task/process of selecting the correct sense of a word (usually in context).

Nested Learning: learning based on the results of other learning

Complete Chapter List

Search this Book:
Reset