zfj1998 commited on
Commit
c3855f7
β€’
1 Parent(s): de6a370

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -36,7 +36,7 @@ pretty_name: humanevalv
36
 
37
  ## HumanEval-V: Evaluating Visual Understanding and Reasoning Abilities of LMMs Through Coding Tasks
38
  <p align="left">
39
- <a href="">πŸ“„ Paper </a> β€’
40
  <a href="https://humaneval-v.github.io">🏠 Home Page</a> β€’
41
  <a href="https://github.com/HumanEval-V/HumanEval-V-Benchmark">πŸ’» GitHub Repository </a> β€’
42
  <a href="https://humaneval-v.github.io/#leaderboard">πŸ† Leaderboard</a> β€’
@@ -83,3 +83,13 @@ You can easily load the dataset using the Hugging Face `datasets` library.
83
  from datasets import load_dataset
84
  humaneval_v = load_dataset("HumanEval-V/HumanEval-V-Benchmark", split="test")
85
  ```
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  ## HumanEval-V: Evaluating Visual Understanding and Reasoning Abilities of LMMs Through Coding Tasks
38
  <p align="left">
39
+ <a href="https://arxiv.org/abs/2410.12381">πŸ“„ Paper </a> β€’
40
  <a href="https://humaneval-v.github.io">🏠 Home Page</a> β€’
41
  <a href="https://github.com/HumanEval-V/HumanEval-V-Benchmark">πŸ’» GitHub Repository </a> β€’
42
  <a href="https://humaneval-v.github.io/#leaderboard">πŸ† Leaderboard</a> β€’
 
83
  from datasets import load_dataset
84
  humaneval_v = load_dataset("HumanEval-V/HumanEval-V-Benchmark", split="test")
85
  ```
86
+
87
+ ## Citation
88
+ ```bibtex
89
+ @article{zhang2024humanevalv,
90
+ title={HumanEval-V: Evaluating Visual Understanding and Reasoning Abilities of Large Multimodal Models Through Coding Tasks},
91
+ author={Zhang, Fengji and Wu, Linquan and Bai, Huiyu and Lin, Guancheng and Li, Xiao and Yu, Xiao and Wang, Yue and Chen, Bei and Keung, Jacky},
92
+ journal={arXiv preprint arXiv:2410.12381},
93
+ year={2024},
94
+ }
95
+ ```