-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add sem_eval_2024_task_2 * Remove template hints * Fix copy-paste errors * Add missing metadata attributes * Fix missing whitespaces in _get_text * Only add "Secondary: " prefix when there's actual secondary text
- Loading branch information
Showing
3 changed files
with
908 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
language: | ||
- en | ||
bigbio_language: | ||
- English | ||
multilinguality: monolingual | ||
pretty_name: SemEval 2024 Task 2 | ||
homepage: https://allenai.org/data/scitail | ||
bigbio_pubmed: false | ||
bigbio_public: true | ||
bigbio_tasks: | ||
- TEXTUAL_ENTAILMENT | ||
--- | ||
|
||
|
||
# Dataset Card for SemEval 2024 Task 2 | ||
|
||
## Dataset Description | ||
|
||
- **Homepage:** https://sites.google.com/view/nli4ct/semeval-2024?authuser=0 | ||
- **Pubmed:** False | ||
- **Public:** True | ||
- **Tasks:** TE | ||
|
||
|
||
|
||
## Dataset | ||
(Description copied from dataset homepage) | ||
|
||
The statements and evidence are generated by clinical domain experts, clinical trial organisers, and research oncologists from the Cancer Research UK Manchester Institute and the Digital Experimental Cancer Medicine Team. There are a total of (TBD) statements split evenly across the different sections and classes. | ||
## Description | ||
Each Clinical Trial Report (CTR) consists of 4 sections: | ||
Eligibility criteria - A set of conditions for patients to be allowed to take part in the clinical trial | ||
Intervention - Information concerning the type, dosage, frequency, and duration of treatments being studied. | ||
Results - Number of participants in the trial, outcome measures, units, and the results. | ||
Adverse events - These are signs and symptoms observed in patients during the clinical trial. | ||
For this task, each CTR may contain 1-2 patient groups, called cohorts or arms. These groups may receive different treatments, or have different baseline characteristics. | ||
|
||
|
||
## Citation Information | ||
|
||
``` | ||
@article{, | ||
author = {}, | ||
title = {}, | ||
journal = {}, | ||
volume = {}, | ||
year = {}, | ||
url = {}, | ||
doi = {}, | ||
biburl = {}, | ||
bibsource = {} | ||
} |
Oops, something went wrong.