paper-with-me

홈 › Papers

Ensemble ALBERT and RoBERTa for Span Prediction in Question Answering

2021-08-01 · ACL (dialdoc) 2021 8 · Sony Bachina, Spandana Balumuri, Sowmya Kamath S

Retrieving relevant answers from heterogeneous data formats, for given for questions, is a challenging problem. The process of pinpointing relevant information suitable to answer a question is further compounded in large document collections containing documents of substantial length. This paper presents the models designed as part of our submission to the DialDoc21 Shared Task (Document-grounded Dialogue and Conversational Question Answering) for span prediction in question answering. The proposed models leverage the superior predictive power of pretrained transformer models like RoBERTa, ALBERT and ELECTRA, to identify the most relevant information in an associated passage for the next agent turn. To further enhance the performance, the models were fine-tuned on different span selection based question answering datasets like SQuAD2.0 and Natural Questions (NQ) corpus. We also explored ensemble techniques for combining multiple models to achieve enhanced performance for the task. Our team SB_NITK ranked 6th on the leaderboard for the Knowledge Identification task, and our best ensemble model achieved an Exact score of 58.58 and an F1 score of 73.39.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringNatural QuestionsQuestion Answering

Similar Papers 제목 키워드 기반

Gestalt: a Stacking Ensemble for SQuAD2.0

2020-04-02 · Mohamed El-Geish

We propose a deep-learning system -- for the SQuAD2.0 task -- that finds, or indicates the lack of, a correct answer to a question in a context paragraph. Our goal is to learn an ensemble of heterogeneous SQuAD2.0 models…

INSIGHTBUDDY-AI: Medication Extraction and Entity Linking using Large Language Models and Ensemble Learning

2024-09-28 · Pablo Romero, Lifeng Han, Goran Nenadic

Medication Extraction and Mining play an important role in healthcare NLP research due to its practical applications in hospital settings, such as their mapping into standard clinical knowledge bases (SNOMED-CT, BNF, etc…

Clinical KnowledgeEnsemble LearningEntity LinkingNER

CLPLM: Character Level Pretrained Language Model for ExtractingSupport Phrases for Sentiment Labels

2020-12-01 · ICON 2020 12 · Raj Pranesh, Sumit Kumar, Ambesh Shekhar

In this paper, we have designed a character-level pre-trained language model for extracting support phrases from tweets based on the sentiment label. We also propose a character-level ensemble model designed by properly …

Language ModelingLanguage Modelling

CLPLM: Character Level Pretrained Language Model for Extracting Support Phrases for Sentiment Labels

2020-10-24 · Raj Ratn Pranesh, Ambesh Shekhar, Sumit Kumar

In this paper, we have designed a character-level pre-trained language model for extracting support phrases from tweets based on the sentiment label. We also propose a character-level ensemble model designed by properly …

Language ModelingLanguage Modelling

Ensemble ALBERT on SQuAD 2.0

2021-10-19 · Shilun Li, Renee Li, Veronica Peng

Machine question answering is an essential yet challenging task in natural language processing. Recently, Pre-trained Contextual Embeddings (PCE) models like Bidirectional Encoder Representations from Transformers (BERT)…

Question Answering