AutoMin 2025
Shared Task
  • Home
  • Call for Participation
    • Call for Participation
    • Important Dates
  • Organizing Committee
  • SIGDIAL logo
  • ACL logo
  • ÚFAL logo
  • Naver logo
Header image

Third Run of the Automatic Minuting Shared Task

Generate Meeting Minutes from Transcripts

Previous Proceedings

AutoMin 2023 Papers in ACL Anthology »

AutoMin 2021 Papers in ISCA Archive »

Training Data

ELITR Minuting Corpus »

EuroParlMin v1.0 »

ELITR Bench »

AutoMin 2021

The first run AutoMin in Interspeech 2021.

AutoMin 2021 Website »

AutoMin 2023

The second run of the shared task in INLG 2023.

AutoMin 2023 Website »


Shared Task Overview

AutoMin 2025 represents the third iteration of the biennial Automatic Minuting Shared Task, dedicated to advancing the field of automatic meeting summarization and information retrieval from extensive meeting transcripts. This edition has two primary tasks: the generation of structured minutes from multiparty meeting transcripts and the development of systems capable of accurately responding to specific inquiries based on these transcripts. The tasks are designed to assess both monolingual (English) and cross-lingual (Czech-to-English) capabilities, addressing the increasing demand for multilingual support in global collaborative settings. Participants will have access to curated datasets, notably the ELITR Minuting Corpus, EuroParlMin v.1 and ELITR-Bench, which serve as foundational resources for training and evaluation purposes. AutoMin 2025 would be a dedicated workshop scheduled for August 28, 2025, as part of the SIGDial 2025 conference in Avignon, France.


Test Data Instructions (April 17th 2025)

Track A (Minuting) test data is mentioned in the CfP and in the dataset (with freeform .txt files for the test set generations)

Track B (Q&A) The test data is provided in the file elitr-bench-qa_test2.json available in this archive: data.zip. Use the following password to unzip the file: utter.

Your submitted file should follow the format shown in this submission sample. Below is an example of the required structure:

{
  "id": "meeting_en_test2_001",
  "questions": [
    {
      "id": "1",
      "question-type": "what",
      "answer-position": "S",
      "question": "What was the purpose of the meeting?",
      "groundtruth-answer": "Preparation for a workshop or conference event on automatic text summarization.",
      "generated-responses": [
        {
          "model": "<your system name>",
          "generated-response": "<your generated response for this question>"
        }
      ]
    }
  ]
}

Please make sure your submission strictly follows the required format and includes all necessary fields.

Important: While the groundtruth-answer field is included in the provided data, it must not be used by your system to generate answers. However, we ask that you copy this field into your submission as-is, to help us with scoring and evaluation.

Important Dates

Registration and CfP From March 1st, 2025
Training and Dev Data Available March 1st, 2025
Test Data Available April 15th, 2025
System Run and Output Submission May 31st
System Paper Submission Jun 7th
Result Announcement Jun 22nd, 2025
Notification for System Papers Jun 30th, 2025 (TBA)
Camera Ready Deadline for System Reports Jul 8th, 2025
Event Date August 28th, 2025

All submission deadlines are 11:59 PM AoE (Anywhere on Earth) Time Zone (UTC-12).


Contact: automin@ufal.mff.cuni.cz

Website Template Acknowledgement: SDP 2021

Back to top