Basic Information - Models Used
MiniMax M2
Information about environment and deployment
Official API
Description
Steps to reproduce
The bug can be reproduced with the following steps:
- Input a long Chinese text containing Chinese double quote marks
“” into the model.
- Ask the model to call a function with a substring containing quotes as an argument.
Expected behavior
The model should call the function with an argument which contains the same Chinese quotes as the original text.
Error logs
The actual behavior is that the model always calls the function with an argument which contains English quotes "".
Paste the related screenshots here
Original text:
Function call:
Possible reason
The model is trained in English without much Chinese data. The semantic vectors of Chinese and English quotation marks are too close.