rzanoli commited on
Commit
550c34a
·
1 Parent(s): c47538f

Fix the example for the REL task

Browse files
Files changed (1) hide show
  1. src/tasks.py +1 -1
src/tasks.py CHANGED
@@ -157,7 +157,7 @@ NER_DESCRIPTION = """### Named Entity Recognition (NER) --- *Generative task*
157
  """
158
 
159
  REL_DESCRIPTION = """### Relation Extraction (REL) --- *Generative task*
160
- The input is a sentence of a clinical text. The model must identify and extract relationships between laboratory test results (e.g., blood pressure) and the corresponding tests or procedures that generated them (e.g., blood pressure test).
161
 
162
  | # | Prompt |
163
  |-----|--------------------------------------------------------------------------------|
 
157
  """
158
 
159
  REL_DESCRIPTION = """### Relation Extraction (REL) --- *Generative task*
160
+ The input is a sentence of a clinical text. The model must identify and extract relationships between laboratory test results (e.g., blood pressure like 120/80 mmHg) and the corresponding tests or procedures that generated them (e.g., blood pressure test).
161
 
162
  | # | Prompt |
163
  |-----|--------------------------------------------------------------------------------|