TypeCoT at UZH Shared Task 2026: Reconstructing Argumentative Structure in UN Resolutions using Type-Informed Chain-of-Thought

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Advanced, short

Summary

TypeCoT, a submission to the UZH Shared Task at the ArgMining Workshop 2026, presents a modular pipeline for reconstructing the implicit argumentative structure within United Nations and UNESCO resolutions. This challenging natural language processing task involves analyzing highly structured preambles and operative clauses. Adhering to a strict constraint of using open-weight models with at most 8B parameters, the TypeCoT system is built upon the Qwen-2.5-7B-Instruct architecture. For Subtask 1, it decouples the problem, utilizing a 4-bit quantized LoRA adapter via the Unsloth framework for paragraph type classification, and a type-informed chain-of-thought approach for subsequent thematic tagging and relation prediction.

Key takeaway

For NLP Engineers and AI Scientists tasked with reconstructing complex document structures under strict resource constraints, TypeCoT demonstrates an effective modular approach. You should consider decoupling such problems into distinct classification and reasoning stages. Employing 4-bit quantized LoRA adapters with frameworks like Unsloth can enable efficient fine-tuning on smaller models, while a type-informed chain-of-thought strategy can enhance accuracy for thematic tagging and relation prediction in highly structured texts like UN resolutions.

Key insights

A modular, type-informed chain-of-thought pipeline efficiently reconstructs argumentative structure in UN resolutions using constrained open-weight models.

Principles

Method

The pipeline uses Qwen-2.5-7B-Instruct. It employs a 4-bit quantized LoRA adapter via Unsloth for paragraph type classification, followed by a type-informed chain-of-thought approach for thematic tagging and relation prediction.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.