CLAIMay 15, 2023

Adam-Smith at SemEval-2023 Task 4: Discovering Human Values in Arguments with Ensembles of Transformer-based Models

arXiv:2305.08625v1225 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of value identification in arguments for natural language processing applications, but it is incremental as it builds on existing transformer models and ensembling techniques.

The paper tackled the problem of automatically identifying human values in textual arguments for SemEval-2023 Task 4, achieving the best performance in the competition by ensembling transformer-based models with a global decision threshold, and also showing that system size can be significantly reduced without losing effectiveness.

This paper presents the best-performing approach alias "Adam Smith" for the SemEval-2023 Task 4: "Identification of Human Values behind Arguments". The goal of the task was to create systems that automatically identify the values within textual arguments. We train transformer-based models until they reach their loss minimum or f1-score maximum. Ensembling the models by selecting one global decision threshold that maximizes the f1-score leads to the best-performing system in the competition. Ensembling based on stacking with logistic regressions shows the best performance on an additional dataset provided to evaluate the robustness ("Nahj al-Balagha"). Apart from outlining the submitted system, we demonstrate that the use of the large ensemble model is not necessary and that the system size can be significantly reduced.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes