{"id":20440705,"url":"https://github.com/zhpmatrix/cged_tf","last_synced_at":"2025-07-22T09:10:23.016Z","repository":{"id":117937418,"uuid":"144973023","full_name":"zhpmatrix/cged_tf","owner":"zhpmatrix","description":"论文实现:《Chinese Grammatical Error Diagnosis with Long Short-Term Memory Networks》","archived":false,"fork":false,"pushed_at":"2019-03-15T14:13:40.000Z","size":84,"stargazers_count":49,"open_issues_count":2,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T23:09:48.569Z","etag":null,"topics":["cged","grammatical-error-correction","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhpmatrix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-08-16T10:27:38.000Z","updated_at":"2025-01-19T12:46:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9ff433d-70df-4841-81af-ea17ddcec9f2","html_url":"https://github.com/zhpmatrix/cged_tf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhpmatrix/cged_tf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhpmatrix%2Fcged_tf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhpmatrix%2Fcged_tf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhpmatrix%2Fcged_tf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhpmatrix%2Fcged_tf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhpmatrix","download_url":"https://codeload.github.com/zhpmatrix/cged_tf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhpmatrix%2Fcged_tf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266463554,"owners_count":23932903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cged","grammatical-error-correction","tensorflow"],"created_at":"2024-11-15T09:25:50.343Z","updated_at":"2025-07-22T09:10:22.984Z","avatar_url":"https://github.com/zhpmatrix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CGED_TF\n\n#### 整体思路\n\n结合比赛本身提供的数据，可以将该问题建模为一个标注问题，例如命名实体识别等。NER的经典方案是BiLSTM+CRF。\n\n#### 模型架构\n\n![img](http://wx4.sinaimg.cn/mw690/aba7d18bgy1g13ty32x8fj20md0bmtbp.jpg)\n\n#### 特征\n\n输入特征为四个，分为三类:\n\n(1) bigram特征，包括当前和前一时间步的bigram特征 \n\n(2) pos特征: 特征提取工具使用哈工大的LTP，任何其他开源工具都可以，目的是做词性标注\n\n(3) char特征\n\n#### 围绕该工作，我的相关博客\n\n[中文拼写纠错-和百度比一比](https://zhpmatrix.github.io/2019/02/01/rethinking-spellchecker/),这篇博客主要和百度AI平台开放的中文纠错API的结果对比，同时给出了如何接入API的方法。\n\n[中文拼写纠错](https://zhpmatrix.github.io/2018/12/17/chinese-spell-checker/)，这篇博客简单的梳理了围绕该课题做的相关工作。\n\n[复现论文地址](https://pdfs.semanticscholar.org/c1d3/954b4b1951c8584d7feab94115b4816b577f.pdf?_ga=2.257663115.1623131418.1552658691-1526348929.1541338252)，需要说明的是实现代码的评估指标并没有完全达到论文指标，需要继续调优。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhpmatrix%2Fcged_tf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhpmatrix%2Fcged_tf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhpmatrix%2Fcged_tf/lists"}