Science Blog

Science news straight from the oven

Navigation

  • Topics
    • Aerospace
    • Animals
    • Anthro and Archaeology
    • Bio and Medicine
    • Brain and Behavior
    • Business and Economy
    • Computers and Electronics
    • Education and Outreach
    • Energy and Environment
    • Geoscience
    • Internet and Communication
    • Media and Entertainment
    • Nanotech, Chem and Materials
    • Physics and Numbers
    • Security and Defense
    • Software
    • Space
    • Transportation
  • Reader Blogs
  • Commerce
  • Register/Login
Home Topics Software
  • Contact
  • Home
Google

Similar entries

  • Why are first-graders smarter than Chomsky?
  • We know toddlers can't count, but they are good at statistics
  • Like monkeys and humans, rats can tell two languages apart
  • Human brains similarly organized

Recent Comments

  • Moving to a related discussion
  • ‘Round and ‘round you go
  • why such a zero content comment
  • Who Sleep With You
  • older women
more

Reader Blogs

  • Spectra of gravitational waves
  • Did you know that?
  • Fun with digits
  • AFFiRiS: Milestone Reached in Clinical Trial of Alzheimer’s Vaccine
more

New algorithm for learning languages

Cornell University and Tel Aviv University researchers have developed a method for enabling a computer program to scan text in any of a number of languages, including English and Chinese, and autonomously and without previous information infer the underlying rules of grammar. The rules can then be used to generate new and meaningful sentences. The method also works for such data as sheet music or protein sequences.

The development -- which has a patent pending -- has implications for speech recognition and for other applications in natural language engineering, as well as for genomics and proteomics. It also offers new insights into language acquisition and psycholinguistics.

"The algorithm -- the computational method -- for language learning and processing that we have developed can take a body of text, abstract from it a collection of recurring patterns or rules and then generate new material," explained Shimon Edelman, a computer scientist who is a professor of psychology at Cornell and co-author of a new paper, "Unsupervised Learning of Natural Languages," published in the Proceedings of the National Academy of Sciences (PNAS, Vol. 102, No. 33).

"This is the first time an unsupervised algorithm is shown capable of learning complex syntax, generating grammatical new sentences and proving useful in other fields that call for structure discovery from raw data, such as bioinformatics," he said.

Unlike previous attempts at developing computer algorithms for language learning, the new method, called Automatic Distillation of Structure (ADIOS), successfully identifies complex patterns in raw texts. The algorithm discovers the patterns by repeatedly aligning sentences and looking for overlapping parts.

For example, the sentences I would like to book a first-class flight to Chicago, I want to book a first-class flight to Boston and Book a first-class flight for me, please may give rise to the pattern book a first-class flight -- if this candidate pattern passes the novel statistical significance test that is the core of the algorithm.

If the system also encounters the sentences I need to book a direct flight from New York to Tel Aviv andI would like to book an economy flight , it may infer that the phrases first-class, direct and economy are equivalent in the context of the new pattern. "Because such equivalence sets can contain other patterns -- in turn containing further patterns, and so on -- the resulting body of knowledge grows recursively, as a sort of forest of branching trees of possibilities," said Edelman.

He added, "ADIOS relies on a statistical method for pattern extraction and on structured generalization -- two processes that have been implicated in language acquisition. Our experiments show that it can acquire intricate structures from raw data, including transcripts of parents' speech directed at 2- or 3-year-olds. This may eventually help researchers understand how children, who learn language in a similar item-by-item fashion and with very little supervision, eventually master the full complexities of their native tongue."

In addition to child-directed language, the algorithm has been tested on the full text of the Bible in several languages, on artificial context-free languages with thousands of rules and on musical notation. It also has been applied to biological data, such as nucleotide base pairs and amino acid sequences. In analyzing proteins, for example, the algorithm was able to extract from amino acid sequences patterns that were highly correlated with the functional properties of the proteins.

The new method was developed jointly with David Horn and Eytan Ruppin, professors of physics and computer science, respectively, at Tel Aviv University, and with Zach Solan, a doctoral student there and the lead author on the paper. Their collaboration with Edelman was supported in part by the U.S.-Israel Binational Science Foundation.

From Cornell University




