Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -36,7 +36,6 @@ Example format: | |
| 36 | 
             
                    "notes": [...],
         | 
| 37 | 
             
                    "notes_duration": [...],
         | 
| 38 | 
             
                    "rest_duration": [...],
         | 
| 39 | 
            -
                    "structure": [...],
         | 
| 40 | 
             
                    "bpm": 120
         | 
| 41 | 
             
                  },
         | 
| 42 | 
             
                  ...
         | 
| @@ -56,10 +55,12 @@ Example format: | |
| 56 | 
             
            ## 📖 Citation
         | 
| 57 | 
             
            If you use this dataset in your work, please cite our paper:
         | 
| 58 | 
             
            ```bibtex
         | 
| 59 | 
            -
            @ | 
| 60 | 
            -
             | 
| 61 | 
            -
             | 
| 62 | 
            -
             | 
| 63 | 
            -
             | 
|  | |
|  | |
| 64 | 
             
            }
         | 
| 65 | 
             
            ```
         | 
|  | |
| 36 | 
             
                    "notes": [...],
         | 
| 37 | 
             
                    "notes_duration": [...],
         | 
| 38 | 
             
                    "rest_duration": [...],
         | 
|  | |
| 39 | 
             
                    "bpm": 120
         | 
| 40 | 
             
                  },
         | 
| 41 | 
             
                  ...
         | 
|  | |
| 55 | 
             
            ## 📖 Citation
         | 
| 56 | 
             
            If you use this dataset in your work, please cite our paper:
         | 
| 57 | 
             
            ```bibtex
         | 
| 58 | 
            +
            @misc{ding2024songcomposer,
         | 
| 59 | 
            +
                  title={SongComposer: A Large Language Model for Lyric and Melody Composition in Song Generation}, 
         | 
| 60 | 
            +
                  author={Shuangrui Ding and Zihan Liu and Xiaoyi Dong and Pan Zhang and Rui Qian and Conghui He and Dahua Lin and Jiaqi Wang},
         | 
| 61 | 
            +
                  year={2024},
         | 
| 62 | 
            +
                  eprint={2402.17645},
         | 
| 63 | 
            +
                  archivePrefix={arXiv},
         | 
| 64 | 
            +
                  primaryClass={cs.SD}
         | 
| 65 | 
             
            }
         | 
| 66 | 
             
            ```
         |