update presentation

This commit is contained in:
Filip Gralinski 2017-05-30 14:20:22 +02:00
parent f4e1870011
commit 8f12613b54
2 changed files with 42 additions and 15 deletions

View File

@ -16,6 +16,12 @@ sampleChallengeName = "petite-difference-challenge"
sampleChallengeName' :: Text sampleChallengeName' :: Text
sampleChallengeName' = "retroc" sampleChallengeName' = "retroc"
retrocChallengeName :: Text
retrocChallengeName = "retroc"
retroc2ChallengeName :: Text
retroc2ChallengeName = "retroc2"
sampleUserIdent :: Text sampleUserIdent :: Text
sampleUserIdent = "ptlen@ceti.pl" sampleUserIdent = "ptlen@ceti.pl"
@ -37,8 +43,9 @@ getPresentation4RealR = do
presentationLayout $(widgetFile "presentation-4real") presentationLayout $(widgetFile "presentation-4real")
getPresentationDATeCH2017R = do getPresentationDATeCH2017R = do
readme <- challengeReadme sampleChallengeName' readme <- challengeReadme retrocChallengeName
sampleLeaderboard <- getSampleLeaderboard sampleChallengeName' retrocLeaderboard <- getSampleLeaderboard retrocChallengeName
retroc2Leaderboard <- getSampleLeaderboard retroc2ChallengeName
presentationLayout $(widgetFile "presentation-datech-2017") presentationLayout $(widgetFile "presentation-datech-2017")

View File

@ -72,25 +72,45 @@
<table class="stats"> <table class="stats">
<tr> <tr>
<th> <th>
<th>train <th align="right">train
<th>dev-0 <th align="right">dev-0
<th>dev-1 <th align="right">dev-1
<th>test <th align="right">test
<tr> <tr>
<td>RetroC <td>RetroC
<td>40K <td align="right">40K
<td>9.9K <td align="right">9.9K
<td>- <td align="right">-
<td>10K <td align="right">10K
<tr> <tr>
<td>RetroC2 <td>RetroC2
<td>107.4K <td align="right">107.4K
<td>20K <td align="right">20K
<td>11.5K <td align="right">11.5K
<td>14.2K <td align="right">14.2K
<p>RetroC2 train set contains more information (source is given for each entry), but this is <b>not</b> present in the test set.
<div class="step slide" style="height: 800px;" data-x="0" data-y="4000"> <div class="step slide" style="height: 800px;" data-x="0" data-y="4000">
<h2>Current status… <h2>Current status…
<div style="font-size: 50%"> <div style="font-size: 50%">
^{sampleLeaderboard} ^{retrocLeaderboard}
<div class="step slide" style="height: 800px;" data-x="1000" data-y="4000">
<h2>The best solution so far…
<ul>
<li>based on Vowpal Wabbit
<li>features:
<ul>
<li>character 1-, 2-, 3- and 4-grams
<li>tokens cut at 7th letter
<li>small NN (6 units)
<li>weights inversely proportional to (the root of) year frequency in the train set
<div class="step slide" style="height: 800px;" data-x="2000" data-y="4000">
<h2>Current status…
<div style="font-size: 50%">
^{retroc2Leaderboard}