Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
|
| 5 |
# Safety RAG Data
|
| 6 |
-
|
| 7 |
이 데이터셋은 https://github.com/singbong/safety_rag/tree/master 에서 구축한 RAG 시스템의 핵심 학습 및 검색 데이터로 사용되었습니다. 시스템 상세 및 코드 구현 예시는 [프로젝트 깃허브 저장소](https://github.com/singbong/safety_rag/tree/master)에서 확인하실 수 있습니다.
|
| 8 |
|
| 9 |
-
This dataset was used as core training and retrieval data for the RAG system built at https://github.com/singbong/safety_rag/tree/master. You can find system details and code implementation examples in the [project GitHub repository](https://github.com/singbong/safety_rag/tree/master).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
| 4 |
# Safety RAG Data
|
|
|
|
| 5 |
이 데이터셋은 https://github.com/singbong/safety_rag/tree/master 에서 구축한 RAG 시스템의 핵심 학습 및 검색 데이터로 사용되었습니다. 시스템 상세 및 코드 구현 예시는 [프로젝트 깃허브 저장소](https://github.com/singbong/safety_rag/tree/master)에서 확인하실 수 있습니다.
|
| 6 |
|
| 7 |
+
This dataset was used as core training and retrieval data for the RAG system built at https://github.com/singbong/safety_rag/tree/master. You can find system details and code implementation examples in the [project GitHub repository](https://github.com/singbong/safety_rag/tree/master).
|
| 8 |
+
|
| 9 |
+
### 데이터셋 구조 예시
|
| 10 |
+
|
| 11 |
+
| text | source | chunk_idx |
|
| 12 |
+
| ---- | ------ | --------- |
|
| 13 |
+
| "화물열차 사고로 인한 ..." | "24-01 위험물..." | 0 |
|
| 14 |
+
|
| 15 |
+
주요 컬럼은 text(본문 텍스트), source(원본 문서), chunk_idx(문서 내 본문 쪼개기 인덱스) 등으로 구성되어 있습니다.
|
| 16 |
+
|
| 17 |
+
본 데이터는 안전 분야 RAG 시스템 학습 및 검색, AI 기반 안전 안내문 생성 등 다양한 연구에 활용될 수 있습니다.
|