nielsr HF Staff commited on
Commit
ea08889
·
verified ·
1 Parent(s): 6df792b

Add model card and metadata

Browse files

This PR adds a model card for the EnsemJudge detector (LoRA adapter for Qwen2.5-7B-Instruct). It populates the YAML metadata with the appropriate pipeline tag, library name, and base model, and provides links to the paper and the official GitHub repository in the description.

Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ pipeline_tag: text-classification
5
+ base_model: Qwen/Qwen2.5-7B-Instruct
6
+ tags:
7
+ - ai-detection
8
+ - chinese
9
+ - nlpcc
10
+ ---
11
+
12
+ # EnsemJudge (Qwen2.5-7B-Instruct LoRA)
13
+
14
+ This repository contains a LoRA adapter for **EnsemJudge**, a robust framework for detecting Chinese LLM-generated text. This model is based on Qwen2.5-7B-Instruct and was developed as part of the system that achieved first place in the NLPCC 2025 Shared Task 1.
15
+
16
+ ## Resources
17
+ - **Paper:** [EnsemJudge: Enhancing Reliability in Chinese LLM-Generated Text Detection through Diverse Model Ensembles](https://huggingface.co/papers/2603.27949)
18
+ - **Repository:** [https://github.com/johnsonwangzs/MGT-Mini](https://github.com/johnsonwangzs/MGT-Mini)
19
+
20
+ ## Description
21
+ EnsemJudge addresses the challenge of detecting AI-generated Chinese text, particularly in scenarios involving out-of-domain inputs or adversarial samples. The framework incorporates tailored strategies and ensemble voting mechanisms to demonstrate high effectiveness and reliability.
22
+
23
+ ## Citation
24
+ If you find this work useful, please cite:
25
+ ```bibtex
26
+ @article{ensemjudge2025,
27
+ title={EnsemJudge: Enhancing Reliability in Chinese LLM-Generated Text Detection through Diverse Model Ensembles},
28
+ author={Guoyu Zhao and others},
29
+ journal={arXiv preprint arXiv:2603.27949},
30
+ year={2025}
31
+ }
32
+ ```