Commit 
							
							·
						
						e31f893
	
1
								Parent(s):
							
							44aba0e
								
init docs
Browse files- README.md +33 -3
- image_data/Image_List.csv +0 -0
- mcq_data/MCQ_List_no_ans.csv +0 -0
    	
        README.md
    CHANGED
    
    | @@ -1,3 +1,33 @@ | |
| 1 | 
            -
            ---
         | 
| 2 | 
            -
            license: cc-by-nc-sa-4.0
         | 
| 3 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            license: cc-by-nc-sa-4.0
         | 
| 3 | 
            +
            task_categories:
         | 
| 4 | 
            +
            - visual-question-answering
         | 
| 5 | 
            +
            - object-detection
         | 
| 6 | 
            +
            configs:
         | 
| 7 | 
            +
              - config_name: Image_List
         | 
| 8 | 
            +
                data_files:
         | 
| 9 | 
            +
                  - split: test
         | 
| 10 | 
            +
                    path: image_data/Image_List
         | 
| 11 | 
            +
            ---
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            # Note: 
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            The answers and segmentation masks for Seeing Culture Benchmark is not publicly available. 
         | 
| 16 | 
            +
            We are working on creating a competition where participants can upload their predictions and evaluate their models. 
         | 
| 17 | 
            +
            Stay tuned for more updates! If you need to urgently need to evaluate, please contact buraks@smu.edu.sg
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            # Loading the dataset
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            To load and use the Seeing Culture Benchmark (SCB), use the following commands:
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
            # Usage and License
         | 
| 25 | 
            +
             | 
| 26 | 
            +
            Seeing Culture Benchmark (SCB) is a test-only benchmark and can be used to evaluate models. 
         | 
| 27 | 
            +
            The images are scraped from the internet and are not owned by the authors. All annotations are released under the CC BY-NC-SA 4.0 license.
         | 
| 28 | 
            +
             | 
| 29 | 
            +
            # Citation Information
         | 
| 30 | 
            +
             | 
| 31 | 
            +
            If you are using this dataset, please cite our paper accepted by EMNLP 2025 Main Conference!
         | 
| 32 | 
            +
             | 
| 33 | 
            +
            Citation part is coming soon!
         | 
    	
        image_data/Image_List.csv
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
    	
        mcq_data/MCQ_List_no_ans.csv
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 

