Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nusnlp/cancer-response-inference
Repository for Cancer Disease Response Inference
https://github.com/nusnlp/cancer-response-inference
cancer-research data-augmentation language-model prompting
Last synced: 17 days ago
JSON representation
Repository for Cancer Disease Response Inference
- Host: GitHub
- URL: https://github.com/nusnlp/cancer-response-inference
- Owner: nusnlp
- License: gpl-3.0
- Created: 2023-05-27T04:16:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T07:19:51.000Z (about 1 year ago)
- Last Synced: 2023-11-06T08:29:38.623Z (about 1 year ago)
- Topics: cancer-research, data-augmentation, language-model, prompting
- Language: Python
- Homepage: https://doi.org/10.1093/jamia/ocad133
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Repository for Cancer Disease Response Inference
This repository contains code implementation of experiments in the paper **Inferring cancer disease response from radiology reports using large language models with data augmentation and prompting**. [[JAMIA](https://doi.org/10.1093/jamia/ocad133)]
### Experiment of Sentence Permutation + Consistency Loss ###
Refer to instructions and training scripts in `permutation_contrast` folder.
### Experiment of Prompt-based Fine-tuning ###
Refer to instructions and training scripts in `prompt_based_finetuning` folder.
### Publication ###
If you find the source code from this work helpful, please cite:
```
@article{10.1093/jamia/ocad133,
author = {Tan, Ryan Shea Ying Cong and Lin, Qian and Low, Guat Hwa and Lin, Ruixi and Goh, Tzer Chew and Chang, Christopher Chu En and Lee, Fung Fung and Chan, Wei Yin and Tan, Wei Chong and Tey, Han Jieh and Leong, Fun Loon and Tan, Hong Qi and Nei, Wen Long and Chay, Wen Yee and Tai, David Wai Meng and Lai, Gillianne Geet Yi and Cheng, Lionel Tim-Ee and Wong, Fuh Yong and Chua, Matthew Chin Heng and Chua, Melvin Lee Kiang and Tan, Daniel Shao Weng and Thng, Choon Hua and Tan, Iain Bee Huat and Ng, Hwee Tou},
title = "{Inferring cancer disease response from radiology reports using large language models with data augmentation and prompting}",
journal = {Journal of the American Medical Informatics Association},
volume = {30},
number = {10},
pages = {1657-1664},
year = {2023},
month = {07},
issn = {1527-974X},
doi = {10.1093/jamia/ocad133},
url = {https://doi.org/10.1093/jamia/ocad133},
}
```