Update task category to image-feature-extraction

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  task_categories:
6
- - feature-extraction
7
  tags:
8
  - agentic-llm
9
  - search
@@ -63,4 +63,18 @@ To effectively utilize this dense index dataset, it is intended to be used withi
63
  bash scripts/server/vllm.sh your_config_file # run the server of agentic llm
64
  bash scripts/evaluation/run.sh your_config_file
65
  ```
66
- For more detailed and advanced usage scenarios, please refer to the [official RAVine GitHub repository](https://github.com/SwordFaith/RAVine).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  task_categories:
6
+ - image-feature-extraction
7
  tags:
8
  - agentic-llm
9
  - search
 
63
  bash scripts/server/vllm.sh your_config_file # run the server of agentic llm
64
  bash scripts/evaluation/run.sh your_config_file
65
  ```
66
+ For more detailed and advanced usage scenarios, please refer to the [official RAVine GitHub repository](https://github.com/SwordFaith/RAVine).
67
+
68
+ ## Citation
69
+
70
+ If you find RAVine useful in your research, please cite our paper:
71
+
72
+ ```bibtex
73
+ @article{xu2025ravine,
74
+ title={RAVine: Reality-Aligned Evaluation for Agentic Search},
75
+ author={Xu, Yilong and Long, Xiang and Zheng, Zhi and Gao, Jinhua},
76
+ journal={arXiv preprint arXiv:2507.16725},
77
+ year={2025},
78
+ url={https://arxiv.org/abs/2507.16725}
79
+ }
80
+ ```