File size: 504 Bytes
d6585f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div class="table-responsive">
  <table class="table">
    <thead>
    <tr> 
      <th width="1%"></th>
      <th width="1%">$desc</th>
      <th colspan="2">TriviaQA</th> 
      <th colspan="2">Natural Question</th> 

    </tr> 
    <tr>
      <th scope="col"></th>
      <th scope="col"></th>
      <th scope="col">Top20</th>
      <th scope="col">Top100</th>
      <th scope="col">Top20</th>
      <th scope="col">Top100</th>

    </tr>
    </thead>
    <tbody>

$rows

    </tbody>
  </table>
</div>