|
1 | 1 | {
|
2 | 2 | "cells": [
|
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "4013b22e", |
| 6 | + "metadata": { |
| 7 | + "toc": true |
| 8 | + }, |
| 9 | + "source": [ |
| 10 | + "<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n", |
| 11 | + "<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#ChatGPT使用指南——文本生成\" data-toc-modified-id=\"ChatGPT使用指南——文本生成-1\">ChatGPT使用指南——文本生成</a></span><ul class=\"toc-item\"><li><span><a href=\"#1-引言\" data-toc-modified-id=\"1-引言-1.1\">1 引言</a></span></li><li><span><a href=\"#2-文本摘要任务\" data-toc-modified-id=\"2-文本摘要任务-1.2\">2 文本摘要任务</a></span><ul class=\"toc-item\"><li><span><a href=\"#2.1-什么是文本摘要?\" data-toc-modified-id=\"2.1-什么是文本摘要?-1.2.1\">2.1 什么是文本摘要?</a></span></li><li><span><a href=\"#2.2-常见的文本摘要技术\" data-toc-modified-id=\"2.2-常见的文本摘要技术-1.2.2\">2.2 常见的文本摘要技术</a></span></li><li><span><a href=\"#2.3-基于OpenAI接口的文本摘要实验\" data-toc-modified-id=\"2.3-基于OpenAI接口的文本摘要实验-1.2.3\">2.3 基于OpenAI接口的文本摘要实验</a></span><ul class=\"toc-item\"><li><span><a href=\"#2.3.1-简单上手版:调用预训练模型\" data-toc-modified-id=\"2.3.1-简单上手版:调用预训练模型-1.2.3.1\">2.3.1 简单上手版:调用预训练模型</a></span></li><li><span><a href=\"#2.3.2-进阶优化版:基于自定义语料fine-tune\" data-toc-modified-id=\"2.3.2-进阶优化版:基于自定义语料fine-tune-1.2.3.2\">2.3.2 进阶优化版:基于自定义语料fine tune</a></span></li></ul></li></ul></li><li><span><a href=\"#3-文本纠错任务\" data-toc-modified-id=\"3-文本纠错任务-1.3\">3 文本纠错任务</a></span><ul class=\"toc-item\"><li><span><a href=\"#3.1-什么是文本纠错?\" data-toc-modified-id=\"3.1-什么是文本纠错?-1.3.1\">3.1 什么是文本纠错?</a></span></li><li><span><a href=\"#3.2-常见的文本纠错技术\" data-toc-modified-id=\"3.2-常见的文本纠错技术-1.3.2\">3.2 常见的文本纠错技术</a></span><ul class=\"toc-item\"><li><span><a href=\"#3.2.1-基于规则的文本纠错技术\" data-toc-modified-id=\"3.2.1-基于规则的文本纠错技术-1.3.2.1\">3.2.1 基于规则的文本纠错技术</a></span></li><li><span><a href=\"#3.2.2-基于语言模型的文本纠错技术\" data-toc-modified-id=\"3.2.2-基于语言模型的文本纠错技术-1.3.2.2\">3.2.2 基于语言模型的文本纠错技术</a></span></li><li><span><a href=\"#3.2.3-基于MLM的文本纠错技术\" data-toc-modified-id=\"3.2.3-基于MLM的文本纠错技术-1.3.2.3\">3.2.3 基于MLM的文本纠错技术</a></span></li><li><span><a href=\"#3.2.4-基于NLG的文本纠错技术\" data-toc-modified-id=\"3.2.4-基于NLG的文本纠错技术-1.3.2.4\">3.2.4 基于NLG的文本纠错技术</a></span></li><li><span><a href=\"#3.2.5-一个文本纠错工具集:pycorrector\" data-toc-modified-id=\"3.2.5-一个文本纠错工具集:pycorrector-1.3.2.5\">3.2.5 一个文本纠错工具集:pycorrector</a></span></li></ul></li></ul></li><li><span><a href=\"#3.3-基于OpenAI接口的文本纠错实验\" data-toc-modified-id=\"3.3-基于OpenAI接口的文本纠错实验-1.4\">3.3 基于OpenAI接口的文本纠错实验</a></span></li><li><span><a href=\"#4-机器翻译\" data-toc-modified-id=\"4-机器翻译-1.5\">4 机器翻译</a></span><ul class=\"toc-item\"><li><span><a href=\"#4.1-什么是机器翻译?\" data-toc-modified-id=\"4.1-什么是机器翻译?-1.5.1\">4.1 什么是机器翻译?</a></span></li><li><span><a href=\"#4.2-常见的机器翻译技术\" data-toc-modified-id=\"4.2-常见的机器翻译技术-1.5.2\">4.2 常见的机器翻译技术</a></span></li><li><span><a href=\"#4.3-基于OpenAI接口的机器翻译实验\" data-toc-modified-id=\"4.3-基于OpenAI接口的机器翻译实验-1.5.3\">4.3 基于OpenAI接口的机器翻译实验</a></span><ul class=\"toc-item\"><li><span><a href=\"#4.3.1-简单上手版:短文本英翻中\" data-toc-modified-id=\"4.3.1-简单上手版:短文本英翻中-1.5.3.1\">4.3.1 简单上手版:短文本英翻中</a></span></li><li><span><a href=\"#4.3.2-进阶深度版:长书籍英翻中\" data-toc-modified-id=\"4.3.2-进阶深度版:长书籍英翻中-1.5.3.2\">4.3.2 进阶深度版:长书籍英翻中</a></span></li></ul></li></ul></li><li><span><a href=\"#相关文献\" data-toc-modified-id=\"相关文献-1.6\">相关文献</a></span></li></ul></li></ul></div>" |
| 12 | + ] |
| 13 | + }, |
3 | 14 | {
|
4 | 15 | "cell_type": "markdown",
|
5 | 16 | "id": "e29809a4",
|
|
1570 | 1581 | ],
|
1571 | 1582 | "metadata": {
|
1572 | 1583 | "kernelspec": {
|
1573 |
| - "display_name": "Python 3 (ipykernel)", |
| 1584 | + "display_name": "Python 3", |
1574 | 1585 | "language": "python",
|
1575 | 1586 | "name": "python3"
|
1576 | 1587 | },
|
|
1584 | 1595 | "name": "python",
|
1585 | 1596 | "nbconvert_exporter": "python",
|
1586 | 1597 | "pygments_lexer": "ipython3",
|
1587 |
| - "version": "3.9.13" |
| 1598 | + "version": "3.8.13" |
| 1599 | + }, |
| 1600 | + "latex_envs": { |
| 1601 | + "LaTeX_envs_menu_present": true, |
| 1602 | + "autoclose": false, |
| 1603 | + "autocomplete": true, |
| 1604 | + "bibliofile": "biblio.bib", |
| 1605 | + "cite_by": "apalike", |
| 1606 | + "current_citInitial": 1, |
| 1607 | + "eqLabelWithNumbers": true, |
| 1608 | + "eqNumInitial": 1, |
| 1609 | + "hotkeys": { |
| 1610 | + "equation": "Ctrl-E", |
| 1611 | + "itemize": "Ctrl-I" |
| 1612 | + }, |
| 1613 | + "labels_anchors": false, |
| 1614 | + "latex_user_defs": false, |
| 1615 | + "report_style_numbering": false, |
| 1616 | + "user_envs_cfg": false |
| 1617 | + }, |
| 1618 | + "toc": { |
| 1619 | + "base_numbering": 1, |
| 1620 | + "nav_menu": {}, |
| 1621 | + "number_sections": false, |
| 1622 | + "sideBar": true, |
| 1623 | + "skip_h1_title": false, |
| 1624 | + "title_cell": "Table of Contents", |
| 1625 | + "title_sidebar": "Contents", |
| 1626 | + "toc_cell": true, |
| 1627 | + "toc_position": { |
| 1628 | + "height": "calc(100% - 180px)", |
| 1629 | + "left": "10px", |
| 1630 | + "top": "150px", |
| 1631 | + "width": "288px" |
| 1632 | + }, |
| 1633 | + "toc_section_display": true, |
| 1634 | + "toc_window_display": true |
1588 | 1635 | }
|
1589 | 1636 | },
|
1590 | 1637 | "nbformat": 4,
|
|
0 commit comments