Closed sbhaktha closed 3 years ago
@aimichal : I made some changes so that the output json structure from theory_label_generator.py
matches our new Example
format, which is the same output format that is generated by theory_generator.py
. theory_label_generator.py
takes two types of input format-- current and legacy, and while earlier the output structure changed depending on the input structure, now it is all standardized. This also enables us to generate a version of our existing RuleTaker datasets in the new format so that the dataset format going with this code release matches the latest documented format in this codebase. So, when you review this PR, please disregard the earlier points 1 and 5 above.
Thanks for the review Michal! I made some changes per your suggestions.
@bhavanad, @aimichal: here are the main changes: