Hassan Shavarani
commited on
Commit
•
fc8a19e
1
Parent(s):
96a2369
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: SpEL
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.27.2
|
8 |
app_file: app.py
|
@@ -10,4 +10,5 @@ pinned: false
|
|
10 |
license: cc-by-4.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
1 |
---
|
2 |
title: SpEL
|
3 |
+
emoji: 💻
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: yellow
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.27.2
|
8 |
app_file: app.py
|
|
|
10 |
license: cc-by-4.0
|
11 |
---
|
12 |
|
13 |
+
The live demo space for the paper [SPEL: Structured Prediction for Entity Linking (EMNLP 2023)](https://arxiv.org/abs/2310.14684).
|
14 |
+
The code and data are available in [this repository](https://github.com/shavarani/SpEL).
|