Matrix Estimation for Individual Fairness

Authors: Cindy Zhang, Sarah Huiyi Cen, Devavrat Shah

ICML 2023 | Conference PDF | Archive PDF | Plain Text | LLM Run Details

Reproducibility Variable Result LLM Response
Research Type Experimental We verify these results on synthetic and real data. ... We empirically verify these results on real and synthetic datasets. In Section 6, we demonstrate our findings on synthetic data and the Movie Lens 1M dataset.
Researcher Affiliation Academia Cindy Y. Zhang * 1 Sarah H. Cen * 2 Devavrat Shah 2 *Equal contribution 1Princeton University 2Massachusetts Institute of Technology.
Pseudocode No The paper describes the steps of Singular Value Thresholding (SVT) in numbered prose, but it does not present them in a structured pseudocode or algorithm block format with a clear label.
Open Source Code No The paper does not provide any concrete access information (e.g., a specific repository link, an explicit code release statement, or code in supplementary materials) for the source code of the methodology described.
Open Datasets Yes We empirically verify these results on real and synthetic datasets. ...Movie Lens 1M dataset (Harper & Konstan, 2015)
Dataset Splits Yes Out of the observed entries (i, j) Ω, 80 percent are used for training and the remaining 20 percent are used for validation; the unobserved entries form our test set.
Hardware Specification No The paper does not provide specific hardware details (e.g., exact GPU/CPU models, processor types, memory amounts, or detailed computer specifications) used for running its experiments.
Software Dependencies No The paper mentions general software components like 'deep neural net' and 'K-nearest neighbors algorithm' but does not specify any library or solver names with version numbers.
Experiment Setup Yes We use a batch size of 128 and 2000 steps of training.