ImDim commited on
Commit
545350f
·
verified ·
1 Parent(s): dd7ae63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  - vllm
17
  ---
18
  # RotVL
19
- RotVL is a rotation-aware vision-language model fine-tuned for cross-orientation state-equivalence checking and for detecting, classifying, and localizing GUI defects caused by screen rotation in Android applications. It accompanies the paper *RotDroid: Cross-Orientation State Equivalence Testing for Detecting GUI Rotation Bugs in Android Apps*, accepted at the 37th IEEE International Symposium on Software Reliability Engineering (ISSRE 2026).
20
 
21
  RotDroid supplies RotVL with two screenshots representing corresponding portrait and landscape states. RotVL determines whether a rotation-induced GUI defect is present and, when requested, returns the defective orientation, defect type, and bounding box.
22
 
@@ -161,10 +161,13 @@ For integration details and instructions on running RotDroid, see the [RotDroid
161
 
162
  ## Citation
163
  ```bibtex
164
- @inproceedings{qin2026rotdroid,
165
- title = {RotDroid: Cross-Orientation State Equivalence Testing for Detecting GUI Rotation Bugs in Android Apps},
166
- author = {Qin, Mengdi and Jiang, Bo},
167
- booktitle = {Proceedings of the 37th IEEE International Symposium on Software Reliability Engineering (ISSRE)},
168
- year = {2026}
 
 
 
169
  }
170
  ```
 
16
  - vllm
17
  ---
18
  # RotVL
19
+ RotVL is a rotation-aware vision-language model fine-tuned for cross-orientation state-equivalence checking and for detecting, classifying, and localizing GUI defects caused by screen rotation in Android applications. It accompanies the paper *[RotDroid: Cross-Orientation State Equivalence Testing for Detecting GUI Rotation Bugs in Android Apps](http://arxiv.org/abs/2608.25425)*, accepted at the 37th IEEE International Symposium on Software Reliability Engineering (ISSRE 2026).
20
 
21
  RotDroid supplies RotVL with two screenshots representing corresponding portrait and landscape states. RotVL determines whether a rotation-induced GUI defect is present and, when requested, returns the defective orientation, defect type, and bounding box.
22
 
 
161
 
162
  ## Citation
163
  ```bibtex
164
+ @misc{qin2026rotdroidcrossorientationstateequivalence,
165
+ title={RotDroid: Cross-Orientation State Equivalence Testing for Detecting GUI Rotation Bugs in Android Apps},
166
+ author={Mengdi Qin and Bo Jiang},
167
+ year={2026},
168
+ eprint={2608.25425},
169
+ archivePrefix={arXiv},
170
+ primaryClass={cs.SE},
171
+ url={https://arxiv.org/abs/2608.25425},
172
  }
173
  ```