diff --git "a/competition/\347\247\221\345\244\247\350\256\257\351\243\236AI\345\274\200\345\217\221\350\200\205\345\244\247\350\265\2332024/\345\237\272\344\272\216\346\234\257\350\257\255\350\257\215\345\205\270\345\271\262\351\242\204\347\232\204\346\234\272\345\231\250\347\277\273\350\257\221\346\214\221\346\210\230\350\265\233_baseline.ipynb" "b/competition/\347\247\221\345\244\247\350\256\257\351\243\236AI\345\274\200\345\217\221\350\200\205\345\244\247\350\265\2332024/\345\237\272\344\272\216\346\234\257\350\257\255\350\257\215\345\205\270\345\271\262\351\242\204\347\232\204\346\234\272\345\231\250\347\277\273\350\257\221\346\214\221\346\210\230\350\265\233_baseline.ipynb" new file mode 100644 index 0000000..6cfa6e3 --- /dev/null +++ "b/competition/\347\247\221\345\244\247\350\256\257\351\243\236AI\345\274\200\345\217\221\350\200\205\345\244\247\350\265\2332024/\345\237\272\344\272\216\346\234\257\350\257\255\350\257\215\345\205\270\345\271\262\351\242\204\347\232\204\346\234\272\345\231\250\347\277\273\350\257\221\346\214\221\346\210\230\350\265\233_baseline.ipynb" @@ -0,0 +1,383 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "536d9385-4afa-43d7-9f5d-8b94a7c9dfee", + "metadata": {}, + "source": [ + "

基于术语词典干预的机器翻译挑战赛

\n", + "\n", + "# 一、赛事背景\n", + "\n", + "目前神经机器翻译技术已经取得了很大的突破,但在特定领域或行业中,由于机器翻译难以保证术语的一致性,导致翻译效果还不够理想。对于术语名词、人名地名等机器翻译不准确的结果,可以通过术语词典进行纠正,避免了混淆或歧义,最大限度提高翻译质量。\n", + "\n", + "# 二、赛事任务\n", + "\n", + "基于术语词典干预的机器翻译挑战赛选择以英文为源语言,中文为目标语言的机器翻译。本次大赛除英文到中文的双语数据,还提供英中对照的术语词典。参赛队伍需要基于提供的训练数据样本从多语言机器翻译模型的构建与训练,并基于测试集以及术语词典,提供最终的翻译结果,数据包括:\n", + "\n", + "·训练集:双语数据:中英14万余双语句对\n", + "\n", + "·开发集:英中1000双语句对\n", + "\n", + "·测试集:英中1000双语句对\n", + "\n", + "·术语词典:英中2226条\n", + "\n", + "# 三、评审规则\n", + "\n", + "## 1.数据说明\n", + "\n", + "所有文件均为UTF-8编码,其中测评官方发放的训练集、开发集、测试集和术语词典皆为文本文件,格式如下所示。\n", + "\n", + "训练集为双语数据,每行为一个句对样本,其格式如图1所示。\n", + "\n", + "![img](https://openres.xfyun.cn/xfyundoc/2024-05-14/d13583c7-92f7-4f71-b442-a6e7dd39b522/1715665891662/9.png)\n", + "\n", + "图1 训练集格式\n", + "\n", + "术语词典格式如图2所示。\n", + "\n", + "![img](https://openres.xfyun.cn/xfyundoc/2024-05-14/f2fd890f-6ed0-4978-bf0a-10e6ebba81ba/1715665926068/10.png)\n", + "\n", + "图2 术语词典格式\n", + "\n", + "## 2.评估指标\n", + "\n", + "对于参赛队伍提交的测试集翻译结果文件,采用自动评价指标BLUE-4进行评价,具体工具使用sacrebleu开源版本。\n", + "\n", + "## 3.评测及排行\n", + "\n", + "1)提供下载数据,选手在本地进行算法调试,在比赛页面提交结果。\n", + "\n", + "2)排行按照得分从高到低排序,排行榜将选择团队的历史最优成绩进行排名。\n", + "\n", + "# 四、作品提交要求\n", + "\n", + "1、文件格式:txt格式,编码为UTF-8\n", + "\n", + "2、文件大小:无要求\n", + "\n", + "3、提交次数限制:每支队伍每天最多3次\n", + "\n", + "4、文件详细说明:\n", + "\n", + "1) 提交格式见图3样例及example.txt文件\n", + "2) 进入决赛的队伍须提交技术说明文档:系统主要技术概述、重要参数说明、外部技术说明(开源代码或软件)\n", + "\n", + "![img](https://openres.xfyun.cn/xfyundoc/2024-05-14/92c18ae0-a72f-47a8-9ebe-a87ac5577427/1715666008957/11.png)\n", + "\n", + "图3 翻译结果提交格式\n", + "\n", + "# 五、赛程规则\n", + "\n", + "本赛题实行一轮赛制\n", + "\n", + "## 【赛程周期】\n", + "\n", + "6月9日-8月9日\n", + "\n", + "1、6月9日10:00发布训练集、开发集、测试集(即开启比赛榜单)\n", + "\n", + "2、比赛作品提交截止日期为8月9日17:00,公布名次日期为8月16日10:00\n", + "\n", + "## 【现场答辩】\n", + "\n", + "1、最终前三名团队将受邀参加科大讯飞AI开发者大赛总决赛并于现场进行答辩\n", + "\n", + "2、答辩以(10mins陈述+5mins问答)的形式进行\n", + "\n", + "3、根据作品成绩和答辩成绩综合评分(作品成绩占比70%,现场答辩分数占比30%)\n", + "\n", + "# 六、奖项设置\n", + "\n", + "本赛题设立一、二、三等奖共三名,具体详情如下:\n", + "\n", + "## 【奖项激励】\n", + "\n", + "1. TOP3团队颁发获奖证书\n", + "2. 赛道奖金,第一名5000元、第二名3000元、第三名2000元\n", + "\n", + "## 【资源激励】\n", + "\n", + "1. 讯飞开放平台优质AI能力个人资源包\n", + "2. 讯飞AI全链创业扶持资源\n", + "3. 讯飞绿色实习/就业通道\n", + "\n", + "注:\n", + "\n", + "1. 鼓励选手分享参赛心得、参赛技术攻略、大赛相关技术或产品使用体验等文章至组委会邮箱(AICompetition@iflytek.com),有机会获得大赛周边;\n", + "2. 赛事规则及奖金发放解释权归科大讯飞所有;以上全部奖金均为税前金额,将由主办方代扣代缴个人所得税。" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "02b2d45a-d89d-4bdc-9752-f9dafd9ff48e", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/lyz/anaconda3/envs/py311/lib/python3.11/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.\n", + " warnings.warn(\n" + ] + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "7d171b49156c4fd09bb2e1e05dee41e9", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "config.json: 0%| | 0.00/371 [00:00 0:\n", + " for x, y in zip(sp_words, sp_words_meaning): \n", + " sp_prompt += f'{x} 翻译为 {y}; '\n", + " # 主要任务\n", + " messages = [\n", + " {\"role\": \"system\", \"content\": \"将英文翻译为中文,不要有其他输出,直接输出翻译后的文本。保留特殊单词的翻译。\"},\n", + " ]\n", + "\n", + " # 人工的词典的规则\n", + " if len(sp_prompt) > 0:\n", + " messages.append({\"role\": \"user\", \"content\": sp_prompt})\n", + " messages.append({\"role\": \"user\", \"content\": f\"待翻译文本(从英文翻译为中文):{line}\"})\n", + " \n", + " text = tokenizer.apply_chat_template(\n", + " messages,\n", + " tokenize=False,\n", + " add_generation_prompt=True\n", + " )\n", + " model_inputs = tokenizer([text], return_tensors=\"pt\").to(device)\n", + " \n", + " generated_ids = model.generate(\n", + " model_inputs.input_ids,\n", + " max_new_tokens=512\n", + " )\n", + " generated_ids = [\n", + " output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)\n", + " ]\n", + " \n", + " result_line = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]\n", + " result.append(result_line)" + ] + }, + { + "cell_type": "code", + "execution_count": 79, + "id": "54170caf-6c19-48b9-87fe-5d25f037ff96", + "metadata": {}, + "outputs": [], + "source": [ + "with open('submit1.csv', 'w') as up:\n", + " for line in result:\n", + " line = line.strip().replace('\\n', '')\n", + " up.write(line + '\\n')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d79ce76c-7407-4eda-a3e5-d8aaaa004154", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "py3.11", + "language": "python", + "name": "py3.11" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}