paper-with-me

Papers

TechTexC: Classification of Technical Texts using Convolution and Bidirectional Long Short Term Memory Network

2020-12-21 · ICON 2020 12 · Omar Sharif, Eftekhar Hossain, Mohammed Moshiul Hoque

This paper illustrates the details description of technical text classification system and its results that developed as a part of participation in the shared task TechDofication 2020. The shared task consists of two sub-tasks: (i) first task identify the coarse-grained technical domain of given text in a specified language and (ii) the second task classify a text of computer science domain into fine-grained sub-domains. A classification system (called 'TechTexC') is developed to perform the classification task using three techniques: convolution neural network (CNN), bidirectional long short term memory (BiLSTM) network, and combined CNN with BiLSTM. Results show that CNN with BiLSTM model outperforms the other techniques concerning task-1 of sub-tasks (a, b, c and g) and task-2a. This combined model obtained f1 scores of 82.63 (sub-task a), 81.95 (sub-task b), 82.39 (sub-task c), 84.37 (sub-task g), and 67.44 (task-2a) on the development dataset. Moreover, in the case of test set, the combined CNN with BiLSTM approach achieved that higher accuracy for the subtasks 1a (70.76%), 1b (79.97%), 1c (65.45%), 1g (49.23%) and 2a (70.14%).

📄 PDF Abstract BibTeX arXiv:2012.11420

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Bidirectional Feature Pyramid Network with Recurrent Attention Residual Modules for Shadow Detection

2018-09-01 · ECCV 2018 9 · Lei Zhu, Zijun Deng, Xiao-Wei Hu, Chi-Wing Fu 외

This paper presents a network to detect shadows by exploring and combining global context in deep layers and local context in shallow layers of a deep convolutional neural network (CNN). There are two technical contribut…

Shadow Detection

Deep Learning for Technical Document Classification

2021-06-27 · Shuo Jiang, Jie Hu, Christopher L. Magee, Jianxi Luo

In large technology companies, the requirements for managing and organizing technical documents created by engineers and managers have increased dramatically in recent years, which has led to a higher demand for more sca…

ClassificationDecision MakingDeep LearningDescriptive+6

A Hybrid Transformer Model for Fake News Detection: Leveraging Bayesian Optimization and Bidirectional Recurrent Unit

2025-02-13 · Tianyi Huang, Zeqiu Xu, Peiyang Yu, Jingyuan Yi 외

In this paper, we propose an optimized Transformer model that integrates Bayesian algorithms with a Bidirectional Gated Recurrent Unit (BiGRU), and apply it to fake news classification for the first time. First, we emplo…

Bayesian OptimizationFake News DetectionNews Classification

Syntax-Aware Aspect-Level Sentiment Classification with Proximity-Weighted Convolution Network

2019-09-23 · Chen Zhang, Qiuchi Li, Dawei Song

It has been widely accepted that Long Short-Term Memory (LSTM) network, coupled with attention mechanism and memory module, is useful for aspect-level sentiment classification. However, existing approaches largely rely o…

DescriptiveGeneral ClassificationSentiment AnalysisSentiment Classification

Technical Domain Identification using word2vec and BiLSTM

2020-12-01 · ICON 2020 12 · Koyel Ghosh, Dr. Apurbalal Senapati, Dr. Ranjan Maity

Coarse-grained and Fine-grained classification tasks are mostly based on sentiment or basic emotion analysis. Now, switching from emotion and sentiment analysis to another domain, in this paper, we are going to work on t…

Classificationdomain classificationEmotion RecognitionManagement+2