yujuyeon commited on
Commit
af56b2a
·
verified ·
1 Parent(s): ef63c2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # SciLinkBERT: A Language Model for Understanding Scientific Texts with Citation Information
6
+
7
+ ## Introduction
8
+
9
+ SciLinkBERT is a BERT-based pre-trained language model specifically designed to enhance the understanding of scientific texts by incorporating citation information. This model is particularly useful in scientific domains, where understanding complex language and extracting meaningful information from citations is crucial.
10
+ [[PDF]](https://arxiv.org/pdf/.pdf)
11
+
12
+
13
+ ## References and Additional Resources
14
+
15
+ For more advanced fine-tuning and implementation details, you can refer to the following repositories:
16
+
17
+ - [LinkBERT](https://github.com/michiyasunaga/LinkBERT): Provides an example of how citation links and other scientific data can be incorporated into BERT models.
18
+ - [SciDeBERTa-Fine-Tuning](https://github.com/Eunhui-Kim/SciDeBERTa-Fine-Tuning): This repository demonstrates fine-tuning approaches on scientific datasets which can be adapted for SciLinkBERT.
19
+
20
+
21
+ ## How to Cite
22
+
23
+ If you use SciLinkBERT in your research, please cite the following paper:
24
+
25
+ ```
26
+ @article{Yu2024SciLinkBERT,
27
+ title={SciLinkBERT: A Language Model for Understanding Scientific Texts with Citation Information},
28
+ author={Ju-Yeon Yu, Donghun Yang, Kyong-Ha Lee},
29
+ journal={IEEE Access},
30
+ year={2024},
31
+ doi={10.1109/ACCESS.2017.DOI},
32
+ }
33
+ ```
34
+
35
+ ## Contributing
36
+
37
+ Contributions to SciLinkBERT are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
38
+
39
+ ## License
40
+
41
+ This project is licensed under the MIT License.
42
+