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 Jul 24, 2023
1 parent 59ca589 commit e7a0be0
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 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>358</b></big> entries in the table below are sortable by column.<br/>
<p>The <big style="color: #a49;"><b>359</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 @@ -100,7 +100,7 @@ <h3>Explore the research on AMR</h3>
},
{
label: 'Applications',
data: [0, 0, 0, 4, 4, 3, 5, 1, 3, 14, 20, 15],
data: [0, 0, 0, 4, 4, 3, 5, 1, 3, 14, 20, 16],
backgroundColor: '#DDCC77'
},
{
Expand All @@ -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, 4],
data: [0, 1, 0, 0, 1, 0, 0, 3, 3, 4, 6, 3],
backgroundColor: '#882255'
},
{
Expand All @@ -140,7 +140,7 @@ <h3>Explore the research on AMR</h3>
},
{
label: 'Parsing',
data: [0, 1, 2, 9, 15, 18, 13, 12, 19, 22, 14, 4],
data: [0, 1, 2, 9, 15, 18, 13, 12, 19, 22, 14, 5],
backgroundColor: '#88CCEE'
},
{
Expand Down Expand Up @@ -3936,7 +3936,7 @@ <h3>Explore the research on AMR</h3>
<td>2023</td>
<td><a href="https://iwcs.pimoid.fr/12.pdf" target="_blank">pdf</a></td>
<td></td>
<td><button topic="evaluation" on="0">Evaluation</button> <button topic="parsing" on="0">Parsing</button></td>
<td><button topic="parsing" on="0">Parsing</button> <button topic="evaluation" on="0">Evaluation</button></td>
</tr>

<tr>
Expand Down Expand Up @@ -4068,7 +4068,7 @@ <h3>Explore the research on AMR</h3>
<td>2023</td>
<td><a href="https://aclanthology.org/2023.acl-long.720.pdf" target="_blank">pdf</a></td>
<td></td>
<td><button topic="applications" on="0">Applications</button></td>
<td><button topic="applications" on="0">Applications</button> <button topic="amr extensions" on="0">AMR Extensions</button></td>
</tr>

<tr>
Expand Down Expand Up @@ -4137,6 +4137,17 @@ <h3>Explore the research on AMR</h3>
<td><button topic="applications" on="0">Applications</button></td>
</tr>

<tr>
<td>359</td>
<td>Leveraging Denoised Abstract Meaning Representation for Grammatical Error Correction </td>
<td><span style="display:none;">Cao</span>Hejing Cao, Dongyan Zhao</td>
<td>Findings of ACL</td>
<td>2023</td>
<td><a href="https://aclanthology.org/2023.findings-acl.449.pdf" target="_blank">pdf</a></td>
<td><a href="https://arxiv.org/pdf/2307.02127.pdf" target="_blank">arXiv</a></td>
<td><button topic="applications" on="0">Applications</button></td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit e7a0be0

Please sign in to comment.