Spaces:
Build error
Build error
sohomghosh
commited on
Commit
β’
ba5e2cb
1
Parent(s):
95e9ac4
Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,21 @@ colorFrom: purple
|
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
-
pinned:
|
9 |
license: cc-by-nc-sa-4.0
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
+
pinned: true
|
9 |
license: cc-by-nc-sa-4.0
|
10 |
---
|
11 |
|
12 |
+
``bibtex
|
13 |
+
@proceedings{ghosh-2021-finread,
|
14 |
+
title = "FinRead: A Transfer Learning Based Tool to Assess Readability of Definitions of Financial Terms",
|
15 |
+
author = "Sohom Ghosh, Shovon Sengupta, Sudip Kumar Naskar, Sunny Kumar Singh",
|
16 |
+
booktitle = "Proceedings of the 18th International Conference on Natural Language Processing (ICON) :
|
17 |
+
System Demonstrations",
|
18 |
+
month = "dec",
|
19 |
+
year = "2021",
|
20 |
+
publisher = "NLP Association of India (NLPAI)",
|
21 |
+
url = "forthcoming",
|
22 |
+
intype = {to appear in},
|
23 |
+
pre-print = "https://easychair.org/publications/preprint/1wvS"
|
24 |
+
}
|
25 |
+
```
|