COMET icon indicating copy to clipboard operation
COMET copied to clipboard

[QUESTION] XCOMETXXL score decreases as the length of the text increases

Open qubingxin opened this issue 1 year ago • 0 comments

❓ Questions and Help

What is your question?

Hello, I conducted an experiment here: the ref and target were set to exactly the same text, and the Comet score and XCOMETXXL score were run separately. Here, a phenomenon was found that as the length of the target text became longer and longer, the Comet score was relatively stable at around 0.9, but the XCOMETXXL score dropped sharply, even reaching below 0.1. This phenomenon is puzzling.

Code

self.model = load_from_checkpoint(self.comet_config[model_name]['model_path']) model_output = self.model.predict(data, batch_size=self.batch_size, gpus=1)

What have you tried?

What's your environment?

  • OS: Linux
  • Packaging pip
  • Version unbabel-comet==2.2.2 python==3.9

qubingxin avatar Dec 23 '24 05:12 qubingxin