Commit
·
32d7ccb
1
Parent(s):
125c548
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,23 +17,6 @@ This model was trained on a novel financial dataset which consists of 2K financi
|
|
| 17 |
|
| 18 |
PEGASUS model was originally proposed by Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu in [PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization](https://arxiv.org/pdf/1912.08777.pdf).
|
| 19 |
|
| 20 |
-
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:
|
| 21 |
-
|
| 22 |
-
> T. Passali, A. Gidiotis, E. Chatzikyriakidis and G. Tsoumakas.
|
| 23 |
-
> Towards Human-Centered Summarization: A Case Study on Financial News.
|
| 24 |
-
> In Proceedings of the Bridging Human-Computer Interaction and Natural Language Processing (HCI+NLP) Workshop at EACL (to appear). 2O21.
|
| 25 |
-
|
| 26 |
-
BibTeX entry:
|
| 27 |
-
|
| 28 |
-
```
|
| 29 |
-
@inproceedings{humancentered2021,
|
| 30 |
-
title={Towards Human-Centered Summarization: A Case Study on Financial News},
|
| 31 |
-
author={Passali, Tatiana and Gidiotis, Alexios and Chatzikyriakidis, Efstathios and Tsoumakas, Grigorios},
|
| 32 |
-
booktitle={Proceedings of the Bridging Human-Computer Interaction and Natural Language Processing (HCI+NLP) Workshop at EACL },
|
| 33 |
-
pages={N/A},
|
| 34 |
-
year={2021}
|
| 35 |
-
}
|
| 36 |
-
```
|
| 37 |
|
| 38 |
#### How to use
|
| 39 |
We provide a simple snippet of how to use this model for the task of financial summarization in Pytorch.
|
|
@@ -76,3 +59,24 @@ The results before and after the fine-tuning on our dataset are shown below:
|
|
| 76 |
|:-----------:|:-----:|:-----:|:------:|:-----:|
|
| 77 |
| Yes | 23.55 | 6.99 | 18.14 | 21.36 |
|
| 78 |
| No | 13.8 | 2.4 | 10.63 | 12.03 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
PEGASUS model was originally proposed by Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu in [PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization](https://arxiv.org/pdf/1912.08777.pdf).
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
#### How to use
|
| 22 |
We provide a simple snippet of how to use this model for the task of financial summarization in Pytorch.
|
|
|
|
| 59 |
|:-----------:|:-----:|:-----:|:------:|:-----:|
|
| 60 |
| Yes | 23.55 | 6.99 | 18.14 | 21.36 |
|
| 61 |
| No | 13.8 | 2.4 | 10.63 | 12.03 |
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
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:
|
| 67 |
+
|
| 68 |
+
> T. Passali, A. Gidiotis, E. Chatzikyriakidis and G. Tsoumakas.
|
| 69 |
+
> Towards Human-Centered Summarization: A Case Study on Financial News.
|
| 70 |
+
> In Proceedings of the Bridging Human-Computer Interaction and Natural Language Processing (HCI+NLP) Workshop at EACL (to appear). 2O21.
|
| 71 |
+
|
| 72 |
+
BibTeX entry:
|
| 73 |
+
|
| 74 |
+
```
|
| 75 |
+
@inproceedings{humancentered2021,
|
| 76 |
+
title={Towards Human-Centered Summarization: A Case Study on Financial News},
|
| 77 |
+
author={Passali, Tatiana and Gidiotis, Alexios and Chatzikyriakidis, Efstathios and Tsoumakas, Grigorios},
|
| 78 |
+
booktitle={Proceedings of the Bridging Human-Computer Interaction and Natural Language Processing (HCI+NLP) Workshop at EACL },
|
| 79 |
+
pages={N/A},
|
| 80 |
+
year={2021}
|
| 81 |
+
}
|
| 82 |
+
```
|