paper-with-me

Papers

Make Compound Sentences Simple to Analyze: Learning to Split Sentences for Aspect-based Sentiment Analysis

2024-10-03 · Yongsik Seo, Sungwon Song, Ryang Heo, Jieyong Kim, Dongha Lee

In the domain of Aspect-Based Sentiment Analysis (ABSA), generative methods have shown promising results and achieved substantial advancements. However, despite these advancements, the tasks of extracting sentiment quadruplets, which capture the nuanced sentiment expressions within a sentence, remain significant challenges. In particular, compound sentences can potentially contain multiple quadruplets, making the extraction task increasingly difficult as sentence complexity grows. To address this issue, we are focusing on simplifying sentence structures to facilitate the easier recognition of these elements and crafting a model that integrates seamlessly with various ABSA tasks. In this paper, we propose Aspect Term Oriented Sentence Splitter (ATOSS), which simplifies compound sentence into simpler and clearer forms, thereby clarifying their structure and intent. As a plug-and-play module, this approach retains the parameters of the ABSA model while making it easier to identify essential intent within input sentences. Extensive experimental results show that utilizing ATOSS outperforms existing methods in both ASQP and ACOS tasks, which are the primary tasks for extracting sentiment quadruplets.

📄 PDF Abstract BibTeX arXiv:2410.02297

Code (1)

ryang1119/ATOSS 공식 구현 pytorch

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

Similar Papers 제목 키워드 기반

Kvistur 2.0: a BiLSTM Compound Splitter for Icelandic

2020-04-16 · LREC 2020 5 · Jón Friðrik Daðason, David Erik Mollberg, Hrafn Loftsson, Kristín Bjarnadóttir

In this paper, we present a character-based BiLSTM model for splitting Icelandic compound words, and show how varying amounts of training data affects the performance of the model. Compounding is highly productive in Ice…

Part-Of-Speech Tagging

Splitting compounds with ngrams

2016-12-01 · COLING 2016 12 · Naomi Tachikawa Shapiro

Compound words with unmarked word boundaries are problematic for many tasks in NLP and computational linguistics, including information extraction, machine translation, and syllabification. This paper introduces a simple…

Language ModelingLanguage ModellingMachine TranslationMorphological Analysis+3

Simple Compound Splitting for German

2017-04-01 · WS 2017 4 · Marion Weller-Di Marco

This paper presents a simple method for German compound splitting that combines a basic frequency-based approach with a form-to-lemma mapping to approximate morphological operations. With the exception of a small set of …

Information RetrievalLEMMAMachine Translation

Open Information Extraction from Conjunctive Sentences

2018-08-01 · COLING 2018 8 · Swarnadeep Saha, {Mausam}

We develop CALM, a coordination analyzer that improves upon the conjuncts identified from dependency parses. It uses a language model based scoring and several linguistic constraints to search over hierarchical conjunct …

Language ModelingLanguage ModellingOpen Information ExtractionSentence

Compositional Generalization in Dependency Parsing

2021-10-13 · ACL 2022 5 · Emily Goodwin, Siva Reddy, Timothy J. O'Donnell, Dzmitry Bahdanau

Compositionality -- the ability to combine familiar units like words into novel phrases and sentences -- has been the focus of intense interest in artificial intelligence in recent years. To test compositional generaliza…

Dependency ParsingSemantic Parsing