Submitted by BJS on Wed, 2005-08-31 15:18.

  • Software


  • Printer-friendly version
  • 15890 reads


there is always the problem

Submitted by Anonymous on Mon, 2008-07-07 05:02.

there is always the problem of 'how much is too much'? as you said it is applied on extensive and recurring raw data. where do you get this data from? i don't really care, but what about the validity of the data? in order to get a correct algorithm you need correct data.

  • reply

Strict pattern-based methods

Submitted by Anonymous on Sun, 2008-05-25 19:53.

Strict pattern-based methods of grammar induction are often frustrated by the apparently inexhaustible variety of novel word combinations in large corpora. Statistical methods offer a possible solution by allowing frequent well-formed expressions to overwhelm the infrequent ungrammatical ones. They also have the desirable property of being able to construct robust grammars from positive instances alone. Unfortunately, the zero-frequency problem entails assigning a small probability to all possible word patterns, thus ungrammatical n-grams become as probable as unseen grammatical ones. Further, such grammars are unable to take advantage of inherent lexical properties that should allow infrequent words to inherit the syntactic properties of the class to which they belong.

  • reply

Yes it's pity but it is

Submitted by Anonymous on Sat, 2008-02-09 02:10.

Yes it's pity but it is so:(
Search engines become smarter only because spa*mers getting smarter and invent such linguistic tools.

  • reply

It's an old idea (if I don't

Submitted by Anonymous on Mon, 2008-01-28 05:30.

It's an old idea (if I don't miss something). If you are interested in this topic use Google and search for "Markov chains". Spammers generate "like-real" tests using this algorithm. And yes, it also can be applied to test texts.
--
Treat

  • reply

We create program

Submitted by webmaster@prosoftone.net (not verified) on Fri, 2006-02-24 09:31.

create program , that can easily generate texts with content, that answers exactly to human's questions. I think it'll be possible, when smth about background knowledge will be created.

  • reply

I study

Submitted by Anonymous on Fri, 2006-02-24 09:29.

I study Applied Linguistics in my university, Computational and other lingustics. My purpose is to

  • reply

nice link

Submitted by webmaster@wonderyou.com (not verified) on Sun, 2006-01-29 18:38.
From guys who haven't even learned the language of love? Thanks, nice link
  • reply

Well this is interesting

Submitted by webmaster@fellowmate.com (not verified) on Sun, 2006-01-29 18:37.

Well this is interesting I imagine the algorithm is in some version of C+ or something. There was once three or four competing lists of rules for English syntax, about 33 or so, so this is a good thing for computers to do, so to speak, sort of a real-time syntactical concordance analyses.

  • reply

Syntax

Submitted by georgejmyersjr on Sat, 2005-09-03 19:40.

I once studied syntax and transformational grammar at Stony Brook University, along with other linguistic classes for Anthropology and find this an interesting development. When computer languages got started there was one SNOBOL which processed language, instead of numbers, which I thought might some day be developed, why even Bill Gates once promised a SNOBOL for Windows. (Where is it Mr. Gates?) Well this is interesting I imagine the algorithm is in some version of C+ or something. There was once three or four competing lists of rules for English syntax, about 33 or so, so this is a good thing for computers to do, so to speak, sort of a real-time syntactical concordance analyses. Bravo!

George J Myers, Jr. (my first post here, I'm awed)

  • reply

I need a French/English

Submitted by trisha4 on Thu, 2005-09-01 09:57.

I need a French/English version now please...before it's too late.

  • reply

Learn a new language?

Submitted by sacnads on Thu, 2005-09-01 03:40.
From guys who haven't even learned the language of love? http://www.fotodaze.com/view.php?view=2153
  • reply

or even better, a spam

Submitted by antifraudster on Thu, 2005-09-01 01:25.

or even better, a spam generator!

-bugmenot.com-

  • reply

spam?

Submitted by pyropunk on Wed, 2005-08-31 22:44.

Since spam often consists of randomly generated sentences could this algorithm be used as a spam filter?

  • reply

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote>
  • Lines and paragraphs break automatically.

More information about formatting options

Copyright, Science Blog.
Think. It's not illegal yet. Read our Privacy Policy.
RoopleTheme