question answering and answerfinder
play

Question Answering and AnswerFinder Diego Moll a Centre for - PowerPoint PPT Presentation

AnswerFinder Stages in Question Answering Learning Question Answering Rules Question Answering and AnswerFinder Diego Moll a Centre for Language Technology Department of Computer Science Macquarie University Athens, 4 July 2007 Diego


  1. AnswerFinder Stages in Question Answering Learning Question Answering Rules Question Answering and AnswerFinder Diego Moll´ a Centre for Language Technology Department of Computer Science Macquarie University Athens, 4 July 2007 Diego Moll´ a 1/42

  2. AnswerFinder Stages in Question Answering Learning Question Answering Rules Programme AnswerFinder 1 Question Answering Stages in Question Answering 2 Learning Question Answering Rules 3 Learning of Graph Rules Application: QA with Logical Graphs Diego Moll´ a 2/42

  3. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Programme AnswerFinder 1 Question Answering Stages in Question Answering 2 Learning Question Answering Rules 3 Learning of Graph Rules Application: QA with Logical Graphs Diego Moll´ a 3/42

  4. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Who Are We? - Centre for Language Technology Centre for Language Technology http://www.clt.mq.edu.au Located at Macquarie University, Sydney Members: Director: Robert Dale Core academic staff: Steve Cassidy, Mark Dras, Diego Moll´ a, Debbie Richards, Rolf Schwitter, Paul Watters Honorary associate members: Dominique Estival, Mark Lauer, C´ ecile Paris 4 Research Assistants 11 PhD Students Diego Moll´ a 4/42

  5. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Who Are We? - AnswerFinder http://www.ics.mq.edu.au/˜diego/answerfinder/ Funded by the Australian Research Council (ARC Discovery Grant) Members: Diego Moll´ a (Project Director, Chief Investigator) 1 Design, Sentence Representation, QA Rules Robert Dale (Chief Investigator) 2 Generation, Summarisation Menno van Zaanen (Research Associate) 3 Implementation, Machine Learning Luiz Augusto Pizzato (PhD student) 4 Document Retrieval, Web Daniel Smith (Research Programmer) 5 Named Entity Recognition Diego Moll´ a 5/42

  6. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Programme AnswerFinder 1 Question Answering Stages in Question Answering 2 Learning Question Answering Rules 3 Learning of Graph Rules Application: QA with Logical Graphs Diego Moll´ a 6/42

  7. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules What is Text-based Question Answering (QA)? Steps in Text-based Question Answering 1 Accepts any English question 2 Searches a collection of text documents 3 Returns an answer to the user question What Questions can we Answer? Factoid Text Cross-lingual Speech transcripts Query-driven summaries Diego Moll´ a 7/42

  8. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Issues in Question Answering Size of the corpus Types of questions Types of expected answers Paraphrases of questions and answers Locating the exact answer Diego Moll´ a 8/42

  9. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Issues in Question Answering Size of the corpus Types of questions Types of expected answers Paraphrases of questions and answers Locating the exact answer Diego Moll´ a 8/42

  10. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Issues in Question Answering Size of the corpus Types of questions Types of expected answers Paraphrases of questions and answers Locating the exact answer Diego Moll´ a 8/42

  11. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Issues in Question Answering Size of the corpus Types of questions Types of expected answers Paraphrases of questions and answers Locating the exact answer Diego Moll´ a 8/42

  12. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Issues in Question Answering Size of the corpus Types of questions Types of expected answers Paraphrases of questions and answers Locating the exact answer Diego Moll´ a 8/42

  13. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Architecture Document Document Off-line Documents Preprocessing Image Question Document Question Analysis Preselection Candidate On-line Answer Selection Answer Answer Answer Extraction Generation Diego Moll´ a 9/42

  14. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Architecture Document Document Off-line Documents Preprocessing Image Question Document Question Analysis Preselection Candidate On-line Answer Selection Answer Answer Answer Extraction Generation Diego Moll´ a 9/42

  15. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Main Points of AnswerFinder I Engineering 1 Build an environment for the development of QA systems 2 Emphasis on: Flexibility Easy to modify and adapt to diverse applications Configurability Easy to integrate new algorithms and to try different parameters 3 Integration of third-party modules whenever possible Diego Moll´ a 10/42

  16. AnswerFinder Stages in Question Answering Question Answering Learning Question Answering Rules Main Points of AnswerFinder II Theory 1 Focus on the selection of the answer sentence and extraction of the answer But we are experimenting with the implementation of other modules as well 2 Use abstract (logical) representations of que question and text sentences 3 Integrate machine learning techniques Learning of logical form patterns Learning of weights in logical forms and patterns Question classification (in the future) Named entity recognition Diego Moll´ a 11/42

  17. AnswerFinder Stages in Question Answering Learning Question Answering Rules Programme AnswerFinder 1 Question Answering Stages in Question Answering 2 Learning Question Answering Rules 3 Learning of Graph Rules Application: QA with Logical Graphs Diego Moll´ a 12/42

  18. AnswerFinder Stages in Question Answering Learning Question Answering Rules Architecture Document Document Off-line Documents Preprocessing Image Question Document Question Analysis Preselection Candidate On-line Answer Selection Answer Answer Answer Extraction Generation Diego Moll´ a 13/42

  19. AnswerFinder Stages in Question Answering Learning Question Answering Rules Document Preprocessing (Indexing) Goals 1 Build a document image that can be used efficiently 2 Do as much as possible off-line What we are Doing Here 1 Experimenting with using syntactic information and semantic labeling (named entities) Diego Moll´ a 14/42

  20. AnswerFinder Stages in Question Answering Learning Question Answering Rules Document Preprocessing (Indexing) Goals 1 Build a document image that can be used efficiently 2 Do as much as possible off-line What we are Doing Here 1 Experimenting with using syntactic information and semantic labeling (named entities) Diego Moll´ a 14/42

  21. AnswerFinder Stages in Question Answering Learning Question Answering Rules Architecture Document Document Off-line Documents Preprocessing Image Question Document Question Analysis Preselection Candidate On-line Answer Selection Answer Answer Answer Extraction Generation Diego Moll´ a 15/42

  22. AnswerFinder Stages in Question Answering Learning Question Answering Rules Document Preselection Goal Find the documents (or text fragments) with highest likelihood to contain the answer Typical Methods Use an information retrieval system As a blackbox, or Adapted to the task, or Designed specifically for the task Diego Moll´ a 16/42

  23. AnswerFinder Stages in Question Answering Learning Question Answering Rules Document Preselection Goal Find the documents (or text fragments) with highest likelihood to contain the answer Our Current Method Use an information retrieval system As a blackbox, or Adapted to the task, or Designed specifically for the task Diego Moll´ a 16/42

  24. AnswerFinder Stages in Question Answering Learning Question Answering Rules Document Preselection Goal Find the documents (or text fragments) with highest likelihood to contain the answer Our Future Method Use an information retrieval system As a blackbox, or Adapted to the task, or Designed specifically for the task Diego Moll´ a 16/42

  25. AnswerFinder Stages in Question Answering Learning Question Answering Rules Architecture Document Document Off-line Documents Preprocessing Image Question Document Question Analysis Preselection Candidate On-line Answer Selection Answer Answer Answer Extraction Generation Diego Moll´ a 17/42

  26. AnswerFinder Stages in Question Answering Learning Question Answering Rules Question Analysis Goal Determine all the important information about the question 1 Question type 2 Expected answer type 3 Additional information (e.g. question focus) 4 Question representation Keywords Syntactic information Semantic information Diego Moll´ a 18/42

  27. AnswerFinder Stages in Question Answering Learning Question Answering Rules Our Method to Question Analysis Current Method Use surface patterns of regular expressions Coming Soon Learning by structure induction Diego Moll´ a 19/42

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend