Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 885 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 885 Bytes

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.