File size: 2,762 Bytes
29287e9
 
 
 
 
 
 
 
 
96130aa
 
41923e4
96130aa
41923e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
title: SearchArena
emoji: 🐠
colorFrom: red
colorTo: gray
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false

# Search Arena

**Search Arena** is a comprehensive platform designed to rigorously evaluate and compare search-based web agents. Leveraging a variety of metrics, Search Arena ensures that users can identify the most effective solutions for their needs.

## Key Features

- **Output Evaluations:** Analyze the quality and relevance of search results.
- **Perplexity:** Measure the predictive uncertainty of language models used by the agents.
- **Exa (Exhaustiveness Analysis):** Assess the breadth and depth of search coverage.
- **Multi-Agent Comparison:** Compare multiple agents side-by-side.
- **Customizable Benchmarks:** Define specific benchmarks and criteria for evaluation.
- **User Feedback Integration:** Incorporate user feedback to improve agent performance.
- **Performance Metrics:** Detailed reports on response time, precision, recall, and F1 score.

## Benefits

- **Enhanced Decision-Making:** Make informed decisions with clear, data-driven evaluations.
- **Optimization:** Help developers optimize their search agents.
- **Innovation:** Foster innovation by promoting the best-performing search technologies.

## Getting Started

Follow these steps to set up the project on your local machine.

### Prerequisites

- Git
- Python 3.x
- Virtualenv (optional but recommended)

### Installation

1. **Clone the Repository:**

   ```bash
   git clone https://github.com/leowalker89/SearchArena
   ```

2. **Navigate to the Project Directory:**

   ```bash
   cd search-arena
   ```

3. **Create a Virtual Environment:**

   ```bash
   python -m venv env
   ```

4. **Activate the Virtual Environment:**

   - On Windows:

     ```bash
     .\env\Scripts\activate
     ```

   - On macOS and Linux:

     ```bash
     source env/bin/activate
     ```

5. **Install the Required Dependencies:**

   ```bash
   pip install -r requirements.txt
   ```

### Running the Project

1. **Start the Development Server:**

   ```bash
   streamlit run app.py
   ```

2. **Open your Browser:**

   Navigate to `http://localhost:5000` to view the platform.

### Usage

- Follow the on-screen instructions to evaluate and compare search-based web agents.
- Customize benchmarks and criteria as needed.
- Analyze detailed reports and visualizations to make informed decisions.

### Contributing

We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) to get started.

### License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

### Contact

If you have any questions, feel free to open an issue or contact us at [[email protected]](mailto:[email protected]).