XML FORMAT SPECIFICATION FOR SEMEVAL 2014 TASK 5 - L2 WRITING ASSISTANT ========================================================================== Website: http://alt.qcri.org/semeval2014/task5/ Contact: Maarten van Gompel The trial data and test data for this task are delivered in a straightforward XML format using the UTF-8 character encoding. The output of your system has to adhere to this format as well, facilitating automatic evaluation. Consider the following example set with English as L1 and Spanish as L2, containing only two sentence pairs: Quiero know whether se puede hacer este tipo de objeción a lo que sólo es un informe , no una propuesta legislativa , y si es algo que puedo plantear el jueves . Quiero saber si se puede hacer este tipo de objeción a lo que sólo es un informe , no una propuesta legislativa , y si es algo que puedo plantear el jueves . Este reacondicionamiento , que lasted varios meses , cortó esta importante vía de transporte entre el norte y el sur de Europa . Este reacondicionamiento , que duró varios meses , cortó esta importante vía de transporte entre el norte y el sur de Europa . The format's root tag is , within it are numerous sentence pairs in blocks. Each sentence pair consists of an sentence in L2 with a marked fragment in L1 and a (reference) sentence in L2, in which the same fragment is marked, this time in L2. The fragment is marked using the element. Both the sentence as well as the fragment carry an ID, the fragment's ID will always be one as we do only one fragment per sentence at a time. Your output data has to adhere to this format, but instead of you have to use , an example: Quiero know whether se puede hacer este tipo de objeción a lo que sólo es un informe , no una propuesta legislativa , y si es algo que puedo plantear el jueves . Quiero saber si se puede hacer este tipo de objeción a lo que sólo es un informe , no una propuesta legislativa , y si es algo que puedo plantear el jueves . Este reacondicionamiento , que lasted varios meses , cortó esta importante vía de transporte entre el norte y el sur de Europa . Este reacondicionamiento , que duró varios meses , cortó esta importante vía de transporte entre el norte y el sur de Europa . You're not obliged to repeat the input as done here, mere output elements would be sufficient. The out-of-five evaluation method allows you to output alternatives, this is done as follows; we show an excerpt of a fragment with alternatives: option1option2option3option4option5 Always ensure that your system output is valid XML, you can test this with an XML tool such as xmllint.