Alina Baranova


2019

pdf bib
ProblemSolver at SemEval-2019 Task 10: Sequence-to-Sequence Learning and Expression Trees
Xuefeng Luo | Alina Baranova | Jonas Biegert
Proceedings of the 13th International Workshop on Semantic Evaluation

This paper describes our participation in SemEval-2019 shared task “Math Question Answering”, where the aim is to create a program that could solve the Math SAT questions automatically as accurately as possible. We went with a dual-pronged approach, building a Sequence-to-Sequence Neural Network pre-trained with augmented data that could answer all categories of questions and a Tree system, which can only answer a certain type of questions. The systems did not perform well on the entire test data given in the task, but did decently on the questions they were actually capable of answering. The Sequence-to-Sequence Neural Network model managed to get slightly better than our baseline of guessing “A” for every question, while the Tree system additionally improved the results.