@violet-zct Hi, I'm sorry to touble u again. As mentioned in REAMDE.ME, we can use 'predict_hallucination_mt.py' directly to predict hallucination. There is a XLMRModel for predicting MT hallucination in that script.
Can we use it directly to predict hallucination for summarizaion tasks? Or, Should we write another script to use roberta model for predicting hallucination in summarization?
No worries. So XLM-Roberta is a cross-lingually pre-trained model that handles different languages, for English summarization tasks, please use the Roberta model.
@violet-zct Hi, I'm sorry to touble u again. As mentioned in REAMDE.ME, we can use 'predict_hallucination_mt.py' directly to predict hallucination. There is a XLMRModel for predicting MT hallucination in that script.
Can we use it directly to predict hallucination for summarizaion tasks? Or, Should we write another script to use roberta model for predicting hallucination in summarization?