Hi, thanks for your great work. And I observe that the synthetic data is generate though ``a simple breadth-first-search (BFS) manner" in the appendix B.1:
(i) a simple breadth-first-search (BFS) manner, obtaining a search tree Tq similar to the one of the (i)
self-training process. Subsequently, we verify the obtained answers of all leaf nodes of Tq according to a(i). The verified search trees are then used to derive data samples with target values for D .
Can you provide the code for this process?
Hi, thanks for your great work. And I observe that the synthetic data is generate though ``a simple breadth-first-search (BFS) manner" in the appendix B.1:
(i) a simple breadth-first-search (BFS) manner, obtaining a search tree Tq similar to the one of the (i)
self-training process. Subsequently, we verify the obtained answers of all leaf nodes of Tq according to a(i). The verified search trees are then used to derive data samples with target values for D .
Can you provide the code for this process?