BERTologyNavigator: Advanced Question Answering with BERT-based Semantics
The development and integration of knowledge graphs and language models has significance in artificial intelligence and natural language processing. In this study, we introduce the BERTologyNavigator -- a two-phased system that combines relation extraction techniques and BERT embeddings to navigate the relationships within the DBLP Knowledge Graph (KG). Our approach focuses on extracting one-hop relations and labelled candidate pairs in the first phases. This is followed by employing BERT's CLS embeddings and additional heuristics for relation selection in the second phase. Our system reaches an F1 score of 0.2175 on the DBLP QuAD Final test dataset for Scholarly QALD and 0.98 F1 score on the subset of the DBLP QuAD test dataset during the QA phase.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge GraphsNavigateQuestion AnsweringRelationRelation ExtractionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Compositional and Lexical Semantics in RoBERTa, BERT and DistilBERT: A Case Study on CoQA
Many NLP tasks have benefited from transferring knowledge from contextualized word embeddings, however the picture of what type of knowledge is transferred is incomplete. This paper studies the types of linguistic phenom…
Conversational Question AnsweringNegationQuestion AnsweringSemantic Role Labeling+1CodeQueries: A Dataset of Semantic Queries over Code
Developers often have questions about semantic aspects of code they are working on, e.g., "Is there a class whose parent classes declare a conflicting attribute?". Answering them requires understanding code semantics suc…
AttributeExtractive Question-AnsweringLanguage ModellingLarge Language Model+1FAT ALBERT: Finding Answers in Large Texts using Semantic Similarity Attention Layer based on BERT
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 …
Multiple-choiceQuestion AnsweringReading ComprehensionSemantic Similarity+2CommonsenseQA: A Question Answering Challenge Targeting Commonsense Knowledge
When answering a question, people often draw upon their rich world knowledge in addition to the particular context. Recent work has focused primarily on answering questions given some relevant document or context, and re…
Common Sense ReasoningMultiple-choiceQuestion AnsweringWorld KnowledgePre-trained Transformer-Based Approach for Arabic Question Answering : A Comparative Study
Question answering(QA) is one of the most challenging yet widely investigated problems in Natural Language Processing (NLP). Question-answering (QA) systems try to produce answers for given questions. These answers can b…
Question AnsweringReading Comprehension