Skip to content

Commit e8b8db4

Browse files
committed
Updated website
1 parent a6e978e commit e8b8db4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_pages/mm-argfallacy2025.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ related_publications: false
99
---
1010
<!-- pages/parkinsons-speech-xai.md -->
1111

12+
<!-- <div class="row">
13+
<div class="col-sm mt-3 mt-md-0">
14+
{% include figure.liquid loading="eager" path="assets/img/shared_task/logo.png" title="example image" class="img-fluid rounded z-depth-1 style="width: 20%; height: auto;" %}
15+
</div>
16+
</div> -->
17+
1218

1319
Multimodal Argumentative Fallacy Detection and Classification on Political Debates Shared Task.
1420

@@ -74,7 +80,8 @@ Datasets are formatted as `torch.Dataset` objects, containing input values (text
7480
To retrieve the datasets through MAMKit, you can use the following code interface:
7581

7682
```python
77-
from mamkit.data.datasets import MMUSEDFallacy, USEDFallacy, UKDebates, MArg
83+
from mamkit.data.datasets import MMUSEDFallacy, MMUSED, UKDebates, MArg, InputMode
84+
7885
import logging
7986
from pathlib import Path
8087

assets/img/shared_task/logo.png

18.8 KB
Loading

0 commit comments

Comments
 (0)