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 Nov 12, 2024
1 parent 0acf0a7 commit 99fad03
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 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>474</b></big> entries in the table below are sortable by column.<br/>
<p>The <big style="color: #a49;"><b>475</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 @@ -105,7 +105,7 @@ <h3>Explore the research on AMR</h3>
},
{
label: 'Applications',
data: [0, 0, 0, 4, 4, 4, 6, 1, 5, 14, 20, 28, 26],
data: [0, 0, 0, 4, 4, 4, 6, 1, 5, 14, 20, 28, 27],
backgroundColor: '#CC6677'
},
{
Expand Down Expand Up @@ -5405,22 +5405,33 @@ <h3>Explore the research on AMR</h3>
<td>473</td>
<td>FLAG: Financial Long Document Classification via AMR-based GNN </td>
<td><span style="display:none;">Xia</span>Bolun (Namir) Xia, Mohammed J. Zaki, Aparna Gupta</td>
<td>CIFEr Conference 2024</td>
<td>CIFEr</td>
<td>2024</td>
<td><a href="https://arxiv.org/pdf/2410.02024" target="_blank">pdf</a></td>
<td></td>
<td><a href="https://arxiv.org/pdf/2410.02024" target="_blank">arXiv</a></td>
<td><button topic="applications" on="0">Applications</button></td>
</tr>

<tr>
<td>474</td>
<td>Should Cross-Lingual AMR Parsing go Meta? An Empirical Assessment of Meta-Learning and Joint Learning AMR Parsing </td>
<td>Should Cross-Lingual AMR Parsing go Meta? An Empirical Assessment of Meta-Learning and Joint Learning AMR </td>
<td><span style="display:none;">Kang</span>Jeongwoo Kang, Maximin Coavoux, Cédric Lopez, Didier Schwab</td>
<td>Findings of EMNLP 2024</td>
<td>Findings of EMNLP</td>
<td>2024</td>
<td><a href="https://aclanthology.org/2024.findings-emnlp.3.pdf" target="_blank">pdf</a></td>
<td><a href="https://arxiv.org/abs/2410.03357" target="_blank">arXiv</a></td>
<td><button topic="parsing" on="0">Parsing</button> <button topic="multilingual" on="0">Multilingual</button> <button topic="evaluation" on="0">Evaluation</button></td>
</tr>

<tr>
<td>475</td>
<td>A Survey of AMR Applications </td>
<td><span style="display:none;">Wein</span>Shira Wein, Juri Opitz</td>
<td>EMNLP</td>
<td>2024</td>
<td><a href="https://arxiv.org/abs/2410.03357" target="_blank">pdf</a></td>
<td><a href="https://aclanthology.org/2024.emnlp-main.390/" target="_blank">pdf</a></td>
<td></td>
<td><button topic="parsing" on="0">Parsing</button></td>
<td><button topic="applications" on="0">Applications</button></td>
</tr>

</tbody>
Expand Down

0 comments on commit 99fad03

Please sign in to comment.