From 679889903bee1ee604d8d97eee9ea4fbfbb72a7e Mon Sep 17 00:00:00 2001
From: Fanyou Wu <fanyou.wu@outlook.com>
Date: Thu, 20 Jun 2024 01:19:46 -0400
Subject: [PATCH] UPDATE

---
 models/replace_answer.py | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/models/replace_answer.py b/models/replace_answer.py
index 756d7c3..849cbcf 100644
--- a/models/replace_answer.py
+++ b/models/replace_answer.py
@@ -9,20 +9,21 @@ import pandas as pd
 from typing import List, Tuple
 
 DISABLED_TYPE = [
-    ("movie", "aggregation"),
-    ("movie", "simple_w_condition"),
-    ("movie", "post-processing"),
-    ("movie", "multi-hop"),
-    ("movie", "set"),
-    ("sports", "post-processing"),
-    ("sports", "set"),
-    ("finance", "aggregation"),
-    ("finance", "post-processing"),
-    ("finance", "set"),
-    ("finance", "multi-hop"),
-    ("finance", "simple_w_condition"),
-    ("music", "post-processing"),
-    ("music", "aggregation"),
+    ('finance', 'aggregation'), 
+    ('finance', 'comparison'), 
+    ('finance', 'multi-hop'), 
+    ('finance', 'post-processing'), 
+    ('finance', 'set'), 
+    ('finance', 'simple'), 
+    ('finance', 'simple_w_condition'), 
+    ('movie', 'aggregation'), 
+    ('movie', 'set'), 
+    ('movie', 'simple_w_condition'), 
+    ('music', 'aggregation'), 
+    ('music', 'post-processing'), 
+    ('sports', 'post-processing'), 
+    ('sports', 'set'), 
+    ('sports', 'simple_w_condition'),
 ]
 
 REPLACED_TYPE = [
-- 
GitLab