5.8B version will be uploaded before mid-September 2023.
Until then, please use NTIS/KoRnDAlpaca-Polyglot-12.8B.
1. KoRnDAlpaca-Polyglot-5.8B (v1.3)
- KoRnDAlpaca is based on Korean and fine-tuned with 1 million instruction data (R&D Instruction dataset v1.3) generated from Korean national research reports.
- The base model of KoRnDAlpaca is EleutherAI/polyglot-en-5.8b.
- For more information about the training procedure and model, please contact gsjang@kisti.re.kr.
2. R&D Instruction Dataset v1.3
- The dataset is built using 30,000 original research reports from the last 5 years provided by KISTI (curation.kisti.re.kr).
- The dataset cannot be released at this time due to the licensing issues (to be discussed to release data in the future).
- The process of building the dataset is as follows
- A. Extract important texts related to technology, such as technology trends and technology definitions, from research reports.
- B. Preprocess the extracted text
- C. Generate question and answer pairs (total 1.5 million) based on the extracted text by using ChatGPT API(temporarily), which scheduled to be replaced with our own question&answer generation model(`23.11).
- D. Reformat the dataset in the form of (Instruction, Output, Source). ‘Instruction’ is the user's question, ‘Output’ is the answer, and ‘Source’ is the research report identification code that the answer is based on.
- E. Remove low-quality data by the data quality evaluation module. Use only high-quality Q&As for training. (1 million)
- ※ In KoRnDAlpaca v2 (planned for `23.10), in addition to Q&A, the instruction dataset will be added to generate long-form technology trends.
3. Future plans
- 23.10: Release KoRnDAlpaca v2 (adds the ability to generate long-form technology trend information in Markdown format)
- 23.12: Release NITS-seachGPT module v1 (Retriever + KoRnDAlpaca v3)
- ※ R&D-specific open-domain question answering module with "Retriever + Generator" structure
- ※ NTIS-searchGPT v1 is an early edition, with anticipated performance improvements scheduled for 2024.
- 23.12: KoRnDAlpaca v2 will be applied to the chatbot of NTIS (www.ntis.go.kr)
References
- https://huggingface.co/EleutherAI/polyglot-ko-12.8b
- https://github.com/Beomi/KoAlpaca