paper-with-me

Papers

Parsing Argumentative Structure in English-as-Foreign-Language Essays

2021-04-01 · EACL (BEA) 2021 4 · Jan Wira Gotama Putra, Simone Teufel, Takenobu Tokunaga

This paper presents a study on parsing the argumentative structure in English-as-foreign-language (EFL) essays, which are inherently noisy. The parsing process consists of two steps, linking related sentences and then labelling their relations. We experiment with several deep learning architectures to address each task independently. In the sentence linking task, a biaffine model performed the best. In the relation labelling task, a fine-tuned BERT model performed the best. Two sentence encoders are employed, and we observed that non-fine-tuning models generally performed better when using Sentence-BERT as opposed to BERT encoder. We trained our models using two types of parallel texts: original noisy EFL essays and those improved by annotators, then evaluate them on the original essays. The experiment shows that an end-to-end in-domain system achieved an accuracy of .341. On the other hand, the cross-domain system achieved 94% performance of the in-domain system. This signals that well-written texts can also be useful to train argument mining system for noisy texts.

📄 PDF Abstract BibTeX

Code (1)

wiragotama/bea2021 공식 구현 pytorch

Tasks

Argument MiningSentence

Similar Papers 제목 키워드 기반

Multi-Task and Multi-Corpora Training Strategies to Enhance Argumentative Sentence Linking Performance

2021-09-27 · EMNLP (ArgMining) 2021 11 · Jan Wira Gotama Putra, Simone Teufel, Takenobu Tokunaga

Argumentative structure prediction aims to establish links between textual units and label the relationship between them, forming a structured representation for a given input text. The former task, linking, has been ide…

Sentence

Cross-lingual RST Discourse Parsing

2017-01-11 · EACL 2017 4 · Chloé Braud, Maximin Coavoux, Anders Søgaard

Discourse parsing is an integral part of understanding information flow and argumentative structure in documents. Most previous research has focused on inducing and evaluating models from the English RST Discourse Treeba…

Discourse Parsing

Multilingual Neural RST Discourse Parsing

2020-12-03 · COLING 2020 8 · Zhengyuan Liu, Ke Shi, Nancy F. Chen

Text discourse parsing plays an important role in understanding information flow and argumentative structure in natural language. Previous research under the Rhetorical Structure Theory (RST) has mostly focused on induci…

Discourse ParsingTranslation

From English To Foreign Languages: Transferring Pre-trained Language Models

2020-02-18 · Ke Tran

Pre-trained models have demonstrated their effectiveness in many downstream natural language processing (NLP) tasks. The availability of multilingual pre-trained models enables zero-shot transfer of NLP tasks from high r…

Dependency ParsingGPUNatural Language Inference

DMRST: A Joint Framework for Document-Level Multilingual RST Discourse Segmentation and Parsing

2021-10-09 · CODI 2021 11 · Zhengyuan Liu, Ke Shi, Nancy F. Chen

Text discourse parsing weighs importantly in understanding information flow and argumentative structure in natural language, making it beneficial for downstream tasks. While previous work significantly improves the perfo…

Discourse ParsingDiscourse SegmentationEnd-to-End RST ParsingSegmentation+1