A simple method to create list files is using ls command.
ls
ls /path/to/output/dir/of/preprocessed/data | sed s/.tfrecord// > list.txt
Then split the list.txt into three files.
list.txt