HarryCovert
commited on
Commit
•
5a44ce3
1
Parent(s):
a168f31
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: token-classification
|
5 |
+
widget:
|
6 |
+
- text: "Let P be a G-poset. The strong compatibility graph of P, denoted by C_P, is the graph C_P with vertex set P, and two elements x, y∈ P are adjacent if there is an element g∈ G∖{e} such that x and g· y are comparable in P and y∉ [x], where [x]={g· x : g∈ G}."
|
7 |
+
example_title: "Strong compatibility graph"
|
8 |
+
- text: "A simplicial map f : X → Y between simplicial complexes X and Y is a map which sends vertices to vertices, and whenever vertices v_0, ..., v_k∈ X span a simplex σ of X then their images span a simplex τ of Y and we have f(σ) = τ. Therefore a simplicial map is determined by its values on the vertex set of X. A simplicial map is nondegenerate if it is injective on each simplex."
|
9 |
+
example_title: "simplicial map; nondegenerate"
|
10 |
+
- text: "A vertical strip is a skew shape (either partition or composition) whose diagram contains at most one cell per row. A horizontal strip is a skew shape whose diagram contains at most one cell per column."
|
11 |
+
example_title: "vertical strip; horizontal strip"
|
12 |
+
- text: "Permutations ω and π are C-equivalent , denoted ωπ, if ωQ∼π and (P(ω))=(P(π)).\n We denote the C-equivalence class of the permutation π by [π]_C. \n The rectified shape of [π]_C is (P(π)). \n Two SCT T and T' are C-equivalent T T' if they have the same skew shape and w_col(T) w_col(T'). \n We denote the C-equivalence class of T by [T]_C. \n The rectified shape of [T]_C is (T). \n We say that [T]_C is complete if \n { w_col(T') : T'∈ [T]_C } = [w_col(T)]_C."
|
13 |
+
example_title: "C-equivalent; rectified shape; complete"
|
14 |
+
- text: "A Young graph Y such that Y≃ Y(10, 9) is called a 1089 graph."
|
15 |
+
example_title: "1089 graph"
|
16 |
+
- text: "A subset 𝒢 is a Gröbner basis for I if the leading term of each member of I is divided by the leading term of a member of 𝒢. That is, 𝒢 is a Gröbner basis if in_≺(I)=LT_≺(g):g∈𝒢."
|
17 |
+
example_title: "Gröbner basis"
|
18 |
+
---
|
19 |
+
### How to use
|
20 |
+
|
21 |
+
You can use this model directly with a pipeline for token classification. Given a mathematical definition from the text of an academic article, the model shall identify the term(s) defined with it.
|
22 |
+
|
23 |
+
|
24 |
+
### Our Paper (TBA)
|
25 |
+
|
26 |
+
Extracting Definienda in Mathematical Scholarly Articles with Transformers (Accepted by 2nd WIESP @ IJCNLP-AACL 2023)
|
27 |
+
|
28 |
+
### An 8 minutes' video about our work
|
29 |
+
|
30 |
+
https://youtu.be/tUioJooDDio?si=6EnTN_5l-9t86IKk
|