TokyoTechMagicYang commited on
Commit
a4b41d0
·
verified ·
1 Parent(s): 3b2f168

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -486,15 +486,29 @@ If you use RAM-H1200 in your research, please cite the dataset and the associate
486
 
487
  ### BibTeX
488
 
489
- If there is an associated paper, add it here as well:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
490
 
491
  ```bibtex
492
- @article{ram_h1200_paper_2026,
493
- title = {RAM-H1200: A Unified Evaluation and Dataset on Hand Radiographs for Rheumatoid Arthritis},
494
- author = {Songxiao Yang, Haolin Wang, Yao Fu, Junmu Peng, Lin Fan, Hongruixuan Chen, Jian Song, Masayuki Ikebe, Shinya Takamaeda-Yamazaki, Masatoshi Okutomi, Tamotsu Kamishima, Yafei Ou},
495
- journal = {<JOURNAL_OR_CONFERENCE_HERE>},
496
- year = {2026},
497
- url = {<PAPER_URL_HERE>}
498
  }
499
  ```
500
 
 
486
 
487
  ### BibTeX
488
 
489
+ ```bibtex
490
+ @misc{yang2026ramh1200,
491
+ title={RAM-H1200: A Unified Evaluation and Dataset on Hand Radiographs for Rheumatoid Arthritis},
492
+ author={Songxiao Yang and Haolin Wang and Yao Fu and Junmu Peng and Lin Fan and Hongruixuan Chen and Jian Song and Masayuki Ikebe and Shinya Takamaeda-Yamazaki and Masatoshi Okutomi and Tamotsu Kamishima and Yafei Ou},
493
+ year={2026},
494
+ eprint={2605.05616},
495
+ archivePrefix={arXiv},
496
+ primaryClass={cs.CV},
497
+ url={https://arxiv.org/abs/2605.05616}
498
+ }
499
+ ```
500
+
501
+ ## Suggested Citation
502
+
503
+ If you use the benchmark code or experimental settings, we also recommend citing:
504
 
505
  ```bibtex
506
+ @article{yang2026ram,
507
+ title={RAM-W600: A Multi-Task Wrist Dataset and Benchmark for Rheumatoid Arthritis},
508
+ author={Yang, Songxiao and Wang, Haolin and Fu, Yao and Tian, Ye and Kamishima, Tamotsu and Ikebe, Masayuki and Ou, Yafei and Okutomi, Masatoshi},
509
+ journal={Advances in Neural Information Processing Systems},
510
+ volume={38},
511
+ year={2026}
512
  }
513
  ```
514