Set alpha=1.5
Browse files
src/passage_entity/benchmark_runner.py
CHANGED
|
@@ -405,7 +405,7 @@ def main():
|
|
| 405 |
parser.add_argument("--force_openie", action="store_true")
|
| 406 |
|
| 407 |
# QAFD
|
| 408 |
-
parser.add_argument("--qafd_alpha", type=float, default=
|
| 409 |
parser.add_argument("--qafd_epsilon", type=float, default=0.01)
|
| 410 |
parser.add_argument("--qafd_max_iterations", type=int, default=500)
|
| 411 |
parser.add_argument("--qafd_weight_scheme", type=str, default="multiply")
|
|
|
|
| 405 |
parser.add_argument("--force_openie", action="store_true")
|
| 406 |
|
| 407 |
# QAFD
|
| 408 |
+
parser.add_argument("--qafd_alpha", type=float, default=1.5)
|
| 409 |
parser.add_argument("--qafd_epsilon", type=float, default=0.01)
|
| 410 |
parser.add_argument("--qafd_max_iterations", type=int, default=500)
|
| 411 |
parser.add_argument("--qafd_weight_scheme", type=str, default="multiply")
|