diff --git a/README.md b/README.md
index a2c1867fc62c43e9a3319f8c7a79738ce50a38d2..befb8200d3c556ff56d5f3a00f5f2d67c1a76abc 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,15 @@ sentence of original english abstract. SSC-02-01 corresponds to the second sente
 To each sentence (in each sub-folder SSC-XX-YY), there is several files corresponding to different
 representation of sentence.
 
-These data were obtained from the sources, by using
+Some of these data were obtained from the sources, by using
 [cm-tool](https://gitlab.tetras-libre.fr/tetras-mars/corpus/cm-tool) project:
 
-- sequence of sentences ('dataRef.sentence.txt')
-- AMRs Graph ('dataRef.amr.graph')
-- AMR Linked Data ('dataRef.amr.rdf')
+- AMR Graph ('dataRef.stog.amr.graph')
+- AMR Linked Data in turtle format ('dataRef.amr.ttl')
+- AMR Linked Data in ntriple format ('dataRef.amr.nt')
+
+Other data were produced by hand:
+
+- factoids from sentence as OWL representations ('dataRef.owl.ttl' or 'dataRef.xx.owl.ttl')
+- CTS (Compositionnal Transduction Schemes) usable to obtain factoids from AMR Graph ('dataRef.stc.txt')