TrishanuDas commited on
Commit
9929d09
·
verified ·
1 Parent(s): c59b05c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -4,7 +4,7 @@ configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
- path: rebus_full_dataset.csv
8
  language:
9
  - en
10
  tags:
@@ -30,13 +30,12 @@ The **Re-Bus** dataset is a high-quality annotated benchmark designed to evaluat
30
  * **Repository:** [https://github.com/abhi1nandy2/Re-Bus](https://github.com/abhi1nandy2/Re-Bus)
31
  * **Paper:** [https://arxiv.org/abs/2511.01340](https://arxiv.org/abs/2511.01340)
32
 
33
- ### **Dataset Structure**
34
  * **controlnet-canny:** Contains 611 augmented Rebus Puzzles generated using ControlNet with Canny edge detection to add complex backgrounds.
35
  * **images:** Contains 722 original Rebus Puzzles collected from various online sources.
36
- * **Rebus Puzzles Dataset Annotation - init_annot_file.csv** : A CSV file containing detailed annotations for each puzzle, including metadata such as difficulty level, hints and other visual attributes.
37
  * **Rebus Puzzles Dataset Annotation - visprog_annot_file.csv**: A CSV file containing additional annotations related to the visual programming aspects of the puzzles.
38
  * **Rebus Puzzles with Image Descriptions.csv**: A CSV file containing unstructured image descriptions for each Rebus Puzzle.
39
- * **test_df_aug_cs.csv**: A CSV file containing the test set of augmented Rebus Puzzles.
40
  * **sample-rebus-puzzle-png**: A sample Rebus Puzzle image in PNG format.
41
 
42
  ### **Uses**
 
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: Rebus Puzzles Full Dataset.csv
8
  language:
9
  - en
10
  tags:
 
30
  * **Repository:** [https://github.com/abhi1nandy2/Re-Bus](https://github.com/abhi1nandy2/Re-Bus)
31
  * **Paper:** [https://arxiv.org/abs/2511.01340](https://arxiv.org/abs/2511.01340)
32
 
33
+ ### **Data Overview**
34
  * **controlnet-canny:** Contains 611 augmented Rebus Puzzles generated using ControlNet with Canny edge detection to add complex backgrounds.
35
  * **images:** Contains 722 original Rebus Puzzles collected from various online sources.
 
36
  * **Rebus Puzzles Dataset Annotation - visprog_annot_file.csv**: A CSV file containing additional annotations related to the visual programming aspects of the puzzles.
37
  * **Rebus Puzzles with Image Descriptions.csv**: A CSV file containing unstructured image descriptions for each Rebus Puzzle.
38
+ * **Rebus Puzzles Full Dataset.csv**: A CSV file that includes the complete dataset, containing both the original and augmented images, with the **`is_augmented`** column indicating which ones are augmented. This contains detailed annotations for each puzzle, including metadata such as difficulty level, hints and other binary features.
39
  * **sample-rebus-puzzle-png**: A sample Rebus Puzzle image in PNG format.
40
 
41
  ### **Uses**