CLEA2000

From UNL Wiki
Jump to: navigation, search

CLEA2000 certifies that you have reached a standard of knowledge concerning the development of natural language grammars for NLization and may officially participate in the UNL Research. The certificate consists of a set of 100 graphs that must be NLized with EUGENE.

Contents

Goal

In CLEA2000, you are expected to provide the lingware (dictionary and grammars) necessary to NLize the corpus UCA1 into your native language.

Instructions

  1. Training corpus
    1. Prepare the training corpus
      • If your native language is not English: translate (manually) the 100 sentences of the corpus UCA1 from English into your native language. Be as close as possible to the original, and provide one single translation for each sentence. This will be your expected output, and your goal will be to get (automatically, through EUGENE) these NL sentences out of the UNL graphs. See an example of input file here. Note that you have to translate only the sentences between {org}{/org}
      • If your native language is English: use the corpus UCA2 as your input document file.
    2. Save the translated text (without the English original) in a plain text (.txt) file with UTF-8 encoding and upload it to UNLWEB>UNLDEV>EUGENE>UNL FILES.
  2. Dictionary[1]
    1. Create a dictionary for your training corpus. Your dictionary must contain all and only the word forms appearing in your training corpus, and must comply with the Dictionary Specs.
    2. Save the NL-UNL dictionary in a plain text (.txt) file with UTF-8 encoding and upload it to UNLWEB>UNLDEV>EUGENE>DICTIONARIES.
  3. Grammars[2]
    1. Create the UNL-NL (generation) grammars necessary to NLize the UNL graphs. These grammars are the most difficult (and the actual goal) of the whole analysis task. There can be two different types of grammar:
    2. Save the UNL-NL grammars in a plain text (.txt) file with UTF-8 encoding and upload them to the corresponding tabs in UNLWEB>UNLDEV>EUGENE.
    3. Test them and do the necessary changes until you get good results.
  4. Evaluation
    1. Export the actual output of EUGENE (range=1-100, trace-level=MINIMAL).
    2. Check the F-measure of the actual output at UNLWEB>UNLARIUM>TOOLS>F-MEASURE.[4]
    3. If the F-measure > 0.9, upload the corpus, dictionary and grammars to VALERIE (UNLWEB>VALERIE>CLEA2000) in order to have your exercise evaluated.

Samples and Examples

The following resources have been used to deal with UCA1 in English and may be used as a sample of what is expected to be provided

NLization
Language Corpus Dictionary T-Grammar D-Grammar Output
English uca1_unl.txt unl_eng_dic.txt unl_eng_tgrammar.txt unl_eng_dgrammar.txt unl_eng_trace.txt


Recommended Readings

Before starting the activity, and in order to fully understand what is expected to be done, it is important for you to be acquainted with the following documentation:

It is also interesting to make a test drive with EUGENE.

Notes

  1. Instead of creating a whole new dictionary from scratch, you may try localizing the English dictionary available at unl_eng_dic.txt. Note that "localization" is not the same as "translation". You may need other features (in English, for instance, nouns do not have gender or case) or other entries. In any case, the resulting dictionary should reflect your translated version of the corpus (i.e., all entries appearing in your translated version of the corpus should appear in the dictionary). For further information on localization, see Localization. For information on the dictionary structure, see Dictonary Specs. For an explanation of the structure of the English dictionary, see English Dictionary. In case you need additional features, use only the tags available at the tagset.
  2. In order to prepare the grammar, study the Grammar Specs. Next, take a look at the structure of the English Grammar for a detailed example. In many cases, it is simpler just to localize the English grammars to your own locale rather than creating a whole grammar from the scratch. See the instructions at Localization.
  3. D-rules used in tokenization are used either to prevent wrong lexical matches or to provoke right lexical matches. D-rules used in transformation are used to either prevent or provoke the application of certain rules.
  4. The F-measure compares the actual output (exported from EUGENE) with the expected output (available at uca1_unl.txt)
Software