tomaarsen HF staff commited on
Commit
1940622
1 Parent(s): 903c3b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -103,7 +103,10 @@ In our experiments, title-abstract pairs result in the highest performance, foll
103
  * Column types: `str`, `str`
104
  * Examples:
105
  ```python
106
-
 
 
 
107
  ```
108
  * Collection strategy: Reading the S2ORC titles-abstract dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
109
  * Deduplified: No
@@ -114,7 +117,10 @@ In our experiments, title-abstract pairs result in the highest performance, foll
114
  * Column types: `str`, `str`
115
  * Examples:
116
  ```python
117
-
 
 
 
118
  ```
119
  * Collection strategy: Reading the S2ORC titles-citation dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data) and considering each title together with the first citation as a sample.
120
  * Deduplified: No
@@ -125,7 +131,10 @@ In our experiments, title-abstract pairs result in the highest performance, foll
125
  * Column types: `str`, `str`
126
  * Examples:
127
  ```python
128
-
 
 
 
129
  ```
130
  * Collection strategy: Reading the S2ORC titles-citation dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data) and considering each title together with each citation as a sample.
131
  * Deduplified: No
 
103
  * Column types: `str`, `str`
104
  * Examples:
105
  ```python
106
+ {
107
+ "title": "Syntheses, Structures and Properties of Two Transition Metal-Flexible Ligand Coordination Polymers",
108
+ "abstract": "Two coordination polymers based on 3,5-bis(4-carboxyphenylmethyloxy) benzoic acid (H3L), [M(HL)]·2H2O M = Mn(1), Co(2), have been synthesized under hydrothermal conditions. Their structures have been determined by single-crystal X-ray diffraction and further characterized by elemental analysis, IR spectra and TGA. The two complexes possess 3D framework with diamond channels resulting from the trans-configuration of the flexible ligand and three coordination modes, 3(η2, η1), 2(η1, η1), η1, of carboxyl groups in the ligand. The framework can be represented with Schlafli symbol of (48·66)(47·66). The wall of the channel consists of left- or right-handed helical polymeric chains. UV–visible–NIR and photoluminescence spectra, magnetic properties of 1 and 2 have also been discussed.",
109
+ }
110
  ```
111
  * Collection strategy: Reading the S2ORC titles-abstract dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
112
  * Deduplified: No
 
117
  * Column types: `str`, `str`
118
  * Examples:
119
  ```python
120
+ {
121
+ "title": "An apparent neuroleptic malignant syndrome without extrapyramidal symptoms upon initiation of clozapine therapy: report of a case and results of a clozapine rechallenge.",
122
+ "citation": "Antipsychotic Rechallenge After Neuroleptic Malignant Syndrome with Catatonic Features"
123
+ }
124
  ```
125
  * Collection strategy: Reading the S2ORC titles-citation dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data) and considering each title together with the first citation as a sample.
126
  * Deduplified: No
 
131
  * Column types: `str`, `str`
132
  * Examples:
133
  ```python
134
+ {
135
+ "title": "An apparent neuroleptic malignant syndrome without extrapyramidal symptoms upon initiation of clozapine therapy: report of a case and results of a clozapine rechallenge.",
136
+ "citation": "Antipsychotic Rechallenge After Neuroleptic Malignant Syndrome with Catatonic Features"
137
+ }
138
  ```
139
  * Collection strategy: Reading the S2ORC titles-citation dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data) and considering each title together with each citation as a sample.
140
  * Deduplified: No