Shujian Huang, Xin Huang, Junlan Feng, Xue Han, Chao Deng, Chunxu Zhao
We lifted 6 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Rover912/PASMR | canonical | 0 of 6 |
| Function | Status | Where it lives |
|---|---|---|
| compute_approx_kl | Not yet run | Rover912/PASMR/openrlhf/models/utils.py code served (permissive licence) · get_code("de2fefc774bb0362") |
| compute_reward | Not yet run | Rover912/PASMR/openrlhf/models/utils.py code served (permissive licence) · get_code("0d27f3b8c425d79f") |
| convert_ring_attn_params | Not yet run | Rover912/PASMR/openrlhf/models/ring_attn_utils.py code served (permissive licence) · get_code("d66f259aaf6cd9c7") |
| find_last_translation_end_id | Not yet run | Rover912/PASMR/openrlhf/models/utils.py code served (permissive licence) · get_code("95eafbefb0d3c30f") |
| reset_ring_attn_position_ids | Not yet run | Rover912/PASMR/openrlhf/models/ring_attn_utils.py code served (permissive licence) · get_code("e93117d99aa6b210") |
| strip_sequence | Not yet run | Rover912/PASMR/openrlhf/cli/serve_rm.py code served (permissive licence) · get_code("ca3514c46a1261d7") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Despite the impressive reasoning abilities demonstrated by large language models (LLMs), empirical evidence indicates that they are not language agnostic as expected, leading to performance declines in multilingual settings, especially for low-resource languages. We attribute the decline to the model's inconsistent multilingual understanding and reasoning alignment. To address this, we present Pivot-Aligned Self-Feedback Multilingual Reasoning (PASMR), aiming to improve the alignment of multilingual math reasoning abilities in LLMs. This approach designates the model's primary language as the pivot language. During training, the model first translates questions into the pivot language to facilitate better alignment of reasoning patterns. The reasoning process in the target language is then supervised by the pivot language's reasoning answers, thereby establishing a cross-lingual self-feedback mechanism without relying on external correct answers or reward models. Extensive experimental results demonstrate that our method enhances both the model's understanding of questions and its reasoning capabilities, leading to notable task improvements. 1
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2601.17671")
get_code_for_paper("2601.17671")
have("2601.17671")
Connect an agent — have() is free.