diff --git a/README.md b/README.md
index 5ffe8d3bba8706121decf1e7cf38a7683948d936..7bec261fab1ad7dd47a6489ce58464cdb7a427dd 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,13 @@ Code and data to reproduce experiments from paper
 
 The sound material is available in folder 'data'.
 
-The code is available in folders 'matlab' and 'python'. The main experiments
- are available in both programming languages. Some code is only available in
-  one language.  
\ No newline at end of file
+The code is available in folders 'matlab' and 'python'. The main experiments are available in both programming languages:
+
+* Figure 1 can be reproduced TO BE COMPLETED
+* Figure 2 can be reproduced TO BE COMPLETED
+* Figure 3 can be reproduced in Matlab by running file `rank_estimation_halko_vs_eigs_gausswin.m`.
+* Figure 4 can be reproduced in Python by running the specific tasks 12 and 13 from `tffpy.scripts.script_exp_solve_tff`.
+* Figure 5 can be reproduced in Python by running the specific tasks 12 and 13 from `tffpy.scripts.script_exp_solve_tff`.
+* Figure 6 can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff`.
+* Table I can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff`.
+* Table II can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff`.