Add task category, link to paper
Browse filesThis PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2405.21063.
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
viewer: false
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Benchmarks in GenBaB
|
@@ -8,7 +10,7 @@ viewer: false
|
|
8 |
This repository contains benchmarks used in [GenBaB](https://github.com/shizhouxing/GenBaB) proposed in the following paper:
|
9 |
|
10 |
Zhouxing Shi\*, Qirui Jin\*, Zico Kolter, Suman Jana, Cho-Jui Hsieh, Huan Zhang.
|
11 |
-
[**Neural Network Verification with Branch-and-Bound for General Nonlinearities**](https://
|
12 |
|
13 |
## Acknowledgement
|
14 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
viewer: false
|
4 |
+
task_categories:
|
5 |
+
- other
|
6 |
---
|
7 |
|
8 |
# Benchmarks in GenBaB
|
|
|
10 |
This repository contains benchmarks used in [GenBaB](https://github.com/shizhouxing/GenBaB) proposed in the following paper:
|
11 |
|
12 |
Zhouxing Shi\*, Qirui Jin\*, Zico Kolter, Suman Jana, Cho-Jui Hsieh, Huan Zhang.
|
13 |
+
[**Neural Network Verification with Branch-and-Bound for General Nonlinearities**](https://huggingface.co/papers/2405.21063). *To appear in TACAS 2025.* (*Equal contribution)
|
14 |
|
15 |
## Acknowledgement
|
16 |
|