You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenges/notthereyet/index.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,35 @@ Dataset used: <a href="/datasets#estimatingTypesDataset">[Estimating Types in St
35
35
<divclass="highlightitem">
36
36
<h2>Establishing similarity of code fragments</h2>
37
37
38
-
<p>Code similarity is a central challenge in many programming related applications, such as code search, automatic translation, and programming education.<p>
38
+
<p>Code similarity is a central challenge in many programming related applications, such as code search, automatic translation, and programming education.</p>
39
39
40
40
<p>There are many approaches for establishing code similarity and clone detection.
41
41
However, most of these cannot capture similarity across programs using different APIs or algorithms, let alone programming languages.
42
42
Furthermore, in some cases, equivalence is not what we are looking for.</p>
43
43
44
-
<p>The goal is to capture connections between code fragments, such as semantic similarity or relatedness, which are more relaxed notions than strict equivalence.<p>
44
+
<p>The goal is to capture connections between code fragments, such as semantic similarity or relatedness, which are more relaxed notions than strict equivalence.</p>
0 commit comments