1 / 7

Question Answering via Question-to-Question Mapping

Question Answering via Question-to-Question Mapping. Tait Larson Johnson Gong Josh Daniel. Overview. QA systems on the web currently are popular Common QA systems extract facts from the web, match natural language questions to facts Our approach

carlt
Télécharger la présentation

Question Answering via Question-to-Question Mapping

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Question Answering via Question-to-Question Mapping Tait Larson Johnson Gong Josh Daniel

  2. Overview • QA systems on the web currently are popular • Common QA systems extract facts from the web, match natural language questions to facts • Our approach • Take pre-answered questions, and match questions to questions • Hopefully useful because of the vast amount of pre-answered questions available on the web • Google answers • Yahoo answers • Lawguru.com • FAQs • Do this via several NLP techniques, primarily focused around query expansion using Wordnet and language model

  3. Query Expansion • POS tagging – preprocess • Search through domain of semantically similar sentences • Goal: Generate phrases that will identify semantically equivalent questions in our corpus • Semantic expansion • Language Model for pruning • Prune incorrect word sense • Trained on question repository • “Can I get into Stanford?” -> “Butt I get into Stanford?” • Phrase Extraction

  4. Information Retrieval • Different from traditional IR • Bigrams • Index • Query • No stop words • No stemming • Why? • These choice emphasize semantic structure of question

  5. Results • Us vs Yahoo • Test questions from “unresolved” Yahoo questions • Metric - Mean Reciprocal Rank • We only index questions, Yahoo indexes answers also

  6. Example Results • A sharp pain in the center of the chest breastbone area? • Keep getting a throbbing pain in the middle of my rib cage . any idea what it could be? • Do Bush baked beans give you gas • Do baked beans make you fart???? yes/no? • Why i sweat and how can i stop this problem • How can I stop sweating? I sweat more when it’s cold…

More Related