moomoosir kknono668 commited on
Commit
b3e36e1
·
0 Parent(s):

Duplicate from kknono668/toeic-vocab-tw

Browse files

Co-authored-by: YANG SHIH WEI <kknono668@users.noreply.huggingface.co>

Files changed (5) hide show
  1. .gitattributes +2 -0
  2. LICENSE +16 -0
  3. README.md +217 -0
  4. data/toeic_vocabulary.json +3 -0
  5. toeic_vocabulary.json +3 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ data/toeic_vocabulary.json filter=lfs diff=lfs merge=lfs -text
2
+ toeic_vocabulary.json filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
2
+
3
+ This dataset is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
4
+
5
+ You are free to:
6
+ - Share — copy and redistribute the material in any medium or format
7
+ - Adapt — remix, transform, and build upon the material for any purpose, even commercially.
8
+
9
+ Under the following terms:
10
+ - Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
11
+ - ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
12
+
13
+ No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
14
+
15
+ Full License Text:
16
+ https://creativecommons.org/licenses/by-sa/4.0/legalcode
README.md ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: 完整 TOEIC 單字庫 (English–Traditional Chinese)
3
+ license: cc-by-sa-4.0
4
+ language:
5
+ - en
6
+ - zh
7
+ language_bcp47:
8
+ - zh-Hant
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - data/toeic_vocabulary.json
13
+ tags:
14
+ - toeic
15
+ - vocabulary
16
+ - bilingual
17
+ - english-chinese
18
+ - traditional-chinese
19
+ - business
20
+ - education
21
+ task_categories:
22
+ - other
23
+ size_categories:
24
+ - 10K<n<100K
25
+ ---
26
+
27
+ # 完整 TOEIC 單字庫(English–Traditional Chinese)
28
+
29
+ 一份面向 TOEIC 情境的雙語單字庫,涵蓋商務、辦公、會議、客戶服務、財務會計、行銷銷售、採購物流、法律合規、資訊技術等多個常見領域。資料以 JSON 提供,並依重要度劃分 5★–1★ 等級,附詞性、詞形變化與中英雙語例句,便於教學、備考、應用開發與語言學習研究。
30
+
31
+ ## Dataset Summary
32
+
33
+ - Title: 完整 TOEIC 單字庫
34
+ - Version: 112.0
35
+ - Total Words: 11,154
36
+ - Language Pair: English ↔ Traditional Chinese (繁體中文)
37
+ - Structure: 單一 JSON 陣列(每列一個詞條)
38
+ - Features: 包含星級評分、TOEIC 分數範圍、考試技巧
39
+
40
+ ## Files
41
+
42
+ - `data/toeic_vocabulary.json`:主資料檔(頂層為陣列,每列一個詞條)
43
+
44
+ ## Schema
45
+
46
+ 主檔(`data/toeic_vocabulary.json`)為「頂層陣列」,每個詞條包含:
47
+
48
+ - `english_word`:英文單字
49
+ - `chinese_definition`:中文定義
50
+ - `star_rating`:整數(1–5),星級評分
51
+ - `toeic_score_range`:TOEIC 分數範圍(如 "400-600"、"600-780"、"780-900"、"900+")
52
+ - `category`:所屬主題分類
53
+ - `parts_of_speech`:詞性陣列(如 `["noun", "verb"]`)
54
+ - `word_forms`:詞形變化陣列,每個元素包含:
55
+ - `part_of_speech`:詞性(noun/verb/adjective/adverb)
56
+ - `forms`:該詞性的所有變化形式陣列
57
+ - `examples`:例句陣列,每個例句包含:
58
+ - `english`:英文例句
59
+ - `chinese`:中文翻譯
60
+ - `exam_tips`:TOEIC 考題重點(包含常見搭配詞、使用情境、易混淆詞辨析、考試技巧等)
61
+
62
+ ### Category List
63
+
64
+ - 一般專業
65
+ - 人力資源
66
+ - 住宿與餐飲
67
+ - 客戶服務
68
+ - 採購與物流
69
+ - 旅遊與交通
70
+ - 會議與簡報
71
+ - 法務合規與安全
72
+ - 溝通互動
73
+ - 營運管理
74
+ - 物業與不動產
75
+ - 科技與技術支援
76
+ - 行銷與銷售
77
+ - 辦公日常
78
+ - 金融與會計
79
+
80
+ ### Star System 說明
81
+
82
+ - 5★ 核心高頻詞彙:TOEIC 必備基礎商業詞彙,所有考生都應掌握
83
+ - 4★ 常見重要詞彙:商務場合常用,中高分考生應熟悉
84
+ - 3★ 進階專業詞彙:特定情境專業詞彙,高分考生需要掌握
85
+ - 2★ 較少見詞彙:專業或高階表達,850 分以上考生才需要
86
+ - 1★ 罕見詞彙:極少出現於 TOEIC,了解即可
87
+
88
+ ### TOEIC 分數範圍說明
89
+
90
+ - **0-400**:入門程度(簡單日常對話,語言能力侷限)
91
+ - **400-600**:基礎程度(文字溝通尚可,掌握少量相關語言)
92
+ - **600-780**:中級程度(可進行一般社交談話,應付例行業務需求)
93
+ - **780-900**:高級程度(可有效運用英文滿足社交及工作需求,措辭恰當)
94
+ - **900+**:近母語程度(能流暢有條理表達意見,近似英語母語人士)
95
+
96
+ ## Example Instance
97
+
98
+ ```json
99
+ {
100
+ "english_word": "accept",
101
+ "chinese_definition": "接受;同意;答允",
102
+ "star_rating": 5,
103
+ "toeic_score_range": "400-600",
104
+ "category": "溝通互動",
105
+ "parts_of_speech": ["verb"],
106
+ "word_forms": [
107
+ {
108
+ "part_of_speech": "verb",
109
+ "forms": ["accept", "accepts", "accepting", "accepted"]
110
+ }
111
+ ],
112
+ "examples": [
113
+ {
114
+ "english": "The company will accept credit card payments from now on.",
115
+ "chinese": "從現在開始,公司將接受信用卡付款。"
116
+ },
117
+ {
118
+ "english": "We need to accept the revised proposal to move forward with the project.",
119
+ "chinese": "為了推進專案,我們需要接受修改後的提案。"
120
+ }
121
+ ],
122
+ "exam_tips": [
123
+ "常見搭配詞:在 TOEIC 中經常出現的詞組包含 accept an offer (接受提議/錄取)、accept responsibility (承擔責任) 以及 accept an invitation (接受邀請)。",
124
+ "商業情境應用:常出現在招募、合約談判與客戶服務情境,例如:'We only accept returns within 30 days.' (我們僅接受30天內的退貨) 或 'accept the terms and conditions' (接受條款與條件)。",
125
+ "易混淆詞辨析:最常與發音相近的 'except' (除...之外) 混淆;請記住 accept 是動詞 (同意/接納),而 except 通常作為介係詞 (排除)。",
126
+ "聽力與閱讀考點:在聽力 Part 2 中,accept 常作為對建議或邀請的正面回答;在閱讀 Part 5 與 6 中,常考察詞彙選擇題,考生需根據上下文判斷是「收到 (receive)」還是「同意並接納 (accept)」。",
127
+ "注意與 receive 的區別:'receive' 僅代表客觀的收到某項物品或資訊,而 'accept' 則隱含了主觀上的同意、認可或正式收下的動作。"
128
+ ]
129
+ }
130
+ ```
131
+
132
+ ## Usage
133
+
134
+ ### Local (JSON)
135
+
136
+ ```python
137
+ import json
138
+ from pathlib import Path
139
+
140
+ path = Path("data/toeic_vocabulary.json")
141
+ words = json.loads(path.read_text(encoding="utf-8"))
142
+
143
+ print(f"總詞條數: {len(words)}")
144
+
145
+ # 篩選 5★ 詞條
146
+ five_star_words = [w for w in words if w.get("star_rating") == 5]
147
+ print(f"5星詞條數: {len(five_star_words)}")
148
+
149
+ # 查看第一個詞條
150
+ first_word = words[0]
151
+ print(f"單字: {first_word['english_word']}")
152
+ print(f"定義: {first_word['chinese_definition']}")
153
+ print(f"詞形: {first_word['word_forms']}")
154
+ ```
155
+
156
+ ### After Upload (datasets)
157
+
158
+ 上傳到 Hugging Face 後,可使用 `datasets` 套件讀取:
159
+
160
+ ```python
161
+ from datasets import load_dataset
162
+
163
+ # 載入資料集
164
+ ds = load_dataset(
165
+ "kknono668/toeic-vocab-tw",
166
+ split="train"
167
+ )
168
+
169
+ # 或直接從檔案載入
170
+ ds = load_dataset(
171
+ "json",
172
+ data_files="https://huggingface.co/datasets/kknono668/toeic-vocab-tw/resolve/main/data/toeic_vocabulary.json",
173
+ split="train"
174
+ )
175
+
176
+ # 篩選特定星級
177
+ five_star = ds.filter(lambda x: x["star_rating"] == 5)
178
+ print(f"5星詞彙數量: {len(five_star)}")
179
+ ```
180
+
181
+ ## Intended Uses
182
+
183
+ - TOEIC 應試準備、語言教學與練習
184
+ - 商務英語學習應用(查詢、測驗、卡片、練習題生成)
185
+ - 詞彙表與例句檢索工具
186
+
187
+ ## Limitations
188
+
189
+ - 定義與例句聚焦於職場/商務情境,對一般語境未必全面
190
+ - 詞性與詞形為常見用法彙整,未涵蓋所有罕見變化
191
+
192
+ ## License
193
+
194
+ 本資料集以 CC BY-SA 4.0 釋出。請在使用時適當標註來源與作者,並附上授權連結;若有衍生作品需以相同授權釋出。
195
+
196
+ - Name: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
197
+ - Link: https://creativecommons.org/licenses/by-sa/4.0/
198
+
199
+ ## Citation
200
+
201
+ 如果你在研究或產品中使用了本資料集,請引用:
202
+
203
+ ```
204
+ @misc{toeic_vocab_2025,
205
+ title = {完整 TOEIC 單字庫 (English–Traditional Chinese)},
206
+ year = {2025},
207
+ note = {CC BY-SA 4.0},
208
+ howpublished = {Hugging Face Dataset}
209
+ }
210
+ ```
211
+
212
+ ## Changelog
213
+
214
+ - v111.1 (2026-02): 重新評級星級與分數區間;目前共 11,154 詞條。
215
+ - v111.0 (2026-01): 擴充至 11,339 詞條;分類合併調整為 15 類(科技/資訊合併、法律合規併入法務合規與安全)。
216
+ - v110.5 (2025-01): 資料結構改為扁平陣列格式;移除人名/公司名等佔位詞條;共 9,537 詞條。
217
+ - v34.8: 初版公開;9,855 詞條;依 5★–1★ 分組;含詞性、詞形、例句與分類。
data/toeic_vocabulary.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b483eb18113a82da288f1ed943adbde38a8070cdcef3055f2a4231c717d6511a
3
+ size 22623673
toeic_vocabulary.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1b93143529dfba5eac30c0cc27c7676e88c85d27dc1ada4b0e0afede3e12d7e
3
+ size 22454724