You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ If you have any questions or you're confused about anything, just ask.
196
196
In addition to performing well on the leaderboard, your write-up is also a very important parts of your project submission. It **must** have the following sections:
197
197
198
198
* Motivation
199
-
* Which aspect of the translation system did your group choose to improve and reasons for your choice.
199
+
* Which aspect of the problem / task did your group choose to improve and reasons for your choice.
200
200
* Approach
201
201
* Describe the algorithms and machine learning models used in your project. Use a clear mathematical style to explain your model(s).
202
202
* Data
@@ -218,7 +218,11 @@ For your write-up, you can use plain ASCII but for math equations
218
218
and tables it is better to use either
219
219
[latex](http://www.latex-project.org/) or
220
220
[kramdown](https://github.com/gettalong/kramdown). Do __not__ use
221
-
any proprietary or binary file formats such as Microsoft Word.
221
+
any proprietary or binary file formats such as Microsoft Word unless you use
222
+
the template from the following page on Submission Formats. If you
223
+
do use Word or any other proprietary format then you must submit
224
+
the PDF file of your report as `report.pdf` in your `source.zip`
225
+
submission.
222
226
223
227
If you use latex then use the style files from the [Submission Format section of this page](https://transacl.org/ojs/index.php/tacl/about/submissions).
0 commit comments