Skip to content

Commit

Permalink
Continuous Integration Build Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous Integration committed Dec 4, 2023
1 parent 8e82179 commit 5af1a63
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>AMR Bibliography</h1>
<div class="column" style="text-align: center; flex: 45%;">
<div class='instructions'>
<h3>Explore the research on AMR</h3>
<p>The <big style="color: #a49;"><b>404</b></big> entries in the table below are sortable by column.<br/>
<p>The <big style="color: #a49;"><b>405</b></big> entries in the table below are sortable by column.<br/>
You can highlight rows by topic (click on a topic <span class="math">TAG</span> in the last column).<br/>
The main topics are:</p>
</div>
Expand Down Expand Up @@ -115,7 +115,7 @@ <h3>Explore the research on AMR</h3>
},
{
label: 'Evaluation',
data: [0, 1, 0, 0, 1, 0, 0, 3, 3, 4, 6, 3],
data: [0, 1, 0, 0, 1, 0, 0, 3, 3, 4, 6, 4],
backgroundColor: '#882255'
},
{
Expand Down Expand Up @@ -4648,6 +4648,17 @@ <h3>Explore the research on AMR</h3>
<td><button topic="amr extensions" on="0">AMR Extensions</button> <button topic="annotation" on="0">Annotation</button></td>
</tr>

<tr>
<td>405</td>
<td>AMR Parsing is Far from Solved: GrAPES, the Granular AMR Parsing Evaluation Suite </td>
<td><span style="display:none;">Groschwitz</span>Jonas Groschwitz, Shay B. Cohen, Lucia Donatelli, Meaghan Fowlie</td>
<td>EMNLP</td>
<td>2023</td>
<td><a href="https://github.com/jgroschwitz/GrAPES" target="_blank">code</a></td>
<td></td>
<td><button topic="evaluation" on="0">Evaluation</button> <button topic="parsing" on="0">Parsing</button></td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 5af1a63

Please sign in to comment.