Add link to paper and code, task category
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
-
Official implementation of the paper "Order Matters: Investigate the Position Bias in Multi-constraint Instruction Following".
|
|
|
|
|
5 |
|
6 |
We systematically study **the position bias problem in multi-constraint
|
7 |
instruction following**. Through our experiments, we have the following findings:
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
---
|
6 |
+
Official implementation of the paper ["Order Matters: Investigate the Position Bias in Multi-constraint Instruction Following"](https://huggingface.co/papers/2502.17204).
|
7 |
+
|
8 |
+
Code: https://github.com/meowpass/PBIF
|
9 |
|
10 |
We systematically study **the position bias problem in multi-constraint
|
11 |
instruction following**. Through our experiments, we have the following findings:
|