Datasets:
				
			
			
	
			
	
		
			
	
		
		Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,5 +1,12 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            license: mit
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 3 | 
             
            ---
         | 
| 4 | 
             
            # 🚗 BEst DrivEr’s License Performer (BEEP) Dataset
         | 
| 5 |  | 
| @@ -50,5 +57,29 @@ df = pd.read_csv('beep_data.csv') | |
| 50 |  | 
| 51 | 
             
            # Display the first few rows of the dataset
         | 
| 52 | 
             
            print(df.head())
         | 
|  | |
| 53 |  | 
|  | |
| 54 |  | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            license: mit
         | 
| 3 | 
            +
            task_categories:
         | 
| 4 | 
            +
            - question-answering
         | 
| 5 | 
            +
            language:
         | 
| 6 | 
            +
            - it
         | 
| 7 | 
            +
            pretty_name: BEEP
         | 
| 8 | 
            +
            size_categories:
         | 
| 9 | 
            +
            - 1K<n<10K
         | 
| 10 | 
             
            ---
         | 
| 11 | 
             
            # 🚗 BEst DrivEr’s License Performer (BEEP) Dataset
         | 
| 12 |  | 
|  | |
| 57 |  | 
| 58 | 
             
            # Display the first few rows of the dataset
         | 
| 59 | 
             
            print(df.head())
         | 
| 60 | 
            +
            ```
         | 
| 61 |  | 
| 62 | 
            +
            ## Citation
         | 
| 63 |  | 
| 64 | 
            +
            If you find our work interesting, please cite us:
         | 
| 65 | 
            +
             | 
| 66 | 
            +
            **BibTeX:**
         | 
| 67 | 
            +
             | 
| 68 | 
            +
            ```
         | 
| 69 | 
            +
            @inproceedings{mercorio2024beep,
         | 
| 70 | 
            +
              title={BEEP-BEst DrivEr’s License Performer: A CALAMITA Challenge},
         | 
| 71 | 
            +
              author={Mercorio, Fabio and Potert{\`\i}, Daniele and Serino, Antonio and Seveso, Andrea and others},
         | 
| 72 | 
            +
              booktitle={CEUR WORKSHOP PROCEEDINGS},
         | 
| 73 | 
            +
              volume={3878},
         | 
| 74 | 
            +
              year={2024}
         | 
| 75 | 
            +
            }
         | 
| 76 | 
            +
            ```
         | 
| 77 | 
            +
             | 
| 78 | 
            +
            **APA:**
         | 
| 79 | 
            +
             | 
| 80 | 
            +
            Mercorio, F., Potertì, D., Serino, A., & Seveso, A. (2024). BEEP-BEst DrivEr’s License Performer: A CALAMITA Challenge. In CEUR WORKSHOP PROCEEDINGS (Vol. 3878).
         | 
| 81 | 
            +
             | 
| 82 | 
            +
             | 
| 83 | 
            +
            ## Contact
         | 
| 84 | 
            +
             | 
| 85 | 
            +
            Andrea Seveso - [email protected]
         | 

