return pd.DataFrame({'a': [1, 2, 3, 4, 5, 6, 7, 8, 9, 15, 50], 'b': [2, 3, 4, 5, 7, 9, 10, 15, 34, 45, 49]}, index=[0, 1, 3, 5, 6, 8, 9, 9, 9, 10, 10]) ...
Replication package for “Hierarchical Knowledge Injection for Improving LLM-based Program Repair”, published in Automated Software Engineering (ASE) 2025 - SOAR-Lab/llm-apr-knowledge-injection ...