Update README.md
Browse files
README.md
CHANGED
@@ -3,14 +3,18 @@ license: mit
|
|
3 |
---
|
4 |
This repository is a public repository of the data used in the paper "CReSE: Enhancing Clinical Trial Design via Contrastive Learning and Rephrasing-based and Clinical Relevance-preserving Sentence Embedding" (under review).
|
5 |
|
|
|
6 |
There are three main types of data stored in the repository.
|
7 |
|
8 |
1) Positive-negative EC-title pairs: A dataset that pairs the ECs used in a study with the study's title and other design information. It can be used to train EC recommendation models (binary classification). Different datasets are available in terms of the input type of trial information and the number of ECs in the trial.
|
9 |
- For example, a file named "train_pairs_positive_inputtype_only_title.p" means positive pair data collected using only trial title as the input type.
|
10 |
|
|
|
11 |
2) original-rephrased EC pairs: The original-rephrased EC pairs data used to develop the CReSE model. EC rephrasing was performed using ChatGPT (gpt-3.5-turbo).
|
12 |
|
|
|
13 |
3) Clinical relevance data between EC pairs: A dataset evaluating the clinical relevance between different ECs created to evaluate the EC clustering performance of the CReSE model. It was also created using ChatGPT (gpt-3.5-turbo).
|
14 |
|
|
|
15 |
Please refer to our paper for more specific data generation conditions and related prompts.
|
16 |
|
|
|
3 |
---
|
4 |
This repository is a public repository of the data used in the paper "CReSE: Enhancing Clinical Trial Design via Contrastive Learning and Rephrasing-based and Clinical Relevance-preserving Sentence Embedding" (under review).
|
5 |
|
6 |
+
|
7 |
There are three main types of data stored in the repository.
|
8 |
|
9 |
1) Positive-negative EC-title pairs: A dataset that pairs the ECs used in a study with the study's title and other design information. It can be used to train EC recommendation models (binary classification). Different datasets are available in terms of the input type of trial information and the number of ECs in the trial.
|
10 |
- For example, a file named "train_pairs_positive_inputtype_only_title.p" means positive pair data collected using only trial title as the input type.
|
11 |
|
12 |
+
|
13 |
2) original-rephrased EC pairs: The original-rephrased EC pairs data used to develop the CReSE model. EC rephrasing was performed using ChatGPT (gpt-3.5-turbo).
|
14 |
|
15 |
+
|
16 |
3) Clinical relevance data between EC pairs: A dataset evaluating the clinical relevance between different ECs created to evaluate the EC clustering performance of the CReSE model. It was also created using ChatGPT (gpt-3.5-turbo).
|
17 |
|
18 |
+
|
19 |
Please refer to our paper for more specific data generation conditions and related prompts.
|
20 |
|