Moses-support Digest, Vol 85, Issue 16

Send Moses-support mailing list submissions to
moses-support@mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu

You can reach the person managing the list at
moses-support-owner@mit.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."


Today's Topics:

1. Re: 10 years of OPUS (Read, James C)
2. Re: 10 years of OPUS (Tom Hoar)


----------------------------------------------------------------------

Message: 1
Date: Wed, 6 Nov 2013 14:21:17 +0000
From: "Read, James C" <jcread@essex.ac.uk>
Subject: Re: [Moses-support] 10 years of OPUS
To: joerg <tiedeman@gmail.com>
Cc: "moses-support@MIT.EDU" <moses-support@mit.edu>
Message-ID:
<F00840E41983C645928E21E3C35F4EB1012CF354D2@mbx1-node2.essex.ac.uk>
Content-Type: text/plain; charset="iso-8859-1"

So here's a random crazy idea I had lately. A phrase table could have multiple columns giving different scores for different probabilities from different alignments, different corpora, different domains etc. Recent work at Edinburgh, Cambridge and Sheffield has had some emphasis on adaptation of models for speech recognition purposes. I guess a similar principle could be applied to SMT. Given a text from some unknown domain the engine could perform some automated recognition test to guess which translation model best fits the text to be translated. A primitive form of automatic domain recognition and adaptation if you like.

I guess even making available multiple forms of a phrase table or a single compact version with multiple columns for scoring could even have some demand in the future.

James

________________________________
From: joerg [tiedeman@gmail.com]
Sent: 06 November 2013 13:05
To: Read, James C
Cc: moses-support@MIT.EDU
Subject: Re: [Moses-support] 10 years of OPUS


This is a good question. I was also wondering about this and, as I wrote, I started providing word alignments and even phrase tables for the data collected in OPUS. The idea is, of course, that people could skip running GIZA++ with standard settings over and over again on Europarl data and other standard sets. For example, you can download now word alignments for all language pairs for Europarl v7 from OPUS
http://opus.lingfil.uu.se/Europarl/wordalign/

This, of course, assumes that you're happy with my tokenization and other kinds of pre-processing that may have influenced the data. In some cases you may also want to do other things like compound splitting and preordering which would require a different alignment model.

I also have phrase tables in those folders as well extracted with standard settings from the grow-diag-final-and alignments. This is maybe less interesting as this assumes that you work with phrase-based SMT and that you have to work with the true cased data I provide etc. The truecaser models are, of course also available (for example for Europarl in http://opus.lingfil.uu.se/Europarl/wordalign/truecaser/). Monolingual data files with the same tokenization are also available (Europarl: http://opus.lingfil.uu.se/Europarl/mono/)


As all of this takes a lot of space, I would actually like to know, if
- I should keep those files on-line
- I could remove some of them (for example, phrase tables that take most of the disk space)
- if anyone actually is interested in using those models and alignments (and which ones)


Thank you for your feedback!

J?rg


**********************************************************************************
J?rg Tiedemann http://stp.lingfil.uu.se/~joerg/



On Nov 6, 2013, at 8:48 AM, Read, James C wrote:

I wonder if there would be a demand for ready made phrase tables generated from the data.
________________________________________
From: moses-support-bounces@mit.edu<mailto:moses-support-bounces@mit.edu> [moses-support-bounces@mit.edu<mailto:moses-support-bounces@mit.edu>] on behalf of Jorg Tiedemann [tiedeman@gmail.com<mailto:tiedeman@gmail.com>]
Sent: 02 November 2013 18:54
To: moses-support@MIT.EDU<mailto:moses-support@MIT.EDU>
Subject: [Moses-support] 10 years of OPUS

After attending the 20-years-of-bitext workshop at EMNLP I suddenly realized that OPUS (http://opus.lingfil.uu.se) also has its 10-years anniversary this year (send me some champagne if you like). I will celebrate this anniversary by sending out this e-mail with some recent news and highlights.

OPUS is a growing collection of parallel corpora for many languages and various domains. The collection becomes pretty big and includes a variety of data sets and tools that are not only useful for statistical machine translation. OPUS has been extended a lot since its first appearance in 2003. Actually the best birthday present would be if anyone would decide to start a mirror of OPUS. Let me know if you are interested.


Here some of the highlights:

- over 150 languages and language variants
- over 5 billion aligned translation units
- downloads in XML/XCES, plain text (Moses/SMT) and TMX
- raw, tokenized and machine-annotated data
- monolingual data sets (for language modeling)
- search interfaces


Some recent news and data sets:

- EUbookshop: a large but noisy corpus (converted from PDF)
- Tatoeba: a small but clean corpus with many languages
- OpenSubtitles2012: an improved version of the 2011 version
- coming soon: OpenSubtitles2013 - an extension of OpenSubtitles2012
- UN, MultiUN, Europarl v7: aligned for all language combinations
- word alignments and phrase tables for the majority of bitexts


The Web Site: http://opus.lingfil.uu.se
More information: http://opus.lingfil.uu.se/trac/wiki

Feedback is very welcome!
And, be nice to our server!


J?rg Tiedemann
tiedeman@gmail.com<mailto:tiedeman@gmail.com>





_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support




------------------------------

Message: 2
Date: Wed, 06 Nov 2013 22:40:16 +0700
From: Tom Hoar <tahoar@precisiontranslationtools.com>
Subject: Re: [Moses-support] 10 years of OPUS
To: moses-support@mit.edu
Message-ID: <527A62E0.6060003@precisiontranslationtools.com>
Content-Type: text/plain; charset="iso-8859-1"

You make some good points, J?rg.

I think the word alignments and phrase tables would be more useful if
you reference what tokenizers and other pre/post-processing tools/chains
were used for each pair and their versions. Some people may wish to
augment the alignments and/or tables with their own corpora for
incremental training or new language models will need to re-create the
preparation toolchains. Tools change from time to time, even the Moses
tokenizer.perl script.

It looks like the reordering tables are missing from your collection.
How useful are the phrase tables without them? For basic phrase-based
mode, don't users still need to run the step to create the reordering
tables?



On 11/06/2013 08:05 PM, joerg wrote:
>
> This is a good question. I was also wondering about this and, as I
> wrote, I started providing word alignments and even phrase tables for
> the data collected in OPUS. The idea is, of course, that people could
> skip running GIZA++ with standard settings over and over again on
> Europarl data and other standard sets. For example, you can download
> now word alignments for all language pairs for Europarl v7 from OPUS
> http://opus.lingfil.uu.se/Europarl/wordalign/
>
> This, of course, assumes that you're happy with my tokenization and
> other kinds of pre-processing that may have influenced the data. In
> some cases you may also want to do other things like compound
> splitting and preordering which would require a different alignment model.
>
> I also have phrase tables in those folders as well extracted with
> standard settings from the grow-diag-final-and alignments. This is
> maybe less interesting as this assumes that you work with phrase-based
> SMT and that you have to work with the true cased data I provide etc.
> The truecaser models are, of course also available (for example for
> Europarl in http://opus.lingfil.uu.se/Europarl/wordalign/truecaser/).
> Monolingual data files with the same tokenization are also available
> (Europarl: http://opus.lingfil.uu.se/Europarl/mono/)
>
>
> As all of this takes a lot of space, I would actually like to know, if
> - I should keep those files on-line
> - I could remove some of them (for example, phrase tables that take
> most of the disk space)
> - if anyone actually is interested in using those models and
> alignments (and which ones)
>
>
> Thank you for your feedback!
>
> J?rg
>
>
> **********************************************************************************
> J?rg Tiedemann http://stp.lingfil.uu.se/~joerg/
> <http://stp.lingfil.uu.se/%7Ejoerg/>
>
>
>
> On Nov 6, 2013, at 8:48 AM, Read, James C wrote:
>
>> I wonder if there would be a demand for ready made phrase tables
>> generated from the data.
>> ________________________________________
>> From: moses-support-bounces@mit.edu
>> <mailto:moses-support-bounces@mit.edu> [moses-support-bounces@mit.edu
>> <mailto:moses-support-bounces@mit.edu>] on behalf of Jorg Tiedemann
>> [tiedeman@gmail.com <mailto:tiedeman@gmail.com>]
>> Sent: 02 November 2013 18:54
>> To: moses-support@MIT.EDU <mailto:moses-support@MIT.EDU>
>> Subject: [Moses-support] 10 years of OPUS
>>
>> After attending the 20-years-of-bitext workshop at EMNLP I suddenly
>> realized that OPUS (http://opus.lingfil.uu.se) also has its 10-years
>> anniversary this year (send me some champagne if you like). I will
>> celebrate this anniversary by sending out this e-mail with some
>> recent news and highlights.
>>
>> OPUS is a growing collection of parallel corpora for many languages
>> and various domains. The collection becomes pretty big and includes a
>> variety of data sets and tools that are not only useful for
>> statistical machine translation. OPUS has been extended a lot since
>> its first appearance in 2003. Actually the best birthday present
>> would be if anyone would decide to start a mirror of OPUS. Let me
>> know if you are interested.
>>
>>
>> Here some of the highlights:
>>
>> - over 150 languages and language variants
>> - over 5 billion aligned translation units
>> - downloads in XML/XCES, plain text (Moses/SMT) and TMX
>> - raw, tokenized and machine-annotated data
>> - monolingual data sets (for language modeling)
>> - search interfaces
>>
>>
>> Some recent news and data sets:
>>
>> - EUbookshop: a large but noisy corpus (converted from PDF)
>> - Tatoeba: a small but clean corpus with many languages
>> - OpenSubtitles2012: an improved version of the 2011 version
>> - coming soon: OpenSubtitles2013 - an extension of OpenSubtitles2012
>> - UN, MultiUN, Europarl v7: aligned for all language combinations
>> - word alignments and phrase tables for the majority of bitexts
>>
>>
>> The Web Site: http://opus.lingfil.uu.se
>> More information: http://opus.lingfil.uu.se/trac/wiki
>>
>> Feedback is very welcome!
>> And, be nice to our server!
>>
>>
>> J?rg Tiedemann
>> tiedeman@gmail.com <mailto:tiedeman@gmail.com>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20131106/c6e3fd7d/attachment.htm

------------------------------

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


End of Moses-support Digest, Vol 85, Issue 16
*********************************************

0 Response to "Moses-support Digest, Vol 85, Issue 16"

Post a Comment