paper-with-me

홈 › Papers

FAT ALBERT: Finding Answers in Large Texts using Semantic Similarity Attention Layer based on BERT

2020-08-22 · Omar Mossad, Amgad Ahmed, Anandharaju Raju, Hari Karthikeyan, Zayed Ahmed

Machine based text comprehension has always been a significant research field in natural language processing. Once a full understanding of the text context and semantics is achieved, a deep learning model can be trained to solve a large subset of tasks, e.g. text summarization, classification and question answering. In this paper we focus on the question answering problem, specifically the multiple choice type of questions. We develop a model based on BERT, a state-of-the-art transformer network. Moreover, we alleviate the ability of BERT to support large text corpus by extracting the highest influence sentences through a semantic similarity model. Evaluations of our proposed model demonstrate that it outperforms the leading models in the MovieQA challenge and we are currently ranked first in the leader board with test accuracy of 87.79%. Finally, we discuss the model shortcomings and suggest possible improvements to overcome these limitations.

📄 PDF Abstract BibTeX arXiv:2009.01004

Code (1)

omossad/fat-albert 공식 구현 pytorch

Tasks

Multiple-choiceQuestion AnsweringReading ComprehensionSemantic SimilaritySemantic Textual SimilarityText Summarization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Residual Connection 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Transformer-based Language Models for Factoid Question Answering at BioASQ9b

2021-09-15 · Urvashi Khanna, Diego Mollá

In this work, we describe our experiments and participating systems in the BioASQ Task 9b Phase B challenge of biomedical question answering. We have focused on finding the ideal answers and investigated multi-task fine-…

Question Answering

Processing Long Legal Documents with Pre-trained Transformers: Modding LegalBERT and Longformer

2022-11-02 · Dimitris Mamakas, Petros Tsotsi, Ion Androutsopoulos, Ilias Chalkidis

Pre-trained Transformers currently dominate most NLP tasks. They impose, however, limits on the maximum input length (512 sub-words in BERT), which are too restrictive in the legal domain. Even sparse-attention models, s…

Document Classification

Discourse-Aware Semantic Self-Attention for Narrative Reading Comprehension

2019-08-28 · IJCNLP 2019 11 · Todor Mihaylov, Anette Frank

In this work, we propose to use linguistic annotations as a basis for a \textit{Discourse-Aware Semantic Self-Attention} encoder that we employ for reading comprehension on long narrative texts. We extract relations betw…

Reading ComprehensionSentence

ALBERTI, a Multilingual Domain Specific Language Model for Poetry Analysis

2023-07-03 · Javier de la Rosa, Álvaro Pérez Pozo, Salvador Ros, Elena González-Blanco

The computational analysis of poetry is limited by the scarcity of tools to automatically analyze and scan poems. In a multilingual settings, the problem is exacerbated as scansion and rhyme systems only exist for indivi…

Language ModelingLanguage ModellingLarge Language Model

Generating Questions and Multiple-Choice Answers using Semantic Analysis of Texts

2016-12-01 · COLING 2016 12 · Jun Araki, Dheeraj Rajagopal, Sreecharan Sankaranarayanan, Susan Holm 외

We present a novel approach to automated question generation that improves upon prior work both from a technology perspective and from an assessment perspective. Our system is aimed at engaging language learners by gener…

coreference-resolutionCoreference ResolutionMultiple-choiceQuestion Generation+3