lotte-questions-temp.jsonl 1.75 KB
Newer Older
kihoon.lee's avatar
kihoon.lee committed
1
2
3
4
5
{"id": 0, "category": "", "questions": [""], "references": [null]}
{"id": 0, "category": "", "questions": [""], "references": [null]}
{"id": 0, "category": "", "questions": [""], "references": [null]}
{"id": 0, "category": "", "questions": [""], "references": [null]}
{"id": 0, "category": "", "questions": [""], "references": [null]}
Liky98's avatar
Liky98 committed
6
{"id": 0, "category": "sql2text_dart", "questions": ["## SQL 실행 쿼리 :\n{}\n\n## SQL 실행결과:\n {}\n\n## 질문 :\n{}}"], "references": [null]}
kihoon.lee's avatar
kihoon.lee committed
7

Liky98's avatar
Liky98 committed
8
9
10
# 만들고 있음
{"id": 0, "category": "sql2text_dart", "questions": ["## SQL 실행 쿼리 :\nSELECT bsns_year AS '연도', corp_name AS '회사명', thstrm_amount AS '매출액' FROM ai_dart_corp_report WHERE corp_name = '삼성전자' AND account_nm = '매출액' AND fs_nm = '연결재무제표' AND thstrm_nm REGEXP '^제 [0-9]+ 기$' AND bsns_year BETWEEN YEAR(NOW()) - 4 AND YEAR(NOW()) LIMIT 20;\n\n## SQL 실행결과:\n 연도: 2020 / 회사명: 삼성전자 / 매출액: 236조 8,069억 8,800만 원 || 연도: 2021 / 회사명: 삼성전자 / 매출액: 279조 6,047억 9,900만 원 || 연도: 2022 / 회사명: 삼성전자 / 매출액: 302조 2,313억 6,000만 원\n\n## 질문 :\n근 5년간 삼전 매출 비교해줘"], "references": [null]}
{"id": 0, "category": "sql2text_dart", "questions": ["## SQL 실행 쿼리 :\nSELECT AVG(CAST(REPLACE(thstrm_amount, ',', '') AS SIGNED)) AS '평균 매출' FROM ai_dart_corp_report WHERE corp_name = '한진' AND account_nm = '매출액' AND fs_nm = '연결재무제표' AND thstrm_nm REGEXP '^제 [0-9]+ 기$' AND bsns_year BETWEEN 2021 AND 2023 LIMIT 20;\n\n## SQL 실행결과:\n 평균 매출: 2조 7,203억 6,028만 원\n\n## 질문 :\n한진의 2021년부터 2023년까지 평균 매출을 구해주세요}"], "references": [null]}