EUGENE

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Functioning)
m
Line 26: Line 26:
 
*'''T-rules''', where you have to provide the UNL-NL [[transformation grammar]] (i.e., the grammar to be used to convert the UNL input into the NL output). You may either create a new file or upload an existing file. In any case, the grammar must be provided according to the [[UNL Grammar Specs]], and must contain only [[transformation rule]]s. Once you create/upload a grammar, you have to select it (by clicking the corresponding check box) and load it (by pressing the load button at the top menu). You may have several different grammars, and may load many of them to process the same corpus, but be sure that they are loaded in the correct order (because the order of the rules does matter for transformation). You may reorder the grammars through the option "reorder grammars" at the top menu.
 
*'''T-rules''', where you have to provide the UNL-NL [[transformation grammar]] (i.e., the grammar to be used to convert the UNL input into the NL output). You may either create a new file or upload an existing file. In any case, the grammar must be provided according to the [[UNL Grammar Specs]], and must contain only [[transformation rule]]s. Once you create/upload a grammar, you have to select it (by clicking the corresponding check box) and load it (by pressing the load button at the top menu). You may have several different grammars, and may load many of them to process the same corpus, but be sure that they are loaded in the correct order (because the order of the rules does matter for transformation). You may reorder the grammars through the option "reorder grammars" at the top menu.
 
*'''D-rules''', where you have to provide the UNL-NL [[disambiguation grammar]] (i.e., the grammar to be used to control the
 
*'''D-rules''', where you have to provide the UNL-NL [[disambiguation grammar]] (i.e., the grammar to be used to control the
 +
[http://www.tokobungasabana.com Toko bunga], [http://vamostech.com/gps-tracking Gps tracking], [http://www.goldenfibreglass.com/product-atap-fiberglass.php Atap fiberglass], [http://www.trimasjaya.com/pintu-dan-jendela/index.html Pintu dan jendela], [http://trimasjaya.com/products/railing_tangga/index.html Railing tangga], [http://www.raywhitesemarang.com Properti semarang]
  
 
== Test drive ==
 
== Test drive ==

Revision as of 05:51, 2 May 2014

EUGENE is a natural language generation system. It generates natural language sentences out of semantic networks represented in the UNL format. In its current release, it is a web application developed in Java and available at the UNLdev.

Contents

The name

EUGENE is an acronym for dEp-to-sUrface GENErator

Requirements

As a universal engine, EUGENE must be parameterized to the target languages with the following files, to be provided through EUGENE's interface:

  • The input document in the UNL document structure, i.e., the universal semantic network to be generated in natural language
  • The UNL-NL (generation) dictionary, i.e., a lexical database where UWs are mapped into natural language entries, along with the corresponding features, to be provided according to the UNL Dictionary Specs
  • The UNL-NL (generation) transformation grammar, i.e., a set of of transformation rules used to convert the UNL graphs into natural langauge sentences, to be provided according to the UNL Grammar Specs
  • The UNL-NL (generation) disambiguation grammar, i.e, a set of disambiguation rules used to improve the results of the tokenization and of the transformation

to be provided according to the UNL Grammar Specs, to be provided according to the UNL Grammar Specs

Functioning

EUGENE performs the three following movements over the input file:

  • Segmentation, i.e., the division of the input document into a series of isolated graphs, which are processed one at a time
  • Tokenization, i.e., the identification of the tokens (UWs, Universal Relations and Universal Attributes) of each graph of the input document
  • Transformation, i.e., the application of the transformation rules of the grammar over each tokenized graph in order to generate a natural language sentence

Quick start

As part of the UNLdev, EUGENE is available at [1]. You must be registered in the UNLweb in order to log in.
EUGENE has 5 tabs:

  • The welcome tab
  • UNL input, where you have to provide the UNL document to be NLized. You may either create a new file or upload an existing file.
  • Dictionaries, where you have to provide the UNL-NL dictonaries (i.e., the dictionaries to be used in natural language generation). You may either create a new file or upload an existing file. Use the default option "Database", instead of "Compiled", which are used for very big dictionaries. In any case, the dictionary must be provided according to the UNL Dictionary Specs. Once you create/upload a dictionary, you have to select it (by clicking the corresponding check box) and load it (by pressing the load button at the top menu). You may have several different dictionaries, and may load many of them to process the same corpus, but be sure that they are loaded in the correct order (because the order of the entries in the dictionary does matter for tokenization). You may reorder the dictionaries through the option "reorder dictionaries" at the top menu.
  • T-rules, where you have to provide the UNL-NL transformation grammar (i.e., the grammar to be used to convert the UNL input into the NL output). You may either create a new file or upload an existing file. In any case, the grammar must be provided according to the UNL Grammar Specs, and must contain only transformation rules. Once you create/upload a grammar, you have to select it (by clicking the corresponding check box) and load it (by pressing the load button at the top menu). You may have several different grammars, and may load many of them to process the same corpus, but be sure that they are loaded in the correct order (because the order of the rules does matter for transformation). You may reorder the grammars through the option "reorder grammars" at the top menu.
  • D-rules, where you have to provide the UNL-NL disambiguation grammar (i.e., the grammar to be used to control the

Toko bunga, Gps tracking, Atap fiberglass, Pintu dan jendela, Railing tangga, Properti semarang

Test drive

You may test the system using the resources below:

  • UNL Document: to be uploaded to the tab UNL document (don't forget to select the file after uploading it)
    1. UCA1_unl.txt,
  • Dictionaries: to be uploaded, IN THE FOLLOWING ORDER, to the tab Dictionaries (don't forget to select and load the file after uploading it)
    1. unl_eng_dic.txt (entries appearing in the corpus UCA1)
    2. Default Dictionary (blank space, punctuation signs and other generic entries)
  • T-grammar: to be uploaded, IN THE FOLLOWING ORDER, to the tab T-rules (don't forget to select and load the file after uploading it)
    1. Standardization Grammar (used to standardize the structure of the dictionary entries)
    2. UNL-ENG T-Grammar (language-specific rules)
    3. Default T-Grammar (generic rules)
  • D-grammar: to be uploaded to the tab D-rules (don't forget to select and load the file after uploading it)
    1. UNL-ENG D-Grammar (disambiguation rules)
Software