Giter Club home page Giter Club logo

llm-rhyme-eval's Introduction

Evaluating the Multilingual Rhyming capabilities of Open-Source LLMs

In this project, we investigate the phonological capabilities of LLMs by testing whether they are able to discern rhyming and non-rhyming word-pairs in two Germanic languages (Dutch and English). We mine English (CMU-Dict) and Dutch (Celex2) pronunciation dictionaries and construct rhyming datasets for five types of rhymes [Single perfect/Double Perfect/Assonance/Consonance/Alliteration]. We test three open-source LLMs: Llama2-7b-chat-hf, Llama3-8B-Instruct and CrystalChat-7b on the English and Dutch datasets. Additionally, we test out prompt variation (title/description-level prompts) with the models.

This project was completed under the guidance of Prof. David Mortensen, at LTI, CMU. For more details refer to the report and the slides from my talk!

Main Contributions

  • Dutch Pronunciation dictionary in CMU-Dict format with 349k words.
  • English and Dutch Rhyming datasets, both with 5k word pairs corresponding to five types of rhymes (1k each) (including orthographic and phonemic representation), and 5k non-rhyming word pairs.
  • Inference Outputs on both rhyme datasets using three open-source LLMs (Llama2-7b, Llama3-8B, and CrystalChat).

Results

English Results (F1 scores) (Title Prompts):

Model Single Perfect Double Perfect Assonance Consonance Alliteration
Llama-2-7b 38.87 66.52 66.84 66.80 66.76
Llama3-8b 73.60 68.41 65.24 67.16 69.12
CrystalChat-7b 55.45 60.60 63.32 64.17 63.40

Dutch Results (F1 scores) (Title Prompts):

Model Single Perfect Double Perfect Assonance Consonance Alliteration
Llama-2-7b 28.78 50.33 45.19 52.37 62.58
Llama3-8b 65.00 66.90 67.08 59.56 67.61
CrystalChat-7b 55.39 56.48 64.69 57.53 63.59

Based on the F1 scores, the overall performance order seems to be Llama3-8B > Llama2-7b > CrystalChat-7b. Perfect rhymes seem to be difficult for both languages, whereas assonance, consonance, and alliteration are nearly identical in English and Dutch. Description-level prompts benefit models like Llama2 or CrystalChat, but Llama3 is virtually unaffected.

For a more detailed results and discussion section refer to the report

Directory Structure

  • bash_scripts - Bash scripts to run evaluate_rhyme.py in different configurations.
  • data - The English and Dutch datasets organized by /<model_family>/<prompt_type>/<rhyme_type>/. The 'solutions' directory contains the words with orthographic and phonemic representation both, whereas the 'test' directory contains only the word pairs. Each txt file contains 1k word pairs and the non.txt file contains 5k non-rhyming word pairs.
  • data_preparation
    • create_aadit's_dutch_dict.py - The script to convert Celex2 data into aadit's-dutch-dict, following the CMU-Dict format.
    • scrape_cmu_dict.py - The script to extract the five types of rhyming words from CMU-Dict (cmudict-0.7b).
    • scrape_dutch_dict.py - The script to extract the five types of rhyming word pairs from aadit's-dutch-dict.
    • utils.py - utilities for file read/write, string operations
  • logs - Logs from the various evaluation runs.
  • output - The LLM inference outputs organized by /<model_family>/<prompt_type>/<rhyme_type>/

aadit's-dutch-dict - The file containing Celex2 data (in the CMU-Dict format) (349k words and their orthographic-phonemic representation).
cmudict-0.7b - The file containing CMU-Dict data (134k words and their orthographic-phonemic representation).

evaluate_rhyme.py - The script to evaluate an LLM for a particular rhyming dataset. Returns the F1 score and stores the inference outputs.
prompts.py - The script to generate the prompts used by evaluate_rhyme.py for different LLM families.

environment.txt - The virtual environment packages (with versions) listed explicitly.
report.pdf - The report containing details about experimental design and results.
talk_slides.pdf - The slides to my presentation on this study.

Reproduce the Results

  • (Optional) To recreate the Dutch pronunciation dictionary:
  • (Optional) To recreate the dataset:
    • python scrape_cmu_dict.py
    • python scrape_dutch_dict.py
    • Otherwise, simply use the relevant rhyming dataset for your use case:- English and Dutch
  • To inference the LLMs:
    • python evaluate_rhyme.py <language> <model_family> <rhyme_type> <prompt_type>
    • language = "english" / "dutch"
    • model_family = "llama2" / "llama3" / "crystal" / "olmo"
    • rhyme_type = "alliterative" / "assonance" / "consonance" / "singlePerfect" / "doublePerfect"
    • prompt_type = "title" / "description"
    • Refer to bash_scripts.
    • The final F1 score is printed to the console, while the outputs for each rhyme pair are written to:- output//<model_family>/<prompt_type>/<rhyme_type>/

llm-rhyme-eval's People

Contributors

aadit3003 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.