├── .gitignore ├── LICENSE ├── README.md ├── bart_score.py ├── finance.jsonl ├── finance_bart_auroc.py ├── picture.png ├── revised_chatgpt_finance.txt └── revised_human_finance.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/README.md -------------------------------------------------------------------------------- /bart_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/bart_score.py -------------------------------------------------------------------------------- /finance.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/finance.jsonl -------------------------------------------------------------------------------- /finance_bart_auroc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/finance_bart_auroc.py -------------------------------------------------------------------------------- /picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/picture.png -------------------------------------------------------------------------------- /revised_chatgpt_finance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/revised_chatgpt_finance.txt -------------------------------------------------------------------------------- /revised_human_finance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/LLM-generated-text-detection/HEAD/revised_human_finance.txt --------------------------------------------------------------------------------