CoolFace
Datasetpublic

akiFQC/japanese-confidential-information-extraction-sft

Japanese Confidential Information Extraction — SFT Dataset 日本語テキストから社外秘の固有表現を抽出するタスク向けの SFT (Supervised Fine-Tuning) データセットです。 LFM2 系モデルの LoRA fine-tune を想定して構築されています。 タスク概要 入力テキスト(日本語)に含まれる機密情報を、11カテゴリの JSON として抽出します。 入力: 「山田太郎(yamada@example.co.jp)から請求書番号 INV-2024-0042 で 売上 ¥12,800,000 の見積書が届いた。」 出力: { "address": [], "company_name": [], "email_address": ["yamada@example.co.jp"], "human_name": ["山田太郎"], "phone_number": [], "account_identifier":… See the full description on the dataset page: https://huggingface.co/datasets/akiFQC/japanese-confidential-information-extraction-sft.

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
2likes22downloads
9 commits on main
58a3fb44mo ago

Add dataset card (README.md)

akiFQC
1f1c5e74mo ago

Upload dataset

akiFQC
55feb024mo ago

Add dataset card (README.md)

akiFQC
ff385874mo ago

Upload dataset

akiFQC
a7d4a554mo ago

Add dataset card (README.md)

akiFQC
0cf399b4mo ago

Upload dataset

akiFQC
14b2d6c4mo ago

Add dataset card (README.md)

akiFQC
9704c1d4mo ago

Upload dataset

akiFQC
747ad1e4mo ago

initial commit

akiFQC