Abstract: Question Generation (QG) and Question Answering (QA) are among the many challenges in natural language generation and natural language understanding. An automated QG system focuses on generation of expressive and factoid questions which assist in meetings, customer helpline, specific domain services, and Educational Institutes etc. In this paper, the proposed system addresses the generation of factoid or wh-questions from sentences in a corpus consisting of factual, descriptive and unbiased details. We discuss our heuristic algorithm for sentence simplification or pre-processing and the knowledge base extracted from previous step is stored in a structured format which assists us in further processing. We further discuss the sentence semantic relation which enables us to construct questions following certain recognizable patterns among different sentence entities, following by the evaluation of question generated.
[Research Paper] A Heuristic Approach to Factoid Question Generation from Sentence
TheUnknown Monday, September 07, 2015 Artificial Intelligence, Computational Linguistics, NLP, Question Generation No comments
Related Posts:
[Research Paper] A Heuristic Approach to Factoid Question Generation from Sentence Abstract: Question Generation (QG) and Question Answering (QA) are among the many challenges in natural language generation and natural l… Read More
A Gentle Introduction to TextBlob for NLP English: Python logo Deutsch: Python Logo (Photo credit: Wikipedia) TextBlob is a Python (2 and 3) library for processing textual data. It provid… Read More
Fuzzy String Matching or Searching with Python Code { "@context" : "http://schema.org", "@type" : "Article", "name" : "Fuzzy String Matching", "author" : { "@type" : "Person", "name" : "Animesh Shaw" … Read More