math-similarity commited on
Commit
604175d
·
verified ·
1 Parent(s): b6a41aa

create dataset card

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ ---
5
+ # class-zbmath-identifier
6
+
7
+ This is a proxy dataset to model semantic similarity of short mathematical texts from [zbMath](https://zbMath.org).This proxy only contains zbMath.org identifiers (aka an) instead of full titles / abstracts.
8
+
9
+ ## Columns
10
+
11
+ * **an_a** (*string*): zbMath.org identifier of work *a*
12
+ * **MSC_a** (*string*): primary MSC<sub>5</sub> of work *a*
13
+ * **MSC2_a** (*list(string)*): secondary MSC<sub>5</sub>s of work *a*
14
+ * **an_b** (*string*): zbMath.org identifier of work *b*
15
+ * **MSC_b** (*string*): primary MSC<sub>5</sub> of work *b*
16
+ * **MSC2_b** (*list(string)*): secondary MSC<sub>5</sub>s of work *b*
17
+ * **label** (*bool*):
18
+ * **1**: semantically similar texts
19
+ * **0**: semantically dissimilar texts
20
+
21
+
22
+
23
+ The label is based on the MSC and MSC2 classification codes. If **MSC_a** and **MSC_b** are equal and **MSC2_a** and **MSC2_b** overlap in at least one code, works are defined as semantically similar.