Difference between revisions of "Natural Language Processing"

From Cyborg Anthropology
Jump to: navigation, search
(draft)
Line 1: Line 1:
 
===Definition===
 
===Definition===
"Natural Language Processing is a theoretically motivated range of computational techniques for analyzing and representing naturally occurring texts at one or more levels of linguistic analysis for the purpose of achieving human-like language processing for a range of tasks or applications" [http://www.cnlp.org/publications/03nlp.lis.encyclopedia.pdf].  
+
Natural Language Processing is a field of computer science that deals with text from human languages, both spoken and written.
 +
 
 +
One common task is translating spoken words to written text. A relatively well-solved problem is part-of-speech tagging, where a computer can correctly identify the parts of speech of each word in a sentence. There are many other applications of natural language processing, including producing a summary of a block of text, optical character recognition, handwriting recognition, sentiment analysis, and machine translation.
 +
 
 +
===Differences from Natural Language Understanding===
 +
The word "processing" was chosen deliberately, and should not be replaced with "understanding." Understanding has other implications that are not necessary to be considered part of natural language processing. <ref>[http://www.cnlp.org/publications/03nlp.lis.encyclopedia.pdf Natural Language Processing]</ref>
 +
#Paraphrase an input text.
 +
#Translate the text into another language.
 +
#Answer questions about the contents of the text.
 +
#Draw inferences from the text.
  
 
===Goal===
 
===Goal===
Line 26: Line 35:
 
*[http://research.microsoft.com/en-us/groups/nlp/ The Redmond-based Natural Language Processing group]  
 
*[http://research.microsoft.com/en-us/groups/nlp/ The Redmond-based Natural Language Processing group]  
 
*[http://nlp.stanford.edu/ The Stanford NLP Group]
 
*[http://nlp.stanford.edu/ The Stanford NLP Group]
 +
*http://www.cnlp.org/publications/03nlp.lis.encyclopedia.pdf
  
  
 
[[Category:Book Pages]]
 
[[Category:Book Pages]]
 
[[Category:Marked for Editing]]
 
[[Category:Marked for Editing]]

Revision as of 20:47, 30 June 2011

Definition

Natural Language Processing is a field of computer science that deals with text from human languages, both spoken and written.

One common task is translating spoken words to written text. A relatively well-solved problem is part-of-speech tagging, where a computer can correctly identify the parts of speech of each word in a sentence. There are many other applications of natural language processing, including producing a summary of a block of text, optical character recognition, handwriting recognition, sentiment analysis, and machine translation.

Differences from Natural Language Understanding

The word "processing" was chosen deliberately, and should not be replaced with "understanding." Understanding has other implications that are not necessary to be considered part of natural language processing. [1]

  1. Paraphrase an input text.
  2. Translate the text into another language.
  3. Answer questions about the contents of the text.
  4. Draw inferences from the text.

Goal

"The goal of NLP as stated above is “to accomplish human-like language processing”. The choice of the word ‘processing’ is very deliberate, and should not be replaced with ‘understanding’. For although the field of NLP was originally referred to as Natural Language Understanding (NLU) in the early days of AI, it is well agreed today that while the goal of NLP is true NLU, that goal has not yet been accomplished. A full NLU System would be able to:
  1. Paraphrase an input text.
  2. Translate the text into another language.
  3. Answer questions about the contents of the text.
  4. Draw inferences from the text.
While NLP has made serious inroads into accomplishing goals 1 to 3, the fact that NLP systems cannot, of themselves, draw inferences from text, NLU still remains the goal of NLP Natural Language Processing, 2.

Location of Field

"NLP has significant overlap with the field of computational linguistics, and is often considered a sub-field of artificial intelligence" [1].

Related Reading

External Links


Cite error: <ref> tags exist, but no <references/> tag was found