Datasets:
current state
Browse files- .gitignore +0 -0
- README.md +0 -0
- causal-candidate-extraction/test.parquet +0 -0
- causal-candidate-extraction/train.parquet +0 -0
- causality-detection/test.parquet +0 -0
- causality-detection/train.parquet +0 -0
- causality-identification/test.parquet +0 -0
- causality-identification/train.parquet +0 -0
- conversion_script.py +2 -2
.gitignore
CHANGED
|
File without changes
|
README.md
CHANGED
|
File without changes
|
causal-candidate-extraction/test.parquet
CHANGED
|
File without changes
|
causal-candidate-extraction/train.parquet
CHANGED
|
File without changes
|
causality-detection/test.parquet
CHANGED
|
File without changes
|
causality-detection/train.parquet
CHANGED
|
File without changes
|
causality-identification/test.parquet
CHANGED
|
File without changes
|
causality-identification/train.parquet
CHANGED
|
File without changes
|
conversion_script.py
CHANGED
|
@@ -26,8 +26,8 @@ from pathlib import Path
|
|
| 26 |
|
| 27 |
import pandas as pd
|
| 28 |
|
| 29 |
-
from
|
| 30 |
-
from
|
| 31 |
|
| 32 |
_BASE = "https://raw.githubusercontent.com/josiahpaul07/PubMedCausal_Exp/main/PUBMEDCAUSAL/data/prepared"
|
| 33 |
|
|
|
|
| 26 |
|
| 27 |
import pandas as pd
|
| 28 |
|
| 29 |
+
from causalatee.data.constants import ClassLabel, Relation, Task
|
| 30 |
+
from causalatee.data.conversion._converter import FormatConverter
|
| 31 |
|
| 32 |
_BASE = "https://raw.githubusercontent.com/josiahpaul07/PubMedCausal_Exp/main/PUBMEDCAUSAL/data/prepared"
|
| 33 |
|