The article is not exhaustive, for example it does not cite Cyc or WordNet, although WordNet is used in another experiment in the book to generate poetry.
The limitations and simplifications of each case study in the book – of which I’m well aware – are outlined in the conclusion of each chapter, often touching on subjects such as “real AI” or “false impression of creativity” or cliché.
The aim of my work was to bring together a lot of existing knowledge, popularize it, and make it available in the form of an easy-to-use toolkit (Pattern) for others to play with, explore and progress further. From there on, computational creativity is an active and engaging domain in AI with many open challenges that warmly welcomes new researchers.
As for the unsupervised learn() function: one could write an endless loop in programming code that crawls for “noun1 is adjective1” statements, then for each adjective1 crawls for “noun2 is adjective1” statements, then for each noun2 crawls for “noun2 is adjective2” statements, and so on. The problem would be to automatically filter out uninteresting relations (there will be many), which leads to a creativity-problem-inside-a-creativity-problem.
Comments
Hi. As the author of the article, here’s some background information.
This article was written in 2012 as part of my PhD dissertation (http://arxiv.org/pdf/1410.0281), which consists of a number of computational creativity experiments and case studies, using the Pattern toolkit for Python (http://www.clips.uantwerpen.be/pattern).
The article is not exhaustive, for example it does not cite Cyc or WordNet, although WordNet is used in another experiment in the book to generate poetry.
The limitations and simplifications of each case study in the book – of which I’m well aware – are outlined in the conclusion of each chapter, often touching on subjects such as “real AI” or “false impression of creativity” or cliché.
The aim of my work was to bring together a lot of existing knowledge, popularize it, and make it available in the form of an easy-to-use toolkit (Pattern) for others to play with, explore and progress further. From there on, computational creativity is an active and engaging domain in AI with many open challenges that warmly welcomes new researchers.
As for the unsupervised learn() function: one could write an endless loop in programming code that crawls for “noun1 is adjective1” statements, then for each adjective1 crawls for “noun2 is adjective1” statements, then for each noun2 crawls for “noun2 is adjective2” statements, and so on. The problem would be to automatically filter out uninteresting relations (there will be many), which leads to a creativity-problem-inside-a-creativity-problem.