Papers by Qinghua Liu
An Encoding Strategy Based Word-Character LSTM for Chinese NER (N19-1)
Copied to clipboard
| Challenge: | Existing word-based model can not be trained in batches due to its DAG structure. |
| Approach: | They propose a lattice model that integrates word information into the start or end characters of a word and integrates it into a fixed-sized representation for efficient batch training. |
| Outcome: | The proposed model outperforms other state-of-the-art models on benchmark datasets and shows that it can be trained in batches without a shortcut path. |
Evaluating the Long-Term Memory of Large Language Models (2025.findings-acl)
Copied to clipboard
| Challenge: | Recent studies have not thoroughly investigated the memory performance of large language models in long-term tasks. |
| Approach: | They propose a dataset to evaluate the long-term memory capabilities of large language models. |
| Outcome: | The proposed model exhibits memory preferences across different categories of information. |
AlphaQT-Bench: Diagnosing the Gap between Financial Code Generation and Quantitative Reasoning in LLMs (2026.findings-acl)
Copied to clipboard
Sichun Luo, Yi Huang, Shichang Meng, Fengyuan Liu, Mukai Li, Qinghua Yao, Zefa Hu, Junlan Feng, Qi Liu
| Challenge: | Existing benchmarks rely on outcome-driven metrics such as profitability and look-ahead bias. |
| Approach: | They propose a diagnostic benchmark for instruction-grounded financial code generation under strict semantic and temporal constraints. |
| Outcome: | The proposed benchmarks show that the models fail under causal, structural, or functional constraints. |