Have my arguments been replied to? Argument Pair Extraction as Machine Reading Comprehension (2022.acl-short)
Copied to clipboard
| Challenge: | Existing studies identify argument pairs indirectly by predicting sentence-level relations between two documents, neglecting the holistic argument-level interactions. |
| Approach: | They propose to use machine reading comprehension to extract argument pairs from two documents . they propose to employ an AM query to identify all arguments in two documents, then an APE query to extract its paired arguments from another document. |
| Outcome: | The proposed method outperforms the state-of-the-art method by 7.11% in F1 score. |
Similar Papers
Argument Pair Extraction with Mutual Guidance and Inter-sentence Relation Graph (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies on argumentation mining focus on monological argumentation and dialogical argumentation. |
| Approach: | They propose a mutual guidance framework that could guide arguments in one passage . they propose an inter-sentence relation graph to effectively model the inter-relations between two sentences . |
| Outcome: | The proposed method outperforms the current state-of-the-art model. |
APE: Argument Pair Extraction from Peer Review and Rebuttal via Multi-task Learning (2020.emnlp-main)
Copied to clipboard
| Challenge: | Argument mining is an important research field that attracts growing attention in recent years. |
| Approach: | They propose a new task to extract argument pairs from peer review and rebuttal . they use an open review platform to analyze the contents, structure and connections . |
| Outcome: | The proposed task is based on a dataset of 4,764 fully annotated review-rebuttal passage pairs . it is able to detect argumentative propositions and extract argument pairs from the corpus . |
Probing Graph Decomposition for Argument Pair Extraction (2023.findings-acl)
Copied to clipboard
| Challenge: | Argument pair extraction (APE) aims to extract interactive argument pairs from two passages within a discussion. |
| Approach: | They propose a method to extract interactive argument pairs from two passages . they propose to decompose the probing graph into four sub-graphs based on inter- and intra-passage perspectives . |
| Outcome: | The proposed method improves on strong baselines on two benchmark datasets. |
Argument Pair Extraction via Attention-guided Multi-Layer Multi-Cross Encoding (2021.acl-long)
Copied to clipboard
| Challenge: | Argument pair extraction (APE) is a research task for extracting arguments from two passages and identifying potential argument pairs. |
| Approach: | They propose a novel attention-guided multi-layer multi-cross encoding scheme that processes two passages with two individual sequence encoders and updates their representations using each other’s attention. |
| Outcome: | The proposed model significantly improves the performance over several alternatives. |
Semantics-Aware Dual Graph Convolutional Networks for Argument Pair Extraction (2024.lrec-main)
Copied to clipboard
| Challenge: | Argument pair extraction (APE) aims to extract interactive argument pairs from two separate passages. |
| Approach: | They propose to tackle the lexical and semantic relevance of arguments with a pre-trained Rouge-guided Transformer (ROT) by using a word graph and a gating mechanism to fuse two graphs. |
| Outcome: | The proposed approach achieves state-of-the-art on F1 score and significantly improves on existing best alternative. |
Argument mining as a multi-hop generative machine reading comprehension task (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Argument mining is a natural language processing task that aims to generate an argumentative graph given an unstructured argumentative text. |
| Approach: | They propose a new approach which transfers the argument mining task into a multi-hop reading comprehension task by incorporating a "chain of thought" information into the model. |
| Outcome: | The proposed approach surpasses SOTA results on two arguments mining benchmarks. |
A Simple Contrastive Learning Framework for Interactive Argument Pair Identification via Argument-Context Extraction (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing work on argument mining uses context-based methods to identify whether two arguments are interactively related. |
| Approach: | They propose a contrastive learning framework to extract valuable information from the context. |
| Outcome: | The proposed framework achieves state-of-the-art performance on the benchmark dataset and visually displays more compact representations. |
IAM: A Comprehensive and Large-Scale Dataset for Integrated Argument Mining Tasks (2022.acl-long)
Copied to clipboard
| Challenge: | Argument mining (AM) is a computational process that is used to analyze information in a debating system. |
| Approach: | They propose to use a large dataset to automate the manual process of debating . they propose to integrate claim extraction, stance classification and evidence extraction tasks . |
| Outcome: | The proposed tasks can extract claims, stances, evidence and more from a large dataset . the proposed tasks are highly efficient and can be applied to argument mining tasks . |
On the Role of Key Phrases in Argument Mining (2025.findings-naacl)
Copied to clipboard
| Challenge: | Existing approaches to argument mining often overlook crucial conceptual links between ACs and ARs. |
| Approach: | They propose a framework that extracts key phrases from AM benchmarks using an open-source Large Language Model. |
| Outcome: | The proposed framework surpasses baselines on three structurally distinct AM benchmarks by up to 9.5% F1 score, demonstrating its strong potential. |
Machine Reading Comprehension as Data Augmentation: A Case Study on Implicit Event Argument Extraction (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing datasets are too small to train a model for capturing regularities underlying how event arguments are extracted. |
| Approach: | They propose to bridge implicit EAE with machine reading comprehension (MRC) by building a unified training framework and explicit data augmentation regimes via MRC. |
| Outcome: | The proposed method obtains state-of-the-art performance on two benchmarks and demonstrates superior results in a data-low scenario. |