soarhigh commited on
Commit
b4f2e6f
·
verified ·
1 Parent(s): bee7327

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -13,7 +13,7 @@ Wan Ju Kang, Eunki Kim, Na Min An, Sangryul Kim, Haemin Choi, Ki Hoon Kwak, and
13
 
14
  ## 📄 [Paper](https://arxiv.org/abs/2503.13369)    
15
 
16
- Hello, we are a team of researchers based in KAIST AI working on accessible visualization.
17
  In specific, we compiled a diagram description dataset for blind and low-vision (BLV) individuals.
18
  We worked in close cooperation with two schools for the blind, as well as over 30 sighted annotators, and we are grateful for their contribution.
19
  Check out our [preprint](https://arxiv.org/abs/2503.13369), and feel free to contact us at [email protected].
@@ -50,8 +50,16 @@ Tuning VLMs on Sightation enhanced various qualities of the diagram descriptions
50
  The capability of the dataset is most strongly pronounced with Qwen2-VL-2B model, shown above.
51
 
52
  ## BibTeX
 
53
  ```bash
54
- @inproceedings{TBA
 
 
 
 
 
 
 
55
  }
56
  ```
57
 
 
13
 
14
  ## 📄 [Paper](https://arxiv.org/abs/2503.13369)    
15
 
16
+ Hello, we are a team of researchers based in [KAIST AI](https://gsai.kaist.ac.kr) working on accessible visualization.
17
  In specific, we compiled a diagram description dataset for blind and low-vision (BLV) individuals.
18
  We worked in close cooperation with two schools for the blind, as well as over 30 sighted annotators, and we are grateful for their contribution.
19
  Check out our [preprint](https://arxiv.org/abs/2503.13369), and feel free to contact us at [email protected].
 
50
  The capability of the dataset is most strongly pronounced with Qwen2-VL-2B model, shown above.
51
 
52
  ## BibTeX
53
+ If you find our dataset helpful, please cite our work!
54
  ```bash
55
+ @misc{kang2025sightationcountsleveragingsighted,
56
+ title={Sightation Counts: Leveraging Sighted User Feedback in Building a BLV-aligned Dataset of Diagram Descriptions},
57
+ author={Wan Ju Kang and Eunki Kim and Na Min An and Sangryul Kim and Haemin Choi and Ki Hoon Kwak and James Thorne},
58
+ year={2025},
59
+ eprint={2503.13369},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.AI},
62
+ url={https://arxiv.org/abs/2503.13369},
63
  }
64
  ```
65