jpwahle/emnlp23-paraphrase-types
The official implementation of the EMNLP 2023 paper "Paraphrase Types for Generation and Detection"
This project helps natural language processing (NLP) researchers and engineers fine-tune models to generate or detect paraphrases based on specific linguistic types. You can input existing text data and specify desired paraphrase types, and it will output either new paraphrased text or an assessment of whether two texts are paraphrases. It's designed for those working with large language models to refine text generation and understanding.
No commits in the last 6 months.
Use this if you need to fine-tune large language models (like LLaMA or GPT) for nuanced paraphrase generation or detection, considering the specific linguistic changes between sentences.
Not ideal if you are looking for a simple, off-the-shelf tool for basic paraphrasing without needing to delve into model fine-tuning or specific paraphrase type control.
Stars
12
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 20, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/jpwahle/emnlp23-paraphrase-types"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
facebookresearch/LayerSkip
Code for "LayerSkip: Enabling Early Exit Inference and Self-Speculative Decoding", ACL 2024
FareedKhan-dev/train-llm-from-scratch
A straightforward method for training your LLM, from downloading data to generating text.
kmeng01/rome
Locating and editing factual associations in GPT (NeurIPS 2022)
datawhalechina/llms-from-scratch-cn
仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理