Skip to content

Mrlyk423/Reading_Comprehension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading_Comprehension

Data processing

In root file run:

$ python process_data.py

default is for dev data. Use --train True to process train data.

Processed data stored in pro_data file in following form:

{'D':['super', ...], # tokenized document
 'Q':(['which', ...], '56be4...'), # tokenized question and question id for validation
 'A':[(33, 34), 'denver ...'] # answer offset and answer texts
}

dev file: all examples processed. train file: exact-match answer cannot be found in 35/87599 examples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages