├── LICENSE ├── README.md ├── assets ├── XLRS-Bench-lite.png ├── captioning.png ├── chart.jpg ├── comparison.jpg ├── data_example.jpg ├── grounding.jpg ├── l2.jpg ├── perception.jpg └── reasoning.jpg └── evaluation_utils └── prompt.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/README.md -------------------------------------------------------------------------------- /assets/XLRS-Bench-lite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/XLRS-Bench-lite.png -------------------------------------------------------------------------------- /assets/captioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/captioning.png -------------------------------------------------------------------------------- /assets/chart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/chart.jpg -------------------------------------------------------------------------------- /assets/comparison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/comparison.jpg -------------------------------------------------------------------------------- /assets/data_example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/data_example.jpg -------------------------------------------------------------------------------- /assets/grounding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/grounding.jpg -------------------------------------------------------------------------------- /assets/l2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/l2.jpg -------------------------------------------------------------------------------- /assets/perception.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/perception.jpg -------------------------------------------------------------------------------- /assets/reasoning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/assets/reasoning.jpg -------------------------------------------------------------------------------- /evaluation_utils/prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI9Stars/XLRS-Bench/HEAD/evaluation_utils/prompt.md --------------------------------------------------------------------------------