Papers by Hongxuan Liu
DuReader_robust: A Chinese Dataset Towards Evaluating Robustness and Generalization of Machine Reading Comprehension in Real-World Applications (2021.acl-short)
Copied to clipboard
| Challenge: | In order to comprehensively verify the robustness and generalization of MRC models, we construct a real-world Chinese dataset - DuReader_robust . |
| Approach: | They introduce a real-world Chinese dataset to evaluate the robustness and generalization of MRC models from three aspects: over-sensitivity, over-stability and generalisation. |
| Outcome: | The proposed model fails to perform well on the challenge test set and may provide suggestions for future model development. |
PerfCoder: Large Language Models for Interpretable Code Performance Optimization (2026.findings-acl)
Copied to clipboard
Jiuding Yang, Shengyao Lu, Hongxuan Liu, Shayan Shirahmad Gale Bagi, Zahra Fazel, Tomasz Czajkowski, Di Niu
| Challenge: | Large language models (LLMs) have advanced automatic code generation, but their ability to produce high-performance code remains limited. |
| Approach: | They propose a family of large language models that generate performance-enhanced code through interpretable and customized optimization strategies. |
| Outcome: | The proposed model outperforms existing models on the PIE code performance benchmark and produces interpretable feedback that can guide larger LLMs in a planner–optimizer workflow. |