AkimfromParis commited on
Commit
2f7daf5
·
verified ·
1 Parent(s): d90e2b2

Update dataset FA and Reproducibility link to llm-jp-eval

Browse files
Files changed (1) hide show
  1. src/about.py +2 -1
src/about.py CHANGED
@@ -126,6 +126,7 @@ LLM_BENCHMARKS_TEXT = f"""
126
  **FA (Fundamental Analysis)**
127
 
128
  * `Wikipedia Annotated Corpus`, [Source](https://github.com/ku-nlp/WikipediaAnnotatedCorpus) (License CC BY-SA 4.0)
 
129
  List of tasks: (Reading Prediction, Named-entity recognition (NER), Dependency Parsing, Predicate-argument structure analysis (PAS), Coreference Resolution)
130
 
131
  **MR (Mathematical Reasoning)**
@@ -162,7 +163,7 @@ This task is supported by llm-jp-eval, but it is not included in the evaluation
162
 
163
 
164
  ## Reproducibility
165
- To reproduce our results, here is the commands you can run:
166
 
167
  """
168
 
 
126
  **FA (Fundamental Analysis)**
127
 
128
  * `Wikipedia Annotated Corpus`, [Source](https://github.com/ku-nlp/WikipediaAnnotatedCorpus) (License CC BY-SA 4.0)
129
+
130
  List of tasks: (Reading Prediction, Named-entity recognition (NER), Dependency Parsing, Predicate-argument structure analysis (PAS), Coreference Resolution)
131
 
132
  **MR (Mathematical Reasoning)**
 
163
 
164
 
165
  ## Reproducibility
166
+ To reproduce our results, please follow the instructions of the evalution tool, **llm-jp-eval** available in [Japanese](https://github.com/llm-jp/llm-jp-eval/blob/main/README.md) and in [English](https://github.com/llm-jp/llm-jp-eval/blob/main/README_en.md).
167
 
168
  """
169