We are grateful to Reviewer MNhf for your insightful comments during the last round of our submission. We have revised our manuscript and addressed most of your concerns. We hope the following responses will clarify your concerns about our experiments.
>**Q1**. How were the baselines tuned?
**Response1**. We use the same setting for tunning the parameters as done in [1], such as learning rate and epoch. To obtain a fair comparison, we set the same parameters for all methods, including our CBRL.CIV.
We have added the implementations and parameter settings of compared estimators in Appendix C.1.
>**Q2**. Why are they so much higher variance than the proposed method?
**Response2**. These baseline methods are not designed to address the imbalanced distribution. With the data we generated for the experiment, the distribution of $\mathbf{C}$ is imbalanced between different groups specified by $S$ or $W$ due to the influence of latent confounders. When these algorithms are applied to such datasets, the estimation results exhibit significant instability with high variance.
>**Q3**. If you consider a setting with a standard IV, do the baselines then outperform your method?
**Response3**. We assume that the reviewer is asking about the case when there is no confounding bias between $S$ and $W$. In this case, our CBRL.CIV method will become CBIV, i.e., the CIV regression yields $\hat{S}\sim P(S\mid\mathbf{C})=P(S)$ due to $S$ and $\mathbf{C}$ are independent. That is, in this case, CBRL.CIV and CBIV would achieve the same performance in theory, and the experiments in [1] have verified the superiority of CBIV (and our method) compared to the other baselines.
>**Q4**. How did you select instruments for IHDP and Twins? What is a plausible source of unobserved confounding for IHDP and Twins?
**Response4**. We would like to first clarify that in the Introduction, a real-case scenario is presented to demonstrate the plausibility of CIV and its associated conditioning set. This example also illustrates that latent confounders are commonplace in real applications. The example in the Introduction is provided as follows.
>For example, we aim to estimate the effect of a treatment ($W$) on the recovery from a disease ($Y$). $W$ and $Y$ are affected by unobserved confounders $\mathbf{U}$, such as the socioeconomic status of patients. The variable of clinical practice guidelines ($S$) for treatment decision $W$ is a CIV with the conditioning set ($\mathbf{C}$), which includes factors such as age, health condition, and an individual's propensity to seek medical assistance.
Evaluating data-driven causal effect estimation methods is challenging in real-world settings due to the absence of known ground truths for causal effects, particularly when latent confounders are present. Therefore, to assess the performance of our CBRL.CIV method, we employ both synthetic and semi-synthetic datasets in our experiments.
We also wish to clarify that we **did not** select instruments for IHDP or Twins since there is no knowledge available about the ground truth instruments of the two datasets. To verify the effectiveness of our CBRL.CIV method, following the semi-synthetic data generation process for IHDP and Twins as used in [1] for evaluating CBIV, we use the original covariates to construct the latent variable $\mathbf{U}$ and generate the CIV $S$. During the data generation process, covariates $\mathbf{C}$ are initially used to generate the CIV $S$, and then $S$, $\mathbf{C}$ and $\mathbf{U}$ are used to generate the treatment $W$. It is important to note that $\mathbf{C}$ and $\mathbf{U}$, serving as measured and latent confounders respectively, are chosen from the original covariates that are ancestors of, or direct causes of, the outcome $Y$.
The data generation process is described in the main text of our paper (Section 4.3).
[1] Wu A, Kuang K, Li B, et al. Instrumental variable regression with confounder balancing[C]. International Conference on Machine Learning. PMLR, 2022: 24056-24075.