Commit
·
33b68fc
1
Parent(s):
56a83e3
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,20 +64,23 @@ The results before and after the fine-tuning on our dataset are shown below:
|
|
| 64 |
|
| 65 |
You can find more details about this work in the following workshop paper. If you use our model in your research, please consider citing our paper:
|
| 66 |
|
| 67 |
-
> T. Passali, A. Gidiotis, E. Chatzikyriakidis and G. Tsoumakas.
|
| 68 |
> Towards Human-Centered Summarization: A Case Study on Financial News.
|
| 69 |
-
> In Proceedings of the Bridging Human-Computer Interaction and Natural Language Processing
|
| 70 |
|
| 71 |
BibTeX entry:
|
| 72 |
|
| 73 |
```
|
| 74 |
-
@inproceedings{
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
|
|
|
|
|
|
|
|
|
| 81 |
```
|
| 82 |
|
| 83 |
## Support
|
|
|
|
| 64 |
|
| 65 |
You can find more details about this work in the following workshop paper. If you use our model in your research, please consider citing our paper:
|
| 66 |
|
| 67 |
+
> T. Passali, A. Gidiotis, E. Chatzikyriakidis and G. Tsoumakas. 2021.
|
| 68 |
> Towards Human-Centered Summarization: A Case Study on Financial News.
|
| 69 |
+
> In Proceedings of the First Workshop on Bridging Human-Computer Interaction and Natural Language Processing(pp. 21–27). Association for Computational Linguistics.
|
| 70 |
|
| 71 |
BibTeX entry:
|
| 72 |
|
| 73 |
```
|
| 74 |
+
@inproceedings{passali-etal-2021-towards,
|
| 75 |
+
title = "Towards Human-Centered Summarization: A Case Study on Financial News",
|
| 76 |
+
author = "Passali, Tatiana and Gidiotis, Alexios and Chatzikyriakidis, Efstathios and Tsoumakas, Grigorios",
|
| 77 |
+
booktitle = "Proceedings of the First Workshop on Bridging Human{--}Computer Interaction and Natural Language Processing",
|
| 78 |
+
month = apr,
|
| 79 |
+
year = "2021",
|
| 80 |
+
address = "Online",
|
| 81 |
+
publisher = "Association for Computational Linguistics",
|
| 82 |
+
url = "https://www.aclweb.org/anthology/2021.hcinlp-1.4",
|
| 83 |
+
pages = "21--27",
|
| 84 |
```
|
| 85 |
|
| 86 |
## Support
|