Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
qubingxin opened this issue Dec 23, 2024 · 0 comments
Open
Labels
question Further information is requested

Comments

@qubingxin
Copy link

❓ 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 qubingxin added the question Further information is requested label Dec 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant