parachas commited on
Commit
eda1b7d
·
verified ·
1 Parent(s): 51fb37c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -19,9 +19,8 @@ With the rapid proliferation of large language models (LLM)—each optimized for
19
  Existing work on LLM routing typically focuses on learning an optimal policy to route between a limited pool of models, where optimal is measured via well-defined performance benchmarks. This framework, however, is misaligned with real-world scenarios.
20
  Benchmark performance does not capture subjective evaluation and testing criteria in the real world.
21
 
22
- Arch-Router is a **preference-based routing model** designed to intelligently guide model selection by matching queries to user-defined domains (e.g., finance and healthcare) and action types (e.g., code generation, image editing, etc.).
23
- Experiments on conversational datasets demonstrate that our approach achieves state-of-the-art (SOTA) results in matching queries with human preferences, outperforming top proprietary routing systems.
24
- Our preference-aligned approach matches practical definitions of performance in the real world and makes routing decisions more transparent and adaptable.
25
 
26
  ### How It Works
27
 
 
19
  Existing work on LLM routing typically focuses on learning an optimal policy to route between a limited pool of models, where optimal is measured via well-defined performance benchmarks. This framework, however, is misaligned with real-world scenarios.
20
  Benchmark performance does not capture subjective evaluation and testing criteria in the real world.
21
 
22
+ Arch-Router is a **preference-aligned routing model** designed to intelligently guide model selection by matching queries to user-defined domains (e.g., finance and healthcare) and action types (e.g., code generation, image editing, etc.).
23
+ Experiments on conversational datasets demonstrate that our approach achieves state-of-the-art (SOTA) results in matching queries with human preferences, outperforming top proprietary routing systems. Our preference-aligned approach matches practical definitions of performance in the real world and makes routing decisions more transparent and adaptable.
 
24
 
25
  ### How It Works
26