abiswal commited on
Commit
5856002
·
1 Parent(s): c52bb52
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -12,23 +12,23 @@ from src.about import (
12
 
13
  data = {
14
  "Method": [
15
- "TAG Team w/ LOTUS (llama-3.1-70B)",
16
- "Zero-shot Text2SQL (llama-3.1-70B)",
17
- "Zero-shot Text2SQL + LM Generation (llama-3.1-70B)",
18
- "RAG (E5) (llama-3.1-70B)",
19
- "RAG (E5) + LM Rerank (llama-3.1-70B)",
20
- "TAG Team w/ LOTUS (gpt-4o)",
21
- "Zero-shot Text2SQL (gpt-4o)",
22
- "Zero-shot Text2SQL + LM Generation (gpt-4o)",
23
- "RAG (gpt-4o)",
24
- "RAG (E5) + LM Rerank (gpt-4o)",
25
  "TAG Team w/ LOTUS (o3-mini)",
26
  "Zero-shot Text2SQL (o3-mini)",
27
  "Zero-shot Text2SQL + LM Generation (o3-mini)",
28
  "RAG (o3-mini)",
29
  "RAG (E5) + LM Rerank (o3-mini)",
30
- "Zero-shot Text2SQL (deepseek-r1)",
31
- "Zero-shot Text2SQL + LM Generation (deepseek-r1)",
32
  ],
33
  # "Model": ["meta-llama/Llama-3.1-70B"] * 5,
34
  "Execution Accuracy": [55.0, 17.0, 13.0, 0.0, 2.0, 55.0, 18.0, 15.0, 3.0, 3.0, 65.0, 18.0, 30.0, 7.0, 7.0, 12.0, 0.0],
 
12
 
13
  data = {
14
  "Method": [
15
+ "TAG Team w/ LOTUS (Llama-3.1-70B)",
16
+ "Zero-shot Text2SQL (Llama-3.1-70B)",
17
+ "Zero-shot Text2SQL + LM Generation (Llama-3.1-70B)",
18
+ "RAG (E5) (Llama-3.1-70B)",
19
+ "RAG (E5) + LM Rerank (Llama-3.1-70B)",
20
+ "TAG Team w/ LOTUS (GPT-4o)",
21
+ "Zero-shot Text2SQL (GPT-4o)",
22
+ "Zero-shot Text2SQL + LM Generation (GPT-4o)",
23
+ "RAG (GPT-4o)",
24
+ "RAG (E5) + LM Rerank (GPT-4o)",
25
  "TAG Team w/ LOTUS (o3-mini)",
26
  "Zero-shot Text2SQL (o3-mini)",
27
  "Zero-shot Text2SQL + LM Generation (o3-mini)",
28
  "RAG (o3-mini)",
29
  "RAG (E5) + LM Rerank (o3-mini)",
30
+ "Zero-shot Text2SQL (Deepseek-r1)",
31
+ "Zero-shot Text2SQL + LM Generation (Deepseek-r1)",
32
  ],
33
  # "Model": ["meta-llama/Llama-3.1-70B"] * 5,
34
  "Execution Accuracy": [55.0, 17.0, 13.0, 0.0, 2.0, 55.0, 18.0, 15.0, 3.0, 3.0, 65.0, 18.0, 30.0, 7.0, 7.0, 12.0, 0.0],