db325c39e7366b4d.tex
1: \begin{abstract}
2: Building a deep learning model for a Question-Answering (QA) task requires a lot of human effort,
3: it may need several months to carefully tune different model architectures and find a best one.
4: This situation is very common in industry, especially in online search engine.
5: Recent works show that the best model structure is related to the dataset used, and one single model cannot adapt to all tasks.
6: In this paper, we propose an automated Question-Answering Framework based on evolution algorithm, which could automatically adjust network architecture for different datasets.
7: The evolution algorithm for search combine prior knowledge into initial population and use a value function to estimate the performance of the model after mutation.
8: The prior knowledge used in initial population could speed up the convergence of the search progress.
9: The value function could avoid ineffective random mutations, as the number of trials increases.
10: Experiments demonstrate that the our framework could automatically adapt to multiple datasets, and achieve state-of-art results. 
11: \end{abstract}
12: