Fix the example for the REL task
Browse files- 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 |
|-----|--------------------------------------------------------------------------------|
|