Skip to content

Implementation of the Adaboost algorithm for letter recognition, which is a multi classification problem.

Notifications You must be signed in to change notification settings

SunflowerPKU/WikiQA-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiQA-CNN

Implementation of the Adaboost algorithm for letter recognition, which is a multi classification problem. Given the problem q and the set of sentences A, identify all the answers to q in A and sort all the sentences. Put the answer before the non-answer. The answers are ranked random, and the non-answers' ranks are also free.

Based on CNN, I implemented a QA system, and the MRR and MAP on dev_set is over 0.64.

You need to prepare the needed files and put them in the "./data/trec" folder. Please refer to the files in the "./data/wiki" folder .

About

Implementation of the Adaboost algorithm for letter recognition, which is a multi classification problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published