select g1.name, g2.name, s.* from group_rel_strength s, groups g1, groups g2 where gid1=g1.id and gid2=g2.id and count>10 and strength>0.2;