Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
nielsr HF staff commited on
Commit
9666633
·
verified ·
1 Parent(s): e83c094

Add link to paper and code, task category

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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: