SOTAVerified

Reconstructing decision trees

2020-12-16Unverified0· sign in to hype

Guy Blanc, Jane Lange, Li-Yang Tan

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We give the first reconstruction algorithm for decision trees: given queries to a function f that is opt-close to a size-s decision tree, our algorithm provides query access to a decision tree T where: T has size S = s^O(( s)^2/^3); dist(f,T) O(opt)+; Every query to T is answered with poly(( s)/) n queries to f and in poly(( s)/) n n time. This yields a tolerant tester that distinguishes functions that are close to size-s decision trees from those that are far from size-S decision trees. The polylogarithmic dependence on s in the efficiency of our tester is exponentially smaller than that of existing testers. Since decision tree complexity is well known to be related to numerous other boolean function properties, our results also provide a new algorithms for reconstructing and testing these properties.

Tasks

Reproductions