Nilmadhab Das
2026
CIARAM: Class Imbalance Aware Generative Framework for Relational Argument Mining
Nilmadhab Das | Sayan Pal | V. V. Saradhi | Ashish Anand
Proceedings of the Fifteenth Language Resources and Evaluation Conference
Nilmadhab Das | Sayan Pal | V. V. Saradhi | Ashish Anand
Proceedings of the Fifteenth Language Resources and Evaluation Conference
Relational Argument Mining (RAM) is a key task of computational argumentation, which aims to classify the relationships such as Support or Attack between argument component (AC) pairs. Traditional approaches primarily rely on graph-based modelling with external knowledge sources, which are complex in nature. Also, these approaches struggle with RAM datasets when relation classes are imbalanced, as they are not designed for class-imbalanced scenarios. In this work, we propose CIARAM framework to reformulate RAM as a text-to-text generation problem to generate relational labels in a flattened text format. To address the class imbalance, we employ a data augmentation strategy using a decoder-only Large Language Model (LLM) to balance the underrepresented relation classes. Across five standard RAM benchmarks, CIARAM produces strong results, specifically with the billion-parameter model, with a substantial gain in performance compared to the latest baseline, demonstrating the strong potential of our approach.
2025
On the Role of Key Phrases in Argument Mining
Nilmadhab Das | Vijaya V Saradhi | Ashish Anand
Findings of the Association for Computational Linguistics: NAACL 2025
Nilmadhab Das | Vijaya V Saradhi | Ashish Anand
Findings of the Association for Computational Linguistics: NAACL 2025
Argument mining (AM) focuses on analyzing argumentative structures such as Argument Components (ACs) and Argumentative Relations (ARs). Modeling dependencies between ACs and ARs is challenging due to the complex interactions between ACs. Existing approaches often overlook crucial conceptual links, such as key phrases that connect two related ACs, and tend to rely on cartesian product methods to model these dependencies, which can result in class imbalances. To extract key phrases from the AM benchmarks, we employ a prompt-based strategy utilizing an open-source Large Language Model (LLM). Building on this, we propose a unified text-to-text generation framework that leverages Augmented Natural Language (ANL) formatting and integrates the extracted key phrases inside the ANL itself to efficiently solve multiple AM tasks in a joint formulation. Our method sets new State-of-the-Art (SoTA) on three structurally distinct standard AM benchmarks, surpassing baselines by up to 9.5% F1 score, demonstrating its strong potential.