levakrasnov commited on
Commit
bb4dcd0
·
verified ·
1 Parent(s): caa640c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,8 +44,8 @@ configs:
44
  | Config | Task | Description | Input | Output | n | Random baseline |
45
  |--------|------|-------------|-------|--------|---|-----------------|
46
  | `task1` | Pairwise solvent comparison | Given a compound (SMILES) and two solvents, select the one with higher solubility | SMILES + 2 solvents | A / B | 3699 | 50.0% |
47
- | `task2` | Best solvent selection | Given a compound and a list of solvents, select the one with highest solubility | SMILES + N solvents | letter | | ~17.1% |
48
- | `task3` | Co-solvent effect prediction | Given a compound, a base solvent and a co-solvent mixture, predict whether solubility increases or decreases | SMILES + mixture composition | A / B | | ~16.7% |
49
  | `task4` | Pairwise compound comparison | Given a solvent and two compounds (SMILES), select the one with higher solubility | Solvent + 2 SMILES | A / B | 3000 | 50.0% |
50
 
51
  ---
 
44
  | Config | Task | Description | Input | Output | n | Random baseline |
45
  |--------|------|-------------|-------|--------|---|-----------------|
46
  | `task1` | Pairwise solvent comparison | Given a compound (SMILES) and two solvents, select the one with higher solubility | SMILES + 2 solvents | A / B | 3699 | 50.0% |
47
+ | `task2` | Best solvent selection | Given a compound and a list of solvents, select the one with highest solubility | SMILES + N solvents | letter | 878 | ~17.1% |
48
+ | `task3` | Co-solvent effect prediction | Given a compound, a base solvent and a co-solvent mixture, predict whether solubility increases or decreases | SMILES + mixture composition | A / B | 2229 | 50.0% |
49
  | `task4` | Pairwise compound comparison | Given a solvent and two compounds (SMILES), select the one with higher solubility | Solvent + 2 SMILES | A / B | 3000 | 50.0% |
50
 
51
  ---