Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -43,7 +43,10 @@ This dataset contains duplicate questions from the [WikiAnswers Corpus](https:// 
     | 
|
| 43 | 
         
             
            * Column types: `str`, `str`
         
     | 
| 44 | 
         
             
            * Examples:
         
     | 
| 45 | 
         
             
                ```python
         
     | 
| 46 | 
         
            -
                
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 47 | 
         
             
                ```
         
     | 
| 48 | 
         
             
            * Collection strategy:  Reading the WikiAnswers dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data), which has lists of duplicate questions. I've considered all adjacent questions as a positive pair, plus the last and first caption. So, e.g. 5 duplicate questions results in 5 duplicate pairs.
         
     | 
| 49 | 
         
             
            * Deduplified: No
         
     | 
| 
         | 
|
| 43 | 
         
             
            * Column types: `str`, `str`
         
     | 
| 44 | 
         
             
            * Examples:
         
     | 
| 45 | 
         
             
                ```python
         
     | 
| 46 | 
         
            +
                {
         
     | 
| 47 | 
         
            +
                  'anchor': 'How many calories is in a handful of strawberries?',
         
     | 
| 48 | 
         
            +
                  'positive': How many calories are in a strawberry popsickles?,
         
     | 
| 49 | 
         
            +
                }
         
     | 
| 50 | 
         
             
                ```
         
     | 
| 51 | 
         
             
            * Collection strategy:  Reading the WikiAnswers dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data), which has lists of duplicate questions. I've considered all adjacent questions as a positive pair, plus the last and first caption. So, e.g. 5 duplicate questions results in 5 duplicate pairs.
         
     | 
| 52 | 
         
             
            * Deduplified: No
         
     |