paper-with-me

홈 › Papers

Random Decision Syntax Trees at SemEval-2018 Task 3: LSTMs and Sentiment Scores for Irony Detection

2018-06-01 · SEMEVAL 2018 6 · Aidan San

We propose a Long Short Term Memory Neural Network model for irony detection in tweets in this paper. Our model is trained using word embeddings and emoji embeddings. We show that adding sentiment scores to our model improves the F1 score of our baseline LSTM by approximately .012, and therefore show that high-level features can be used to improve word embeddings in certain Natural Language Processing applications. Our model ranks 24/43 for binary classification and 5/31 for multiclass classification. We make our model easily accessible to the research community.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationChatbotClassificationGeneral ClassificationSarcasm DetectionSentiment AnalysisWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

SyntNN at SemEval-2018 Task 2: is Syntax Useful for Emoji Prediction? Embedding Syntactic Trees in Multi Layer Perceptrons

2018-06-01 · SEMEVAL 2018 6 · Fabio Massimo Zanzotto, Andrea Santilli

In this paper, we present SyntNN as a way to include traditional syntactic models in multilayer neural networks used in the task of Semeval Task 2 of emoji prediction. The model builds on the distributed tree embedder al…

Task 2

HMC at SemEval-2016 Task 11: Identifying Complex Words Using Depth-limited Decision Trees

2016-06-01 · SEMEVAL 2016 6 · Maury Quijada, Julie Medero
Complex Word IdentificationLexical SimplificationText Simplification

CompNA at SemEval-2021 Task 1: Prediction of lexical complexity analyzing heterogeneous features

2021-08-01 · SEMEVAL 2021 · Giuseppe Vettigli, Antonio Sorgente

This paper describes the CompNa model that has been submitted to the Lexical Complexity Prediction (LCP) shared task hosted at SemEval 2021 (Task 1). The solution is based on combining features of different nature throug…

Lexical Complexity Prediction

AI-Driven Code Refactoring: Using Graph Neural Networks to Enhance Software Maintainability

2025-04-14 · Gopichand Bandarupalli

This study explores Graph Neural Networks (GNNs) as a transformative tool for code refactoring, using abstract syntax trees (ASTs) to boost software maintainability. It analyzes a dataset of 2 million snippets from CodeS…

EmoIntens Tracker at SemEval-2018 Task 1: Emotional Intensity Levels in \#Tweets

2018-06-01 · SEMEVAL 2018 6 · Ramona-Andreea Turcu, Amar, S ei, ra Maria 외

The „Affect in Tweets{''} task is centered on emotions categorization and evaluation matrix using multi-language tweets (English and Spanish). In this research, SemEval Affect dataset was preprocessed, categorized, and…

BIG-bench Machine LearningEmotion RecognitionSentiment Analysis