Skip to content

Commit 2802f2c

Browse files
committed
Merge branch 'main' of https://github.com/kaistAI/FLASK
2 parents 0a0e02e + ef8b2fb commit 2802f2c

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

README.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
1-
#FLASK
1+
2+
<p align="center" width="100%">
3+
<a href="" target="_blank">
4+
5+
# FLASK: FINE-GRAINED LANGUAGE MODEL EVALUATION <br>BASED ON ALIGNMENT SKILL SETS
6+
7+
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/)
8+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9+
10+
11+
## News
12+
[July 21, 2023] Initial release: We released the first version of FLASK! Also check out the <a href="https://kaistai.github.io/FLASK">interactive demo</a>.
13+
14+
15+
## Overview
16+
This is the repository for the KAIST FLASK project, a task-agnostic evaluation protocol of language model with fine-grained instance-wise skill set as metrics.
17+
18+
## Evaluation
19+
TBA
20+
21+
## Online demo
22+
Check out the <a href="https://kaistai.github.io/FLASK">interactive demo</a>!
23+
24+
### Team members
25+
<a href="https://seonghyeonye.github.io/">Seonghyeon Ye*</a>, <a href="https://github.com/doeyoungkim">Doyoung Kim*</a>, <a href="https://github.com/DSKSD">Sungdong Kim</a>, <a href="https://github.com/hbin0701">Hyeonbin Hwang</a>, <a href="https://github.com/seungonekim">Seungone Kim</a>, <a href="https://github.com/dreamgonfly">Yongrae Jo</a>, <a href="https://jamesthorne.com/">James Thorne</a>, <a href="https://juhokim.com/">Juho Kim</a>, and <a href="https://seominjoon.github.io/">Minjoon Seo</a>. <br/>
26+
(* denotes equal contribution)
27+
28+
### Release
29+
We release the evaluation code of the FLASK. We also plan to release the pip version of FLASK including analysis code in the near future. Stay Tuned!
30+
31+
32+
### Citation
33+
34+
Please cite if you use the data or code in this repo.
35+
36+
```
37+
@misc{flask2023,
38+
title = {FLASK: Fine-grained Language Skillset \\ Evaluation for Alignment of \\Foundation Models},
39+
url = {https://lklab.kaist.ac.kr/},
40+
author = {Ye, Seonghyeon$^*$ and Kim, Doyoung$^*$ and Kim, Sungdong and Hwang, Hyeonbin and Kim, Seungone and Jo, Yongrae and Thorne, James and Kim, Juho and Seo, Minjoon},
41+
month = {July},
42+
year = {2023},
43+
note = {$^*$ indicates equal contribution}
44+
}
45+
```

0 commit comments

Comments
 (0)