Abstract

Natural Language Processing (NLP), a subfield of Artificial Intelligence (AI), supports the machine to understand and manipulate the human languages in different sectors. Subsequently, the Question and answering scheme using Machine learning is a challengeable task. For an efficient QA system, understanding the category of a question plays a pivot role in extracting suitable answer. Computers can answer questions requiring single, verifiable answers but fail to answer subjective question demanding deeper understanding of question. Subjective questions can take different forms entailing deeper, multidimensional understanding of context. Identifying the intent of the question helps to extract expected answer from a given passage. Pretrained language models (LMs) have demonstrated excellent results on many language tasks. The paper proposes model of deep learning architecture in hierarchical pattern to learn the semantic of question and extracting appropriate answer. The proposed method converts the given context to fine grained embedding to capture semantic and positional representation, identifies user intent and employs a encoder model to concentrate on answer span. The proposed methods show a remarkable improvement over existing system

Highlights

  • With available knowledge, a question answer system provides answer to question

  • QA systems have been categorized on basis of domains (Athenikos 2010, Kolomiyets 2011) and paradigms

  • The training loss is minimum for a learning rate of 2e-5 and batch size of 8.Table 2 presents the test data score for the fine tuned BERT model

Read more

Summary

Introduction

Systems dealing with question answer were restricted to domains with limited ability. The necessity of such systems has increased with need of short precise answers identifying the intent of question. A question answer system is composed of a triplet where given a ‘q’ a question for expected ‘c’ context, extract ‘a’ the answer. The context can be anything from passage, curated knowledge graph, a document which is extracted by a search engine or hybrid corpora provided by user. Author (Moholkar,2019) has proposed a hybrid model for question answer system using ANN and BiLSTM. The accomplishment of such systems is limited due to handcrafted rule and imbalance nature of data.

Problem Statement
Literature Review
Experimental Evaluation
Findings
Discussion and Conclusion

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.