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 Aug 29, 2024
1 parent 8c779e7 commit 24f5c91
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>464</b></big> entries in the table below are sortable by column.<br/>
<p>The <big style="color: #a49;"><b>465</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 @@ -140,7 +140,7 @@ <h3>Explore the research on AMR</h3>
},
{
label: 'Parsing',
data: [0, 1, 2, 9, 15, 18, 13, 12, 21, 23, 16, 12, 8],
data: [0, 1, 2, 9, 15, 18, 13, 12, 21, 23, 16, 12, 9],
backgroundColor: '#88CCEE'
},
{
Expand Down Expand Up @@ -5308,6 +5308,17 @@ <h3>Explore the research on AMR</h3>
<td><button topic="applications" on="0">Applications</button></td>
</tr>

<tr>
<td>465</td>
<td>Efficient AMR Parsing with CLAP: Compact Linearization with an Adaptable Parser </td>
<td><span style="display:none;">Lorenzo</span>Abelardo Carlos Martinez Lorenzo, Roberto Navigli</td>
<td>Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)</td>
<td>2024</td>
<td><a href="https://aclanthology.org/2024.lrec-main.495/" target="_blank">pdf</a></td>
<td></td>
<td><button topic="parsing" on="0">Parsing</button></td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 24f5c91

Please sign in to comment.