Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
language:
|
| 5 |
+
- ja
|
| 6 |
+
tags:
|
| 7 |
+
- agent
|
| 8 |
+
---
|
| 9 |
+
# π Japanese Successful Bid Texts Dataset
|
| 10 |
+
|
| 11 |
+
## π Dataset Summary
|
| 12 |
+
This dataset contains a collection of **successful Japanese freelance bid (proposal) texts**.
|
| 13 |
+
Each entry represents a message that was actually accepted by a client on freelance job platforms.
|
| 14 |
+
The dataset is written entirely in natural, polite, and professional Japanese β beginning with βγδΈθ©±γ«γͺγ£γ¦γγγΎγβ and ending with βδ½εγγγγγι‘γγγγγΎγβ.
|
| 15 |
+
|
| 16 |
+
This data is ideal for:
|
| 17 |
+
- Fine-tuning text generation models for **Japanese business communication**
|
| 18 |
+
- Training AI assistants that generate **freelance proposal drafts**
|
| 19 |
+
- Studying tone, structure, and persuasive writing patterns in **successful Japanese proposals**
|
| 20 |
+
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
## π Structure
|
| 24 |
+
| Field | Description |
|
| 25 |
+
|-------|--------------|
|
| 26 |
+
| `id` | Unique sample ID |
|
| 27 |
+
| `job_title` | Project title or summary |
|
| 28 |
+
| `description` | Project descripotion |
|
| 29 |
+
| `bid_text` | Full proposal text |
|
| 30 |
+
| `success` | Always 1 (successful bid) |
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## βοΈ Licensing
|
| 35 |
+
License: `CC BY 4.0`
|
| 36 |
+
All texts are anonymized and stripped of personally identifiable or confidential information.
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## π§ Intended Use
|
| 41 |
+
- Japanese business writing model training
|
| 42 |
+
- Bid/proposal generation assistants
|
| 43 |
+
- Research on persuasive Japanese communication
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## π« Limitations
|
| 48 |
+
- Dataset only includes accepted proposals, not rejections.
|
| 49 |
+
- Context such as project requirements is not always included.
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
## π§βπ» Maintainer
|
| 54 |
+
Maintained by: Anonymous
|
| 55 |
+
Contact via Hugging Face profile.
|