paper-with-me

홈 › Papers

Integrating extracted information from bert and multiple embedding methods with the deep neural network for humour detection

2021-05-11 · Rida Miraj, Masaki Aono

Humour detection from sentences has been an interesting and challenging task in the last few years. In attempts to highlight humour detection, most research was conducted using traditional approaches of embedding, e.g., Word2Vec or Glove. Recently BERT sentence embedding has also been used for this task. In this paper, we propose a framework for humour detection in short texts taken from news headlines. Our proposed framework (IBEN) attempts to extract information from written text via the use of different layers of BERT. After several trials, weights were assigned to different layers of the BERT model. The extracted information was then sent to a Bi-GRU neural network as an embedding matrix. We utilized the properties of some external embedding models. A multi-kernel convolution in our neural network was also employed to extract higher-level sentence representations. This framework performed very well on the task of humour detection.

📄 PDF Abstract BibTeX arXiv:2105.05112

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Towards Efficient Methods in Medical Question Answering using Knowledge Graph Embeddings

2024-01-15 · Saptarshi Sengupta, Connor Heaton, Suhan Cui, Soumalya Sarkar 외

In Natural Language Processing (NLP), Machine Reading Comprehension (MRC) is the task of answering a question based on a given context. To handle questions in the medical domain, modern language models such as BioBERT, S…

Knowledge Graph EmbeddingsKnowledge GraphsMachine Reading ComprehensionMedical Question Answering+3

Speech BERT Embedding For Improving Prosody in Neural TTS

2021-06-08 · Liping Chen, Yan Deng, Xi Wang, Frank K. Soong 외

This paper presents a speech BERT model to extract embedded prosody information in speech segments for improving the prosody of synthesized speech in neural text-to-speech (TTS). As a pre-trained model, it can learn pros…

Decodertext-to-speechText to Speech

Feasibility of BERT Embeddings For Domain-Specific Knowledge Mining

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Extracting information from large corpora of unstructured text using computational methods presents a challenge. Tshitoyan et al. (2019) demonstrated that unsupervised mathematical word-embeddings produced by a static la…

BenchmarkingLanguage ModellingWord Embeddings

Word Sense Induction with Knowledge Distillation from BERT

2023-04-20 · Anik Saha, Alex Gittens, Bulent Yener

Pre-trained contextual language models are ubiquitously employed for language understanding tasks, but are unsuitable for resource-constrained systems. Noncontextual word embeddings are an efficient alternative in these …

Knowledge DistillationLanguage ModelingLanguage ModellingWord Embeddings+2

Evaluating Biomedical BERT Models for Vocabulary Alignment at Scale in the UMLS Metathesaurus

2021-09-14 · Goonmeet Bajaj, Vinh Nguyen, Thilini Wijesiriwardene, Hong Yung Yip 외

The current UMLS (Unified Medical Language System) Metathesaurus construction process for integrating over 200 biomedical source vocabularies is expensive and error-prone as it relies on the lexical algorithms and human …

Task 2Word Embeddings