[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
pub-company:icon2009 [2009/10/16 10:09]
zeman vytvořeno
pub-company:icon2009 [2009/10/22 15:57]
stranak
Line 1: Line 1:
 ====== English-Hindi Translation – Obtaining Mediocre Results with Bad Data and Fancy Models ====== ====== English-Hindi Translation – Obtaining Mediocre Results with Bad Data and Fancy Models ======
 +
 ====== UNDER CONSTRUCTION! ====== ====== UNDER CONSTRUCTION! ======
  
Line 30: Line 31:
   * Link tables from the paper to concrete settings   * Link tables from the paper to concrete settings
   * Link to the PDF version of the paper; link to Biblio?   * Link to the PDF version of the paper; link to Biblio?
 +
 +===== Data =====
 +
 +==== IIIT Tides ====
 +
 +A dataset originally collected for the DARPA-TIDES surprise-language contest in 2002, later refined at IIIT Hyderabad and provided for the NLP Tools Contest at ICON 2008. For availability, enquire at the IIIT (http://ltrc.iiit.ac.in/). If you have the data, make sure that you have the same number of sentences and tokens. The Hindi side has been provided in two encodings, WX romanization and UTF-8. Although they should be equivalent, we always work with UTF-8.
 +
 +| **Part** | **Sentences** | **Tokens en** | **Tokens hi** |
 +| train |  50,000 |  1,195,436 |  1,287,174 |
 +| dev |  1,000 |  21,842 |  23,851 |
 +| test |  1,000 |  26,537 |  27,979 |
 +
 +The test data contain 1 reference translation per sentence.
 +
 +===== Out of Vocabulary =====
 +No data have been lemmatised, so  all the numbers mean forms.
 +^           Vocabulary Size               ^^^
 +^ data                ^ tokens  ^ types ^
 +| **Tides-train-en**      | 1226144 | 48048 |
 +| **Tides-train-hi**      | 1312435 | 53451 |
 +| **Tides+DP11-train-en** | 1402536 | 52947 |
 +| **Tides+DP11-train-hi** | 1434543 | 57131 |
 +| **set1-en**              247399 | 20869 |
 +| **set1-hi**              201266 | 16442 |
 +| **set2-en**              247399 | 20869 |
 +| **Tides-dev-en**        |   22485 |  5596 |
 +| **Tides-dev-hi**        |   24363 |  5642 |
 +| **Tides-test-en**         27169 |  5939 |
 +| **Tides-test-hi**         28574 |  5872 |
 +
 + - set1 = danielpipes-11+agrocorp-11+wikiner2008+wikiner2009+acl2005
 + - set2 = emille-11+danielpipes-11+agrocorp-11+wikiner2008+wikiner2009+acl2005
 + - set3 = emille-om+danielpipes-11+agrocorp-11+wikiner2008+wikiner2009+acl2005
 +
 +^         Coverage               ^^^^^^^^^
 +|                   | **tokens unseen in train**  ||  **types unseen in train**  ||
 +|                    //Tides//  |  //Tides+DP// |  //set1//  |  //Tides//  | //Tides+DP// | //set1// |
 +| **Tides-test-en** |   369           348        2524  |   363             343  | 1974 |
 +| **Tides-test-hi** |   839           830        3480  |   642             633  | 2569 |
 +| **Tides-dev-en**  |   464           421        2072  |   459             418  | 1750 |
 +| **Tides-dev-hi**  |   619           607        2946  |   580             568  | 2325 |
 +

[ Back to the navigation ] [ Back to the content ]