zbMATHOpen / ARQMathCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARQMath Clef 2020

This code provide a simple data reader for ARQMath lab at CLEF 2020.

Getting Started

To begin the code, first download and locate the MSE ARQMath Dataset. Then you can simply use post_reader_record.py to read the data using a DataReaderRecord. Each file in the dataset, is related to at least one entity. For instance, the '''user.xml''' file, contains the information for '''user''' entitiy. Therefore, the DataReaderRecord has different parser for each of the files and links all the related information.

Note that the DataReader is used for reading the data from 2010 to 2018. In order to read the questions, please use the ```question_entity.py'''.

Authors

This code is provided by ARQMath lab organizers.

About


Languages

Language:Python 89.5%Language:HTML 10.5%