paper-with-me

Papers

Convolutional Neural Network: Text Classification Model for Open Domain Question Answering System

2018-09-07 · Muhammad Zain Amin, Noman Nadeem

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.

📄 PDF Abstract BibTeX arXiv:1809.02479

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationInformation RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrievaltext-classificationText Classification

Methods 이 논문이 사용한 방법론

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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Open Domain Question Answering based on Text Enhanced Knowledge Graph with Hyperedge Infusion

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Jiale Han, Bo Cheng, Xu Wang

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 Answering

Word and Phrase Features in Graph Convolutional Network for Automatic Question Classification

2024-09-04 · Junyoung Lee, Ninad Dixit, Kaustav Chakrabarti, S. Supraja

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+1

DynRank: Improving Passage Retrieval with Dynamic Zero-Shot Prompting Based on Question Classification

2024-11-30 · Abdelrahman Abdallah, Jamshid Mozafari, Bhawna Piryani, Mohammed M. Abdelgwad 외

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 AnsweringRetrieval

ANU-CSIRO at MEDIQA 2019: Question Answering Using Deep Contextual Knowledge

2019-08-01 · WS 2019 8 · Vincent Nguyen, Sarvnaz Karimi, Zhenchang Xing

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 Answering

Attention-Based Convolutional Neural Network for Machine Comprehension

2016-02-13 · WS 2016 6 · Wenpeng Yin, Sebastian Ebert, Hinrich Schütze

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