Skip to content

zhouzhouyang520/QA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

2017 ACL  QA papers

new: QA survey ppt and excel

Categories of Modern QA system

  • 1 factoid question

  • 2 narrative question(Opinion,instruction (how–to question))

  • 3 multi-modal(Visual qa, Travel assistant)

  • 4 AI ability tests(Reading comprehension,Elementary school science and math)

Data sources

  • 1 structured data(Databases & knowledge bases)

  • 2 semi-structured data(Web tables)

  • 3 unstructured text(Newswire corpora, web)

data sets

  • web QA :WebQA is a large scale Chinese human annotated real-world QA dataset which contains 42k questions and 579k evidences, where an evidence is a piece of text which may contain information for answering the question.All the questions are of single-entity factoid type, which means (1) each question is a factoid question and (2) its answer i nvolves only one entity (but may have multiple words).

papers

QA from structured data

datasets(freebase,microsoft satori,DBpedia)

papers

  • semantic parsing on freebase from question answer pair (emnlp 2013)
  • semantic parsing via paraphrasing (acl 2014)
  • large-scale semantic parsing without Question-answer pairs (tacl 2014)
  • knowledge-based question answer as machine translation (acl 2014)
  • semantic parsing via staged query graph generation:Question answer wit knowledge base (acl 2015)[paper][ppt]
  • information extraction over structure data: question answer with freebase(acl 2014)
  • question answer with subgraph embeddings(emnlp 2014)[paper][ppt]
  • limitation learning of agenda-based sematic parsers (tacl 2015)
  • transforming dependncy structures to logical form for semantic parsing(tacl 2016)
  • question answer on freebase via relation extraction and textual evidence(acl 2016)

web-based question and answering

papers

  • Entity linking and retrieval for semantic search(wsdm 2014)
  • knowledge base completion via search-based question answering(www 2014)
  • learning question classifiers (coling 2012)
  • question answer (Dan jurafsky stanford book,chapter 28)
  • open domain question and answer via semantic enrichment(www 2015)[paper][ppt]
  • table cell search for question answer [www 2016]

Question answer for testing machine intelligence

datasets(Facebook bAbi,Squad,MS MARCO,Baidu ild webqa, trivia )

paper list

  • memery network(iclr 2015)[paper]
  • reasoning in vector space(iclr 2016)
  • R-NET: Machine Reading Comprehension with Self-matching Networks[paper] [code_tf][ppt]
  • LEARNING RECURRENT SPAN REPRESENTATIONS FOR EXTRACTIVE QUESTION ANSWERING[paper][paper_v1] [code_1][code_2][ppt]
  • ReasoNet: Learning to Stop Reading in Machine Comprehension[paper][code_cntk][ppt]
  • Machine Comprehension Using Match-LSTM and Answer Pointer[paper]
  • Making Neural QA as Simple as Possible but not Simpler [paper]
  • Bidirectional Attention Flow for Machine Comprehension[paper][ppt][code_tf]
  • MEMEN: Multi-layer Embedding with Memory Networks for Machine Comprehension[paper]
  • Mnemonic Reader: Machine Comprehension with Iterative Aligning and Multi-hop Answer Pointing[paper]
  • Structural Embedding of Syntactic Trees for Machine Comprehension

About

paper about question answering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published