Spaces:
Sleeping
Sleeping
KawshikManikantan
commited on
Commit
•
5dc94a0
1
Parent(s):
b0192e5
changed desc
Browse files
app.py
CHANGED
@@ -13,15 +13,16 @@ from inference.model_inference import Inference
|
|
13 |
from configs import *
|
14 |
|
15 |
DESC_MD = """
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
25 |
"""
|
26 |
|
27 |
|
|
|
13 |
from configs import *
|
14 |
|
15 |
DESC_MD = """
|
16 |
+
<font size="3">
|
17 |
+
This space is a demo for <a href="https://arxiv.org/abs/2406.14654"> Major Entity Identification (MEI) </a>. MEI takes entities as additional input and aims to detect the mentions that refer only to these entities. <br/>
|
18 |
+
<br/>
|
19 |
+
Place the text in the text box with a single phrase of a selected entity in double curly braces(example: a single instance of {{Ron}} if you want to track Ron). Note that you can select one phrase for each entity and multiple entities can be selected. Check out the example below for clarity. <br/>
|
20 |
+
<br/>
|
21 |
+
Static: Uses an instance of: MEIRa-S model <br/>
|
22 |
+
Hybrid: Uses an instance of: MEIRa-H model <br/>
|
23 |
+
<br/>
|
24 |
+
The demo provides a json file with clusters and an HTML file with visualizations. The visualizations are color-coded based on the clusters. <br/>
|
25 |
+
</font>
|
26 |
"""
|
27 |
|
28 |
|