sohomghosh
commited on
Commit
•
93e4c84
1
Parent(s):
b09fcda
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,48 @@
|
|
1 |
---
|
2 |
title: FiNCAT Financial_Numeral_Claim_Analysis_Tool
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
-
pinned:
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: FiNCAT Financial_Numeral_Claim_Analysis_Tool
|
3 |
+
emoji: 💸
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
+
pinned: true
|
9 |
---
|
10 |
|
11 |
+
Tool citation:
|
12 |
+
```bibtex
|
13 |
+
@misc{ghosh-fiNCAT,
|
14 |
+
title = "FiNCAT: Financial Numeral Claim Analysis Tool",
|
15 |
+
author = "Sohom Ghosh, Sudip Kumar Naskar",
|
16 |
+
year = "2022",
|
17 |
+
eprint={2202.00631},
|
18 |
+
archivePrefix={arXiv},
|
19 |
+
primaryClass={q-fin.GN},
|
20 |
+
url = "https://arxiv.org/abs/2202.00631",
|
21 |
+
}
|
22 |
+
```
|
23 |
+
|
24 |
+
Dataset and shared task citation:
|
25 |
+
```bibtex
|
26 |
+
@inproceedings{finum3,
|
27 |
+
title={Overview of the NTCIR-16 FinNum-3 Task: Investor’s and Manager’s
|
28 |
+
Fine-grained Claim Detection},
|
29 |
+
author={Chen, Chung-Chi and Huang, Hen-Hsen and Huang, Yu-Lieh and Takamura, Hiroya and Chen, Hsin-Hsi},
|
30 |
+
journal={Proceedings of the 15th NTCIR Conference on Evaluation of Information Access Technologies, Tokyo Japan},
|
31 |
+
year={2022}
|
32 |
+
}
|
33 |
+
```
|
34 |
+
|
35 |
+
```bibtex
|
36 |
+
@inbook{numclaim,
|
37 |
+
author = {Chen, Chung-Chi and Huang, Hen-Hsen and Chen, Hsin-Hsi},
|
38 |
+
title = {NumClaim: Investor's Fine-Grained Claim Detection},
|
39 |
+
year = {2020},
|
40 |
+
isbn = {9781450368599},
|
41 |
+
publisher = {Association for Computing Machinery},
|
42 |
+
address = {New York, NY, USA},
|
43 |
+
url = {https://doi.org/10.1145/3340531.3412100},
|
44 |
+
booktitle = {Proceedings of the 29th ACM International Conference on Information & Knowledge Management},
|
45 |
+
pages = {1973–1976},
|
46 |
+
numpages = {4}
|
47 |
+
}
|
48 |
+
```
|