Convolutional Neural Network: Text Classification Model for Open Domain Question Answering System
Recently machine learning is being applied to almost every data domain one of which is Question Answering Systems (QAS). A typical Question Answering System is fairly an information retrieval system, which matches documents or text and retrieve the most accurate one. The idea of open domain question answering system put forth, involves convolutional neural network text classifiers. The Classification model presented in this paper is multi-class text classifier. The neural network classifier can be trained on large dataset. We report series of experiments conducted on Convolution Neural Network (CNN) by training it on two different datasets. Neural network model is trained on top of word embedding. Softmax layer is applied to calculate loss and mapping of semantically related words. Gathered results can help justify the fact that proposed hypothetical QAS is feasible. We further propose a method to integrate Convolutional Neural Network Classifier to an open domain question answering system. The idea of Open domain will be further explained, but the generality of it indicates to the system of domain specific trainable models, thus making it an open domain.
Code (0)
등록된 구현이 없습니다.
Tasks
General ClassificationInformation RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrievaltext-classificationText ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Open Domain Question Answering based on Text Enhanced Knowledge Graph with Hyperedge Infusion
The incompleteness of knowledge base (KB) is a vital factor limiting the performance of question answering (QA). This paper proposes a novel QA method by leveraging text information to enhance the incomplete KB. The mode…
Open-Domain Question AnsweringQuestion AnsweringWord and Phrase Features in Graph Convolutional Network for Automatic Question Classification
Effective question classification is crucial for AI-driven educational tools, enabling adaptive learning systems to categorize questions by skill area, difficulty level, and competence. This classification not only suppo…
ClassificationGraph Neural NetworkInformation RetrievalQuestion Answering+1DynRank: Improving Passage Retrieval with Dynamic Zero-Shot Prompting Based on Question Classification
This paper presents DynRank, a novel framework for enhancing passage retrieval in open-domain question-answering systems through dynamic zero-shot question classification. Traditional approaches rely on static prompts an…
Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrievalANU-CSIRO at MEDIQA 2019: Question Answering Using Deep Contextual Knowledge
We report on our system for textual inference and question entailment in the medical domain for the ACL BioNLP 2019 Shared Task, MEDIQA. Textual inference is the task of finding the semantic relationships between pairs o…
Medical Question AnsweringNatural Language InferenceQuestion AnsweringAttention-Based Convolutional Neural Network for Machine Comprehension
Understanding open-domain text is one of the primary challenges in natural language processing (NLP). Machine comprehension benchmarks evaluate the system's ability to understand text based on the text content only. In t…
Feature EngineeringNatural Language InferenceQuestion AnsweringReading Comprehension