Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating Summarized Restaurant Reviews using Language Models #7

Open
4 tasks
limwualice opened this issue May 23, 2023 · 0 comments
Open
4 tasks
Assignees

Comments

@limwualice
Copy link
Owner

Description: Use Language Models (LLMs) to generate summarized reviews for each restaurant in a dataset. The goal is to leverage the power of LLMs to automatically generate concise and informative summaries that capture the essence of customer reviews.

Key Points to Address:

  • Dataset and Preprocessing: Clean the dataset and preprocess it in a way that will work for the llm
  • LLM Training: Outline the process of training a language model using the restaurant review dataset. Discuss the choice of LLM architecture (e.g., GPT, BERT) and any fine-tuning techniques that may be employed.
  • Review Summarization Approach: Use techniques such as extractive summarization or abstractive summarization and apply to restaurant reviews.
  • Evaluation Metrics: Define the metrics that will be used to evaluate the quality and effectiveness of the generated summaries. Consider metrics such as ROUGE (Recall-Oriented Understudy for Gisting Evaluation) or BLEU (Bilingual Evaluation Understudy) scores.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants