Responses to reviewer cNRy
We appreciate your comments and review of the paper. We summarize your key concerns as follows:
> **Q1**: Motivations regarding to dataset construction, especially the datasets annotated from scratch.
*General motivations for dataset annotation and correction:*
(1) Previous large-scale long sequence datasets are of varying annotation quality. Considering the overhead of LCLMs decoding, we need diverse and high-quality data to test them in a zero-shot setting.
(2) There is a lack of challenging closed-ended tasks in the long context settings. Previous long document datasets were mostly open-ended tasks, e.g., summarization, but there are still fairness issues in evaluating LCLMs on these open-ended tasks, and the GPT4-eval is costly.
*Addressing the two issues:*
To address the first problem, we utilized Claude and human labelers to clean the existing datasets and we paid much attention to data diversity. For the second problem, we introduced three closed-ended tasks with low evaluation costs that are less susceptible to metric biases.
*Detailed motivations for the 4 tasks annotated from scratch*
1. Coursera: We use this task to test the reasoning ability of LCLMs on lengthy and challenging courses. This dataset has multiple correct options and features big data and machine learning courses. We also found that other models lagged behind GPT-4-32k by the largest margin on this task.
2. SFcition: In long-context scenarios, models are expected to answer questions based on contextual knowledge (input tokens) rather than the knowledge they learned during training[1]. Therefore, we annotated a scientific fiction dataset (True or False questions) where most of the answers to the questions *contradict* real-world knowledge.
3. LongFQA: Finance is a crucial application scenario for long-context models, but current financial datasets, such as FinQA, are all short-context, which prompts us to annotate LongFQA. When labeling longFQA, we referred to some questions in FinQA and designed questions that require global information.
4. CodeU: Apart from finance, coding represents another scenario that lacks high-quality test data. We challenge the model to provide execution results for complex and lengthy code to test the model's understanding of long codes. The answers are labeled by running the code.
More details for each dataset are in Appendix B. We will add more explanations to help readers better understand our paper.
> **Q2**: The findings of the paper are intuitive.
Although the serious issues with n-gram metrics have been revealed by previous research, the fact remains that almost all current long-context models still use ROUGE and F-1 as evaluation metrics for open-ended tasks. Many LCLMs claim to outperform commercial models on various tasks, but our metric experiments suggest this could be due to biased metrics. It's still challenging for open-source LCLMs to achieve a high win-rate compared to GPT3.5-16k on L-Eval.
*Other interesting findings*
* Reference-based metrics are very sensitive to length. By simply informing the expected length, we improve Claude by **50** F-1 score on NQ.
* We observe the performance disparity between LCLMs on open-ended and closed-ended tasks
* The performance differences on retrieval tasks and reasoning tasks when increasing the RoPE base frequency.
These findings are different from previous (or concurrent) works.
> **Q3**: Shortcomings of current models and how L-Eval facilitates future research.
*Shortcomings*:
According to our experiments with L-Eval, the most significant issue with open-source LCLMs is that as the number of input tokens increases, the performance on open-ended tasks decreases. However, this issue is not easily noticeable from n-gram metrics where the ROUGE scores are still competitive. Our human eval shows one of the reasons is the weakened instruction-following ability.
*How L-Eval contributes to the research of LCLMs*:
1. Our work can help researchers re-think previous methods. It shows that scaled position embedding and further training enhance the model's usage of more input tokens (or information) for closed-ended tasks. However, open-source LCLMs struggle with open-ended tasks, highlighting a need for better instruction understanding in tasks with varied question styles.
2. We are calling for the use of more fair evaluation metrics instead of solely relying on metrics like ROUGE, which rewards models simply for generating an output similar in length to the standard answer.
3. L-Eval integrates more closed-ended tasks, devoid of evaluation metric biases. Notably, open-source LCLMs still significantly lag behind commercial models, and the low testing cost of closed-ended tasks can provide researchers with rapid and accurate feedback.
**References**:
[1] Neeman, Ella, et al. "Disentqa: Disentangling parametric and contextual knowledge with counterfactual question answering." arXiv preprint arXiv:2211.05655 (2022).