Skip to content

Commit 20690c0

Browse files
committed
First website commit
1 parent 143a62f commit 20690c0

18 files changed

+208
-34
lines changed

_config.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
# Site settings
33
# -----------------------------------------------------------------------------
44

5-
title: blank # the website title (if blank, full name will be used instead)
6-
first_name: You
7-
middle_name: R.
8-
last_name: Name
5+
title: Language Technologies Lab # the website title (if blank, full name will be used instead)
6+
first_name: Language Technologies Lab UniBo
7+
middle_name:
8+
last_name:
99
contact_note: >
1010
You can even add a little note about which of these is the best way to reach you.
1111
description: > # the ">" symbol means to ignore newlines until "footer_text:"
1212
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
1313
footer_text: >
14-
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
15-
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
16-
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
14+
1715
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
1816
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
1917
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
@@ -159,7 +157,7 @@ announcements:
159157
limit: 5 # leave blank to include all the news in the `_news` folder
160158

161159
latest_posts:
162-
enabled: true
160+
enabled: false
163161
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
164162
limit: 3 # leave blank to include all the blog posts
165163

_includes/figure.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
{%- assign img_path = include.path | remove: ".jpg" | remove: ".jpeg" | remove: ".png" | remove: ".tiff" -%}
3+
4+
<figure>
5+
6+
<picture>
7+
{% if site.imagemagick.enabled %}
8+
{% for i in site.imagemagick.widths -%}
9+
<source
10+
class="responsive-img-srcset"
11+
media="(max-width: {{ i }}px)"
12+
srcset="{{ img_path | relative_url }}-{{ i }}.webp"
13+
/>
14+
{% endfor -%}
15+
{% endif %}
16+
17+
<!-- Fallback to the original file -->
18+
<img
19+
src="{{ include.path | relative_url }}"
20+
{% if include.class %}class="{{ include.class }}"{% endif %}
21+
{% if include.width %}width="{{ include.width }}"{% else %}width="auto"{% endif %}
22+
{% if include.height %}height="{{ include.height }}"{% else %}height="auto"{% endif %}
23+
{% if include.min-width %}min-width="{{ include.min-width }}"{% endif %}
24+
{% if include.min-height %}min-height="{{ include.min-height }}"{% endif %}
25+
{% if include.max-width %}max-width="{{ include.max-width }}"{% endif %}
26+
{% if include.max-height %}height="{{ include.max-height }}"{% endif %}
27+
{% if include.alt %}alt="{{ include.alt }}"{% endif %}
28+
{% if include.title %}title="{{ include.title }}"{% endif %}
29+
{% if include.zoomable %}data-zoomable{% endif %}
30+
onerror="this.onerror=null; $('.responsive-img-srcset').remove();"
31+
/>
32+
33+
</picture>
34+
35+
{%- if include.caption -%}<figcaption class="caption">{{ include.caption }}</figcaption>{%- endif %}
36+
37+
</figure>

_includes/people_horizontal.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div class="card-item col">
2+
<a href="{{ include.url | relative_url }}">
3+
<div class="card hoverable">
4+
<div class="row g-0">
5+
<div class="card-img col-sm-4">
6+
{% include figure.html path=include.img alt=include.name %}
7+
</div>
8+
<div class="col-sm-6">
9+
<div class="card-body">
10+
<h5 class="card-title text-right">{{ include.name }}</h5>
11+
<p class="card-text text-right">{{ include.affiliation }}</p>
12+
</div>
13+
</div>
14+
</div>
15+
</div>
16+
</a>
17+
</div>

_pages/about.md

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,33 @@
22
layout: about
33
title: about
44
permalink: /
5-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
5+
subtitle: <a href='https://www.unibo.it/en/'>Univerity of Bologna, Italy</a>
6+
# profile:
7+
# align: right
8+
# image: prof_pic.jpg
9+
# image_circular: false # crops the image to make it circular
10+
# more_info: >
11+
# <p>555 your office number</p>
12+
# <p>123 your address street</p>
13+
# <p>Your City, State 12345</p>
614

7-
profile:
8-
align: right
9-
image: prof_pic.jpg
10-
image_circular: false # crops the image to make it circular
11-
more_info: >
12-
<p>555 your office number</p>
13-
<p>123 your address street</p>
14-
<p>Your City, State 12345</p>
15-
16-
news: true # includes a list of news items
17-
selected_papers: true # includes a list of papers marked as "selected={true}"
18-
social: true # includes social icons at the bottom of the page
15+
news: false # includes a list of news items
16+
selected_papers: false # includes a list of papers marked as "selected={true}"
17+
social: false # includes social icons at the bottom of the page
1918
---
2019

