paper-with-me

Papers

GrammarGPT: Exploring Open-Source LLMs for Native Chinese Grammatical Error Correction with Supervised Fine-Tuning

2023-07-26 · Yaxin Fan, Feng Jiang, Peifeng Li, Haizhou Li

Grammatical error correction aims to correct ungrammatical sentences automatically. Recently, some work has demonstrated the excellent capabilities of closed-source Large Language Models (LLMs, e.g., ChatGPT) in grammatical error correction. However, the potential of open-source LLMs remains unexplored. In this paper, we introduced GrammarGPT, an open-source LLM, to preliminary explore its potential for native Chinese grammatical error correction. The core recipe of GrammarGPT is to leverage the hybrid dataset of ChatGPT-generated and human-annotated. For grammatical errors with clues, we proposed a heuristic method to guide ChatGPT to generate ungrammatical sentences by providing those clues. For grammatical errors without clues, we collected ungrammatical sentences from publicly available websites and manually corrected them. In addition, we employed an error-invariant augmentation method to enhance the ability of the model to correct native Chinese grammatical errors. We ultimately constructed about 1k parallel data and utilized these data to fine-tune open-source LLMs (e.g., Phoenix, released by The Chinese University of Hong Kong, Shenzhen) with instruction tuning. The experimental results show that GrammarGPT outperforms the existing SOTA system significantly. Although model parameters are 20x larger than the SOTA baseline, the required amount of data for instruction tuning is 1200x smaller, illustrating the potential of open-source LLMs on native CGEC. Our GrammarGPT ranks $3^{rd}$ on NLPCC2023 SharedTask1, demonstrating our approach's effectiveness. The code and data are available at \url{https://github.com/FreedomIntelligence/GrammarGPT}.

📄 PDF Abstract BibTeX arXiv:2307.13923

Code (1)

freedomintelligence/grammargpt 공식 구현 pytorch

Tasks

Grammatical Error Correction

Similar Papers 제목 키워드 기반

MyCulture: Exploring Malaysia's Diverse Culture under Low-Resource Language Constraints

2025-08-07 · Zhong Ken Hew, Jia Xin Low, Sze Jue Yang, Chee Seng Chan arxiv

Large Language Models (LLMs) often exhibit cultural biases due to training data dominated by high-resource languages like English and Chinese. This poses challenges for accurately representing and evaluating diverse cult…

Can Open-Source LLMs Compete with Commercial Models? Exploring the Few-Shot Performance of Current GPT Models in Biomedical Tasks

2024-07-18 · Samy Ateia, Udo Kruschwitz

Commercial large language models (LLMs), like OpenAI's GPT-4 powering ChatGPT and Anthropic's Claude 3 Opus, have dominated natural language processing (NLP) benchmarks across different domains. New competing Open-Source…

In-Context LearningRAGRetrieval-augmented Generation

Leveraging Open-Source Large Language Models for Native Language Identification

2024-09-15 · Yee Man Ng, Ilia Markov

Native Language Identification (NLI) - the task of identifying the native language (L1) of a person based on their writing in the second language (L2) - has applications in forensics, marketing, and second language acqui…

Feature EngineeringLanguage AcquisitionLanguage IdentificationMarketing+2

Mark Your LLM: Detecting the Misuse of Open-Source Large Language Models via Watermarking

2025-03-06 · Yijie Xu, Aiwei Liu, Xuming Hu, Lijie Wen 외

As open-source large language models (LLMs) like Llama3 become more capable, it is crucial to develop watermarking techniques to detect their potential misuse. Existing watermarking methods either add watermarks during L…

Open-Nav: Exploring Zero-Shot Vision-and-Language Navigation in Continuous Environment with Open-Source LLMs

2024-09-27 · Yanyuan Qiao, Wenqi Lyu, Hui Wang, Zixu Wang 외

Vision-and-Language Navigation (VLN) tasks require an agent to follow textual instructions to navigate through 3D environments. Traditional approaches use supervised learning methods, relying heavily on domain-specific d…

Decision MakingNavigateVision and Language Navigation