Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ widget:
|
|
17 |
An industry-sensitive language model for business applications pretrained on business communication corpora. The model incorporates industry classification (IC) as a pretraining objective besides masked language modeling (MLM).
|
18 |
|
19 |
It was introduced in
|
20 |
-
[this paper]() and released in
|
21 |
[this repository](https://github.com/pnborchert/BusinessBERT).
|
22 |
|
23 |
## Model description
|
@@ -66,9 +66,13 @@ Question Answering:
|
|
66 |
### BibTeX entry and citation info
|
67 |
|
68 |
```bibtex
|
69 |
-
@
|
70 |
-
|
71 |
-
|
72 |
-
|
|
|
|
|
|
|
|
|
73 |
}
|
74 |
```
|
|
|
17 |
An industry-sensitive language model for business applications pretrained on business communication corpora. The model incorporates industry classification (IC) as a pretraining objective besides masked language modeling (MLM).
|
18 |
|
19 |
It was introduced in
|
20 |
+
[this paper](https://www.sciencedirect.com/science/article/pii/S0377221724000444) and released in
|
21 |
[this repository](https://github.com/pnborchert/BusinessBERT).
|
22 |
|
23 |
## Model description
|
|
|
66 |
### BibTeX entry and citation info
|
67 |
|
68 |
```bibtex
|
69 |
+
@article{BORCHERT2024,
|
70 |
+
title = {Industry-sensitive language modeling for business},
|
71 |
+
journal = {European Journal of Operational Research},
|
72 |
+
year = {2024},
|
73 |
+
issn = {0377-2217},
|
74 |
+
doi = {https://doi.org/10.1016/j.ejor.2024.01.023},
|
75 |
+
url = {https://www.sciencedirect.com/science/article/pii/S0377221724000444},
|
76 |
+
author = {Philipp Borchert and Kristof Coussement and Jochen {De Weerdt} and Arno {De Caigny}},
|
77 |
}
|
78 |
```
|