Skip to content

Commit

Permalink
Closes #898 (#899)
Browse files Browse the repository at this point in the history
* 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
leonweber authored Oct 13, 2023
1 parent 4c81e91 commit 7ca2b58
Show file tree
Hide file tree
Showing 3 changed files with 908 additions and 0 deletions.
53 changes: 53 additions & 0 deletions bigbio/hub/hub_repos/sem_eval_2024_task_2/README.md
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 = {}
}
Loading

0 comments on commit 7ca2b58

Please sign in to comment.