Add task category and link to GitHub repository

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,12 +1,17 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
4
  Paper: Hidden in Plain Sight: Probing Implicit Reasoning in Multimodal Language Models
5
 
6
  Paper: https://arxiv.org/abs/2506.00258
7
 
8
  Website: https://jackie-2000.github.io/iReason.github.io/
9
 
 
 
10
  iReason: Designed to probe MLLMs’ implicit reasoning by evaluating their ability to detect subtle flaws in seemingly valid instructions. Covers 643 real-world scenarios spanning four failure types—object absence, ambiguity, contradiction, and infeasibility—challenging models to surface issues that are “hidden in plain sight” without explicit cues.
11
 
12
  For more detailed instructions on inference, please refer to our GitHub repo.
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - image-text-to-text
5
  ---
6
+
7
  Paper: Hidden in Plain Sight: Probing Implicit Reasoning in Multimodal Language Models
8
 
9
  Paper: https://arxiv.org/abs/2506.00258
10
 
11
  Website: https://jackie-2000.github.io/iReason.github.io/
12
 
13
+ GitHub: https://github.com/eric-ai-lab/iReason
14
+
15
  iReason: Designed to probe MLLMs’ implicit reasoning by evaluating their ability to detect subtle flaws in seemingly valid instructions. Covers 643 real-world scenarios spanning four failure types—object absence, ambiguity, contradiction, and infeasibility—challenging models to surface issues that are “hidden in plain sight” without explicit cues.
16
 
17
  For more detailed instructions on inference, please refer to our GitHub repo.