21-
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
22-
23-
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
24-
25-
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
20+
* 🌍 We are based in Italy
21+
* 🔭 We are a research group of the Department of Computer Science and Engineering of the University of Bologna. Our focus is Natural Language Processing research and application. We contribute to several national and international research projects and offer a variety of NLP learning activities at the international [Master's Degree in Artificial Intelligence](https://corsi.unibo.it/2cycle/artificial-intelligence) and elsewhere.
22+
* 👤Members
23+
* [Paolo Torroni](https://www.unibo.it/sitoweb/p.torroni/en) - Head of the Language Technologies Lab
24+
* [Marco Lippi](http://personale.unimore.it/rubrica/dettaglio/marco.lippi)
25+
* [Andrea Galassi](https://www.unibo.it/sitoweb/a.galassi/en)
26+
* [Federico Ruggeri](https://www.unibo.it/sitoweb/federico.ruggeri6/en)
27+
* [Eleonora Mancini](https://www.unibo.it/sitoweb/e.mancini/en)
28+
* [Elena Palmieri](https://www.unibo.it/sitoweb/e.palmieri/en)
29+
* [Giulia Grundler](https://www.unibo.it/sitoweb/giulia.grundler2/en)
30+
* [Francesco Antici](https://www.unibo.it/sitoweb/francesco.antici/en)
31+
* [Gianmarco Pappacoda](https://www.unibo.it/sitoweb/gianmarco.pappacoda/en)
32+
* [Nicolò Donati](https://www.unibo.it/sitoweb/n.donati/en)
33+
* [Rooshan Saleem Butt](https://www.unibo.it/sitoweb/rooshan.saleembutt/en)
34+
* [Luca Bolognini](https://www.unibo.it/sitoweb/luca.bolognini6)

_pages/blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
permalink: /blog/
44
title: blog
5-
nav: true
5+
nav: false
66
nav_order: 1
77
pagination:
88
enabled: true

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: cv
33
permalink: /cv/
44
title: cv
5-
nav: true
5+
nav: false
66
nav_order: 5
77
cv_pdf: example_pdf.pdf # you can also use external links here
88
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.

_pages/dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: submenus
4-
nav: true
4+
nav: false
55
nav_order: 8
66
dropdown: true
77
children:

_pages/mm-argfallacy.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title: MM-ArgFallacy Shared Task
4+
permalink: /mm-argfallacy/
5+
description: Page of MM-ArgFallacy Shared Task.
6+
nav: false
7+
#nav_order: 8
8+
related_publications: false
9+
---
10+
<!-- pages/parkinsons-speech-xai.md -->
11+
12+

_pages/mm-argfallacy2025.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
layout: page
3+
title: MM-ArgFallacy2025
4+
permalink: /mm-argfallacy/2025/
5+
description:
6+
nav: false
7+
#nav_order: 8
8+
related_publications: false
9+
---
10+
<!-- pages/parkinsons-speech-xai.md -->
11+
12+
13+
Multimodal Argumentative Fallacy Detection and Classification on Political Debates Shared Task.
14+
15+
Co-located with The [12th Workshop on Argument Mining](https://argmining-org.github.io/2025/) in Vienna, Austria.
16+
17+
18+
# Overview
19+
This shared task focuses on detecting and classifying fallacies in **political debates** by integrating text and audio data. Participants will tackle two sub-tasks:
20+
- **Argumentative Fallacy Detection**
21+
- **Argumentative Fallacy Classification**
22+
23+
We offer three input settings:
24+
- **Text-only:** Analyze textual arguments.
25+
- **Audio-only:** Explore paralinguistic features.
26+
- **Text + Audio:** Combine both for a multimodal perspective.
27+
28+
Join us to advance multimodal argument mining and uncover new insights into human reasoning! 💬
29+
30+
31+
# Tasks
32+
33+
**Task A**
34+
35+
- **Input**: a sentence, in the form of text or audio or both, extracted from a political debate.
36+
- **Task**: to determine whether the input contains an argumentative fallacy.
37+
38+
**Task B**
39+
- **Input**: a sentence, in the form of text or audio or both, extracted from a political debate, containing a fallacy.
40+
- **Task**: to determine the type of fallacy contained in the input, according to the classification introduced by [Goffredo et al. (2022)](https://www.ijcai.org/proceedings/2022/575). We only refer to macro categories.
41+
42+
-----------------------------------
43+
44+
For each sub-task, participants can leverage the debate context of a given input: all its previous sentences and corresponding aligned audio samples. For instance, consider the **text-only** input mode. Given a sentence from a political debate at index *i*, participants can use sentences with indexes from *0* to *i - 1*, where *0* denotes the first sentence in the debate.
45+
46+
------------------------------------
47+
48+
49+
# Data
50+
51+
52+
We use **MM-USED-fallacy** and release a version of the dataset specifically designed for argumentative fallacy detection. This dataset includes 1,891 sentences from [Haddadan et al.'s (2019)](https://aclanthology.org/P19-1463.pdf) dataset on US presidential elections. Each sentence is labeled with one of six argumentative fallacy categories, as introduced by [Goffredo et al. (2022)](https://www.ijcai.org/proceedings/2022/575).
53+
54+
Inspired by observations from [Goffredo et al. (2022)](https://www.ijcai.org/proceedings/2022/575) on the benefits of leveraging multiple argument mining tasks for fallacy detection and classification, we also provide additional datasets to encourage multi-task learning. A summary is provided in the table below:
55+
56+
For argumentative fallacy detection, we will compute the binary F1-score on predicted sentence-level labels.
57+
For argumentative fallacy classification, we will compute the macro F1-score on predicted sentence-level labels.
58+
Metrics will be computed on the hidden test set to determine the best system for each sub-task and input mode.
59+
60+
---
61+
62+
| **Dataset** | **Description** | **Size** |
63+
|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|
64+
| **UKDebates** | 386 sentences and audio samples from the 2015 UK Prime Ministerial elections. Sentences are labeled for argumentative sentence detection: containing or not containing a claim. | 386 sentences |
65+
| **M-Arg** | A multimodal dataset for argumentative relation classification from the 2020 US Presidential elections. Sentences are labeled as attacking, supporting, or unrelated to another sentence. | 4,104 pairs |
66+
| **MM-USED** | A multimodal extension of the USElecDeb60to16 dataset, covering US presidential debates (1960–2016). Includes labels for argumentative sentence detection and component classification. | 26,781 sentences |
67+
68+
---
69+
70+
All datasets will be available through [MAMKit](https://nlp-unibo.github.io/mamkit/).
71+
72+
Since many multimodal datasets cannot release audio samples due to copyright restrictions, MAMKit provides an interface to dynamically build datasets and promote reproducible research.
73+
74+
Datasets are formatted as `torch.Dataset` objects, containing input values (text, audio, or both) and corresponding task-specific labels. More details about data formats and dataset building are available in MAMKit's documentation.
75+
76+
# Evaluation
77+
For argumentative fallacy detection, we will compute the binary F1-score on predicted sentence-level labels.
78+
For argumentative fallacy classification, we will compute the macro F1-score on predicted sentence-level labels.
79+
Metrics will be computed on the hidden test set to determine the best system for each sub-task and input mode.
80+
81+
# Key Dates (Anywhere on Earth)
82+
Will be updated soon.
83+
84+
# Submission
85+
We be updated soon.
86+
87+
88+
89+
# Task Organizers
90+
91+
<div class="row row-cols-2 projects pt-3 pb-3">
92+
{% include people_horizontal.html name="Eleonora Mancini" affiliation="Language Technologies Lab, University of Bologna, Italy" url="https://helemanc.github.io/" img="/assets/img/people/eleonora_mancini.jpeg" %}
93+
{% include people_horizontal.html name="Federico Ruggeri" affiliation="Language Technologies Lab, University of Bologna, Italy" url="https://www.unibo.it/sitoweb/federico.ruggeri6" img="/assets/img/people/fede.png" %}
94+
{% include people_horizontal.html name="Paolo Torroni" affiliation="Language Technologies Lab, University of Bologna, Italy" url="https://www.unibo.it/sitoweb/p.torroni/en" img="/assets/img/people/paolo.png" %}
95+
{% include people_horizontal.html name="Serena Villata" affiliation="Inria-I3S WIMMICS Laboratoire I3S, CNRS, Sophia Antipolis, France" url="https://webusers.i3s.unice.fr/~villata/Home.html" img="assets/img/people/serena_villata.jpg" %}
96+
</div>
97+
98+
99+
100+
# Contacts
101+
**[Join the MM-ArgFallacy2025 Slack Channel!](https://join.slack.com/t/mm-argfallacy2025/shared_invite/zt-2yjct5udc-vbuGSsSelR5FMiopSne~wQ)**

_pages/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: profiles
33
permalink: /people/
44
title: people
55
description: members of the lab or group
6-
nav: true
6+
nav: false
77
nav_order: 7
88

99
profiles:

0 commit comments

Comments
 (0)