The ACDC library includes several previous models as examples: ioi, or_date, tracr-reverse, tracr-proportion, induction, doc_string, and greaterthan. Each example provides an associated "things" object e.g. the "induction" example has a function get_all_induction_things that provides code/data assets used to run ACDC in this case. Can we leverage/extend this "thing" structure so we can apply our library to all/some of these examples to generate xxx_behavior json files?
The ACDC library includes several previous models as examples: ioi, or_date, tracr-reverse, tracr-proportion, induction, doc_string, and greaterthan. Each example provides an associated "things" object e.g. the "induction" example has a function get_all_induction_things that provides code/data assets used to run ACDC in this case. Can we leverage/extend this "thing" structure so we can apply our library to all/some of these examples to generate xxx_behavior json files?
Refer https://github.com/ArthurConmy/Automatic-Circuit-Discovery/issues/94 , https://github.com/ArthurConmy/Automatic-Circuit-Discovery/blob/main/acdc/main.py#L234 and https://github.com/ArthurConmy/Automatic-Circuit-Discovery/blob/main/acdc/main.py#L296