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. Call for papers: Deep Machine Translation Workshop 2015
(Barry Haddow)
2. Re: Use processLexicalTableMin within EMS (Guchun Zhang)
3. Re: Use processLexicalTableMin within EMS (Philipp Koehn)
----------------------------------------------------------------------
Message: 1
Date: Mon, 29 Jun 2015 15:11:34 +0100
From: Barry Haddow <bhaddow@inf.ed.ac.uk>
Subject: [Moses-support] Call for papers: Deep Machine Translation
Workshop 2015
To: moses-support <moses-support@mit.edu>
Message-ID: <55915216.8000402@inf.ed.ac.uk>
Content-Type: text/plain; charset=utf-8; format=flowed
(Sent on behalf of Jan Hajic)
We cordially invite you to take part in the first Deep Machine
Translation Workshop, which will take place in Prague, Czech Republic,
on 3rd-4th September 2015.
https://ufal.mff.cuni.cz/events/deep-machine-translation-workshop
This is the first workshop on "Deep Machine Translation". Its aim is to
bring together researchers and students working on machine translation
approaches and technology using "deep understanding" (not necessarily
using Deep Neural Networks, as the name might suggest, but certainly not
excluding them either). Adding "more linguistics" has long been
considered as a possible way to boost quality of current, mainly
(PB)SMT-based systems. However, there are many ways to do so, and it was
felt a forum is needed where experience can be shared among people
working on such systems.
Moreover, we welcome submissions on any aspects of deep language
analysis, generation and natural language understanding, even if the
connection to machine translation might be indirect.
Finally we welcome submissions on query translation and other aspects of
multilingual Question Answering (such as an NLP interface to an "IT
helpdesk") and/or Cross-lingual Information Retrieval.
We would like to attract submissions also from running or past EU
projects on MT (QT21, HiML, QTLeap, TraMOOC, MMT, Khresmoi, KConnect,
...) to share their experience about pursuing higher quality in MT -
even if they do not use linguistic aspects and features directly.
Papers on original and unpublished research are welcome on any of the
topics listed above in general, and specifically on any of the following:
- General approaches to the use of linguistic knowledge for Machine
Translation
- Semantics for Machine Translation
- Combination of statistical and "manual" approaches to Machine
Translation, hybrid systems
- Innovative use of manually built lexical resources in Machine
Translation (monolingual, bilingual)
- Deep linguistic representation of meaning / semantics, including
semantic graphs, logical representation, temporal and spatial
representation and grounding
- Deep linguistic analysis and generation
- Joint linguistic and distributional modeling (analysis, generation,
transfer)
- Analysis, generation and transfer using graph-based meaning representation
- Incorporating co-reference, named entity recognition, words sense
disambiguation, or any other linguistically motivated features into the
MT chain
- Multilingual question-answering and CLIR approaches, including
specific methods for query translation and query matching in a
multilingual setting
- Evaluation methods for standard text translation, query translation,
and CLIR
Schedule:
- CFP released: June 26, 2015
- Submission deadline: July 20, 2015
- Announcement of acceptance: August 12, 2015
- Camera Ready due: August 27, 2015
- Workshop dates: September 3-4, 2015
Venue:
Institute of Formal and Applied Linguistics, Faculty of Mathematics and
Physics, Charles University in Prague
Malostranske nam. 25
11800 Prague 1
Czech Republic
The maximum submission length is 8 pages (A4), plus two extra pages for
references, following a one-column ACL-like format, as specified on the
workshop webpage.
Papers shall be submitted in English. As the reviewing will be
double-blind, papers must be anonymized with regard to the authors
and/or their institution (no author-identifying information on the title
page nor anywhere in the paper), including referencing style as usual.
Authors should also ensure that identifying meta-information is removed
from files submitted for review. Papers must conform to official DMTW
2015 style guidelines, which are available on the workshop webpage.
Submission and reviewing will be managed online by the EasyChair system.
The only accepted format for submitted papers is in Adobe's PDF.
Papers that are being submitted in parallel to other conferences or
workshops must indicate this on the title page. Papers that contain
significant overlap with previously published work must also signal that.
Papers will be published online by the time of the Workshop, assigned an
ISBN as regular proceedings published by the UFAL / Charles University
publishing house, and listed in the ACL Anthology.
Mode of presentation will be decided by the Program Committee based on
the submitted papers - either as an oral presentation or as a poster,
based on suitability for the given presentation mode, not quality; all
papers will be given the same space in the proceedings, and there will
be no other distinction in the proceedings between research papers
presented orally vs. as posters, either. Papers will be reviewed by at
least three members of the Program Committee.
Program Committee:
- Jan Hajic (chair)
- Ant?nio Branco (co-chair)
- Eneko Agirre
- Martin Popel
- Gertjan van Noord
- Aljoscha Burchardt
- Kiril Simov
- Petya Osenova
- Rosa Del Gaudio
- Eva Hajicova
- Khalil Sima'an
- Dekai Wu
- Deiy Xiong
- (more members TBC)
Local arrangements:
- Rudolf Rosa
- Jan Hajic
- Katerina Bryanova
- Marie Krizkova
The workshop is organized with support of QTLeap, an EU FP7 project.
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
------------------------------
Message: 2
Date: Mon, 29 Jun 2015 15:16:35 +0100
From: Guchun Zhang <gzhang@alphacrc.com>
Subject: Re: [Moses-support] Use processLexicalTableMin within EMS
To: Philipp Koehn <phi@jhu.edu>
Cc: "moses-support@MIT.EDU" <moses-support@mit.edu>
Message-ID:
<CA+cfSV+n+GqmCB=-02P_Xd0ygJUEFR7GR7aVxeLA=ntp6f2Ang@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Philipp,
Thanks for the suggestion. In addition to compressing the phrase table in
EMS, is it possible to do the same to the reordering table, i.e., using
processLexicalTableMin?
Regards,
Guchun
On 29 June 2015 at 14:36, Philipp Koehn <phi@jhu.edu> wrote:
> Hi,
>
> that's pretty straightforward:
>
> just have the line
> ttable-binarizer = "$moses-src-dir/bin/processPhraseTableMin"
>
> in the [GENERAL] section.
>
> -phi
>
> On Mon, Jun 29, 2015 at 7:29 AM, Guchun Zhang <gzhang@alphacrc.com> wrote:
>
>> Hi,
>>
>> How do I call processLexicalTableMin within EMS? It's pretty
>> straightforward to use processPhraseTableMin, but I can't find a similar
>> reference for the reordering table.
>>
>> Many thanks,
>> Guchun
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>>
>
--
*Guchun Zhang*
Machine Translation Project Lead
Alpha CRC | Cambridge, UK
Direct: +44 1223 431035
www.alphacrc.com
www.linkedin.com/company/alpha-crc
gzhang@alphacrc.com
*Alpha CRC = Global, Scalable, In-House Production*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150629/f39ba676/attachment-0001.htm
------------------------------
Message: 3
Date: Mon, 29 Jun 2015 10:22:51 -0400
From: Philipp Koehn <phi@jhu.edu>
Subject: Re: [Moses-support] Use processLexicalTableMin within EMS
To: Guchun Zhang <gzhang@alphacrc.com>
Cc: "moses-support@MIT.EDU" <moses-support@mit.edu>
Message-ID:
<CAAFADDD3VB3wdO=g=JpRf6+1yyyZXcWthFV0afT1r-62yJyegg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi,
this setting will also compress the reordering table.
-phi
On Mon, Jun 29, 2015 at 10:16 AM, Guchun Zhang <gzhang@alphacrc.com> wrote:
> Hi Philipp,
>
> Thanks for the suggestion. In addition to compressing the phrase table in
> EMS, is it possible to do the same to the reordering table, i.e., using
> processLexicalTableMin?
>
> Regards,
> Guchun
>
> On 29 June 2015 at 14:36, Philipp Koehn <phi@jhu.edu> wrote:
>
>> Hi,
>>
>> that's pretty straightforward:
>>
>> just have the line
>> ttable-binarizer = "$moses-src-dir/bin/processPhraseTableMin"
>>
>> in the [GENERAL] section.
>>
>> -phi
>>
>> On Mon, Jun 29, 2015 at 7:29 AM, Guchun Zhang <gzhang@alphacrc.com>
>> wrote:
>>
>>> Hi,
>>>
>>> How do I call processLexicalTableMin within EMS? It's pretty
>>> straightforward to use processPhraseTableMin, but I can't find a similar
>>> reference for the reordering table.
>>>
>>> Many thanks,
>>> Guchun
>>>
>>> _______________________________________________
>>> Moses-support mailing list
>>> Moses-support@mit.edu
>>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>>
>>>
>>
>
>
> --
>
> *Guchun Zhang*
>
> Machine Translation Project Lead
> Alpha CRC | Cambridge, UK
> Direct: +44 1223 431035
>
> www.alphacrc.com
>
> www.linkedin.com/company/alpha-crc
>
> gzhang@alphacrc.com
>
> *Alpha CRC = Global, Scalable, In-House Production*
>
> _______________________________________________
> 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/20150629/b977b321/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 104, Issue 94
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 104, Issue 94"
Post a Comment