JanghoonHan commited on
Commit
c93c8a5
·
verified ·
1 Parent(s): b2fbbca

Update LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +10 -12
LICENSE CHANGED
@@ -1,14 +1,14 @@
1
- # DEER Dataset License
2
 
3
  Copyright © 2026 LG AI Research. All rights reserved.
4
 
5
- ## 1. Purpose
6
 
7
  The DEER dataset is distributed to support non-commercial research, model development, training, and evaluation while preserving the integrity of the benchmark.
8
 
9
  The redistribution and public-indexing restrictions in this license are intended to prevent evaluation contamination, including cases in which web-enabled models or agents retrieve benchmark questions, rubrics, reference materials, or related evaluation content from publicly searchable sources during evaluation.
10
 
11
- ## 2. Permitted Uses
12
 
13
  Permission is granted to download and use the DEER dataset solely for non-commercial purposes, including:
14
 
@@ -21,7 +21,7 @@ Models, model weights, research results, analyses, and other outputs produced us
21
 
22
  Private storage, processing, and internal sharing within the same organization are permitted solely for the non-commercial purposes described above.
23
 
24
- ## 3. Commercial Use Restrictions
25
 
26
  Commercial use of the DEER dataset is prohibited without prior written permission from LG AI Research.
27
 
@@ -34,7 +34,7 @@ Commercial use includes, but is not limited to:
34
 
35
  For commercial licensing inquiries, please contact LG AI Research.
36
 
37
- ## 4. Redistribution Restrictions
38
 
39
  Without prior written permission from LG AI Research, you may not:
40
 
@@ -45,7 +45,7 @@ Without prior written permission from LG AI Research, you may not:
45
 
46
  Users must direct others to the official DEER repository rather than distributing copies of the dataset.
47
 
48
- ## 5. Public Search and Indexing Restrictions
49
 
50
  You may not make the original benchmark questions, rubrics, reference materials, or other evaluation content publicly searchable, indexable, browsable, or retrievable through:
51
 
@@ -61,17 +61,16 @@ You may not intentionally expose benchmark content in a manner that allows a web
61
 
62
  These restrictions do not prohibit private processing of the dataset for permitted non-commercial research, training, development, or evaluation purposes.
63
 
64
- ## 6. Evaluation Integrity
65
 
66
  When evaluating a model or agent on DEER, users should take reasonable measures to prevent the evaluated system from accessing benchmark content through local files, retrieval indexes, cached data, public mirrors, or other unintended sources.
67
 
68
  Evaluation results must not be represented as valid DEER results if the evaluated system had access to the relevant benchmark questions, rubrics, reference materials, or equivalent content before or during evaluation, except where such access is explicitly part of the reported evaluation setting.
69
 
70
- ## 7. Citation
71
 
72
  Any publication, released model, technical report, dataset, or other public output that materially uses the DEER dataset must cite the following paper:
73
 
74
- ```bibtex
75
  @inproceedings{
76
  han2026deer,
77
  title={{DEER}: A Benchmark for Evaluating Deep Research Agents on Expert Report Generation},
@@ -80,15 +79,14 @@ booktitle={Forty-third International Conference on Machine Learning},
80
  year={2026},
81
  url={https://openreview.net/forum?id=ILRx5neJk6}
82
  }
83
- ```
84
 
85
- ## 8. No Warranty
86
 
87
  The dataset is provided “as is,” without warranties or conditions of any kind, express or implied.
88
 
89
  LG AI Research shall not be liable for any claims, damages, losses, or other liabilities arising from the use of the dataset.
90
 
91
- ## 9. Reservation of Rights
92
 
93
  No ownership rights are transferred under this license.
94
 
 
1
+ DEER DATASET LICENSE
2
 
3
  Copyright © 2026 LG AI Research. All rights reserved.
4
 
5
+ 1. PURPOSE
6
 
7
  The DEER dataset is distributed to support non-commercial research, model development, training, and evaluation while preserving the integrity of the benchmark.
8
 
9
  The redistribution and public-indexing restrictions in this license are intended to prevent evaluation contamination, including cases in which web-enabled models or agents retrieve benchmark questions, rubrics, reference materials, or related evaluation content from publicly searchable sources during evaluation.
10
 
11
+ 2. PERMITTED USES
12
 
13
  Permission is granted to download and use the DEER dataset solely for non-commercial purposes, including:
14
 
 
21
 
22
  Private storage, processing, and internal sharing within the same organization are permitted solely for the non-commercial purposes described above.
23
 
24
+ 3. COMMERCIAL USE RESTRICTIONS
25
 
26
  Commercial use of the DEER dataset is prohibited without prior written permission from LG AI Research.
27
 
 
34
 
35
  For commercial licensing inquiries, please contact LG AI Research.
36
 
37
+ 4. REDISTRIBUTION RESTRICTIONS
38
 
39
  Without prior written permission from LG AI Research, you may not:
40
 
 
45
 
46
  Users must direct others to the official DEER repository rather than distributing copies of the dataset.
47
 
48
+ 5. PUBLIC SEARCH AND INDEXING RESTRICTIONS
49
 
50
  You may not make the original benchmark questions, rubrics, reference materials, or other evaluation content publicly searchable, indexable, browsable, or retrievable through:
51
 
 
61
 
62
  These restrictions do not prohibit private processing of the dataset for permitted non-commercial research, training, development, or evaluation purposes.
63
 
64
+ 6. EVALUATION INTEGRITY
65
 
66
  When evaluating a model or agent on DEER, users should take reasonable measures to prevent the evaluated system from accessing benchmark content through local files, retrieval indexes, cached data, public mirrors, or other unintended sources.
67
 
68
  Evaluation results must not be represented as valid DEER results if the evaluated system had access to the relevant benchmark questions, rubrics, reference materials, or equivalent content before or during evaluation, except where such access is explicitly part of the reported evaluation setting.
69
 
70
+ 7. CITATION
71
 
72
  Any publication, released model, technical report, dataset, or other public output that materially uses the DEER dataset must cite the following paper:
73
 
 
74
  @inproceedings{
75
  han2026deer,
76
  title={{DEER}: A Benchmark for Evaluating Deep Research Agents on Expert Report Generation},
 
79
  year={2026},
80
  url={https://openreview.net/forum?id=ILRx5neJk6}
81
  }
 
82
 
83
+ 8. NO WARRANTY
84
 
85
  The dataset is provided “as is,” without warranties or conditions of any kind, express or implied.
86
 
87
  LG AI Research shall not be liable for any claims, damages, losses, or other liabilities arising from the use of the dataset.
88
 
89
+ 9. RESERVATION OF RIGHTS
90
 
91
  No ownership rights are transferred under this license.
92