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

update main #55

Open
wants to merge 313 commits into
base: master
Choose a base branch
from
Open

update main #55

wants to merge 313 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 19, 2024

  1. better naming verbalise_by_predicate

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1f9fc48 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add api

    dendroenydris committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4886b27 View commit details
    Browse the repository at this point in the history
  2. update gitignore

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2f7b0f8 View commit details
    Browse the repository at this point in the history
  3. better control of the output

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e2d2c91 View commit details
    Browse the repository at this point in the history
  4. update

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c59b2b9 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/zero-shot-prompting' into verbel…

    …izer_2
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0986ac6 View commit details
    Browse the repository at this point in the history
  6. verbalizer for prompting

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    eeaffe2 View commit details
    Browse the repository at this point in the history
  7. added prompt_verbalizer

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0d52680 View commit details
    Browse the repository at this point in the history
  8. verbalization for zero-shot Prompting

    verbalization for zero-shot Prompting
    nikolas-rauscher authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fd4f6c3 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    polishing the readme
    sefeoglu authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7cccb79 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix the path

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    593f692 View commit details
    Browse the repository at this point in the history
  2. added missing libs

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eea3947 View commit details
    Browse the repository at this point in the history
  3. fix path error

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e182591 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31 from nikolas-rauscher/verbelizer_2

    Update Verbelizer
    nikolas-rauscher authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    37eada8 View commit details
    Browse the repository at this point in the history
  5. adapt to result_sample

    dendroenydris committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    edd56ff View commit details
    Browse the repository at this point in the history
  6. fix and solve issue #32 #28

    But right now it’s in the same file as the result, not in a separate file.
    dendroenydris committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8d444f6 View commit details
    Browse the repository at this point in the history
  7. delete token

    dendroenydris committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dec4650 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b4f68a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. docs(verbaliser): added docs to the verbaliser functions

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0c5cab5 View commit details
    Browse the repository at this point in the history
  2. docs(verbaliser): added function doc

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    441b206 View commit details
    Browse the repository at this point in the history
  3. add postprocessing script for openalex dataset

    Erik Rubinov committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6a9702b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c505e54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fc73a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6b6691 View commit details
    Browse the repository at this point in the history
  7. feat(zero shot prompting): Run Zero Shot Promptling wite the groq API…

    … and 3 models #28
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    85aff67 View commit details
    Browse the repository at this point in the history
  8. feat(zero shot prompting): add the new configs

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    f1a60a8 View commit details
    Browse the repository at this point in the history
  9. fix(zero shot prompting): truncat context if to big #28

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6a20030 View commit details
    Browse the repository at this point in the history
  10. feat(zero shot prompting): ✨ zero shot prompting results on 10 questi…

    …ons with api
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    1a32d03 View commit details
    Browse the repository at this point in the history
  11. Add README for pipeline

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    85cde82 View commit details
    Browse the repository at this point in the history
  12. new config

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a843eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. fix(zero shot prompting): ensure that the model is deleted from memor…

    …y after it has been run #36
    
    i have now added a garbage colector to ensure that the models do not remain in the memory. This runs the contexts for each model separately and the models will be called up separately.
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d3113e1 View commit details
    Browse the repository at this point in the history
  2. fix(zero shot prompting): clean up the GPU Cache #36

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2985a1f View commit details
    Browse the repository at this point in the history
  3. update config and README for the config #35

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4b8af6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf4f6d6 View commit details
    Browse the repository at this point in the history
  5. add test data

    sefeoglu committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2acf165 View commit details
    Browse the repository at this point in the history
  6. add prompt template missing.

    sefeoglu committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    561fc27 View commit details
    Browse the repository at this point in the history
  7. update config

    sefeoglu committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a71f50b View commit details
    Browse the repository at this point in the history
  8. add import configparser to fix #37 (but this file is actually not nec…

    …essary)
    
    it’s just the initial version of zero_shot_prompting_pipeline.py
    dendroenydris authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    6843a09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17e3978 View commit details
    Browse the repository at this point in the history
  10. Rename README to README.md

    sefeoglu authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    50c6427 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a64329a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2270d3b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ff16fb8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #41 from nikolas-rauscher/knowledge-selection

    set maximum possible triple to 50 #39
    sefeoglu authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ed64b71 View commit details
    Browse the repository at this point in the history
  15. fix(zero shot prompting): fix small bug

    closed #48
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    3e7f0cf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7677efa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    56d0b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863c805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af0ec0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d91dc58 View commit details
    Browse the repository at this point in the history
  5. add true_answer

    dendroenydris committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e8d85ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c1e648 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8bd8a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30388ae View commit details
    Browse the repository at this point in the history
  9. add rouge_scores

    dendroenydris committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6ae13b8 View commit details
    Browse the repository at this point in the history
  10. fix hm-eval script and add hm results for llama2

    update index
    
    add human feedback 0
    
    fix
    
    update human evaluation script
    dendroenydris committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    77c46f5 View commit details
    Browse the repository at this point in the history
  11. new script for Human evaluation of the original files and processing …

    …the answers in the correct format, and then delete the prompt template. #46
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b55a9c4 View commit details
    Browse the repository at this point in the history
  12. #46 move file

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    628572e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add missing eval

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    201b24e View commit details
    Browse the repository at this point in the history
  2. syntax bug

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7ee5b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. refactor: Fix bugs, add redme and results

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ed2d785 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. update dblp dataset creation script

    Erik Rubinov committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    45b6e94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22803f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. add Wikipedia text

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    152930b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. feat(data_cleaning): fist draft for sparql-llm generation and filteri…

    …ng of answers that doesn't make sence
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    
    #42 \n siplel filtering by length \n awnser analysis \and draft code from paper
    nikolas-rauscher committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9bcfe82 View commit details
    Browse the repository at this point in the history
  2. update script

    Erik Rubinov committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fe50f09 View commit details
    Browse the repository at this point in the history
  3. update triple extraction script

    Erik Rubinov committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    814c080 View commit details
    Browse the repository at this point in the history
  4. adjust script to save intermediate result

    Erik Rubinov committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    23f5574 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix alex postprocessing bug

    Erik Rubinov committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a4aaec9 View commit details
    Browse the repository at this point in the history
  2. remove experience

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    96efc9a View commit details
    Browse the repository at this point in the history
  3. set config to test run

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6b6db1d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. add wiki script

    Erik Rubinov committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1649b86 View commit details
    Browse the repository at this point in the history
  2. add merge triples script

    Erik Rubinov committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    82d757c View commit details
    Browse the repository at this point in the history
  3. set use_predicate_based_verbalisation=False

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5b5a937 View commit details
    Browse the repository at this point in the history
  4. Revert "set use_predicate_based_verbalisation=False"

    This reverts commit 5b5a937.
    nikolas-rauscher committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a522ccb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. python version promplem

    sefeoglu committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8baf060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a81f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67d160d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2af6e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3618935 View commit details
    Browse the repository at this point in the history
  6. fix config

    dendroenydris committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    583be46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf7d8b8 View commit details
    Browse the repository at this point in the history
  8. add readme

    Erik Rubinov committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8e86167 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    e626aa5 View commit details
    Browse the repository at this point in the history
  2. create an example dataset and generate the SPARQL queries and evaluat…

    …e the results #42
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    118055d View commit details
    Browse the repository at this point in the history
  3. add datasets

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9fbfa81 View commit details
    Browse the repository at this point in the history
  4. results

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a3ec349 View commit details
    Browse the repository at this point in the history
  5. organize and update the paths #42

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9b38f02 View commit details
    Browse the repository at this point in the history
  6. datasets with all the answers which don't include numbers

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    3556224 View commit details
    Browse the repository at this point in the history
  7. added the merged train_dataset

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7f0daa4 View commit details
    Browse the repository at this point in the history
  8. only merge sparql answers witch consist of one answer

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    ff43502 View commit details
    Browse the repository at this point in the history
  9. clean dataset for 1000Q

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    db7a560 View commit details
    Browse the repository at this point in the history
  10. add context for 500 questions

    sefeoglu authored and nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    05d6556 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cae08c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76964bd View commit details
    Browse the repository at this point in the history
  13. did some topic modeling of the questions and answers

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    722516b View commit details
    Browse the repository at this point in the history
  14. fix indent

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    b492bac View commit details
    Browse the repository at this point in the history
  15. Merge branch 'develop' of https://github.com/nikolas-rauscher/ARDI-Sc…

    …holarly-QALD into dataset-noise-reduction
    
    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    edecf9b View commit details
    Browse the repository at this point in the history
  16. update gitignore, requirements and config

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d2ffdcb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3e9b100 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. add rouge evaluation

    dendroenydris committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    77edb8b View commit details
    Browse the repository at this point in the history
  2. add evaluation results

    dendroenydris committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1955587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b25d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d281c7 View commit details
    Browse the repository at this point in the history
  5. change to sbert

    dendroenydris committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f313b72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41d8ea4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf06c77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b68dc0 View commit details
    Browse the repository at this point in the history
  9. add function docs

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    59aa2f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78639bc View commit details
    Browse the repository at this point in the history
  11. add README

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0b697c5 View commit details
    Browse the repository at this point in the history
  12. Remove unused code and update query generation script

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ff04495 View commit details
    Browse the repository at this point in the history
  13. added 6000 question spaql dataset

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    abb34d0 View commit details
    Browse the repository at this point in the history
  14. update main README

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    38cb61b View commit details
    Browse the repository at this point in the history
  15. Update README.md

    nikolas-rauscher authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    67ed4ae View commit details
    Browse the repository at this point in the history
  16. Update README.md

    nikolas-rauscher authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5102eaa View commit details
    Browse the repository at this point in the history
  17. Merge pull request #58 from nikolas-rauscher/dataset-noise-reduction

    Add Docuemantion and update readme
    nikolas-rauscher authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c6dfa49 View commit details
    Browse the repository at this point in the history
  18. Update README.md Folder Structure

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Jul 15, 2024
    1 Configuration menu
    Copy the full SHA
    3773c3e View commit details
    Browse the repository at this point in the history
  19. Update README.md

    dendroenydris authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    be5d02e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    40725bd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. add 4 setting's version

    dendroenydris committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b15959b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f7f5e View commit details
    Browse the repository at this point in the history
  3. add new merged dataset

    dendroenydris committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0f217f6 View commit details
    Browse the repository at this point in the history
  4. add .gittignore

    dendroenydris committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    634b9d8 View commit details
    Browse the repository at this point in the history
  5. fix

    dendroenydris committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f209a20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d764a64 View commit details
    Browse the repository at this point in the history
  7. new config

    nikolas-rauscher committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5c963cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ef3724 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    3f55cd2 View commit details
    Browse the repository at this point in the history
  2. fix

    dendroenydris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aced778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c779a4 View commit details
    Browse the repository at this point in the history
  4. code refactoring 1

    dendroenydris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    72f787c View commit details
    Browse the repository at this point in the history
  5. code refactoring

    dendroenydris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    103f212 View commit details
    Browse the repository at this point in the history
  6. delate annonation

    dendroenydris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6e5e7ac View commit details
    Browse the repository at this point in the history
  7. add qa_pipeline

    dendroenydris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    50faa05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fa50a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. colab pipeline cuda

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7d810ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba890cb View commit details
    Browse the repository at this point in the history
  3. add test

    dendroenydris committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    374b64c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    899f63d View commit details
    Browse the repository at this point in the history
  5. verbalizer update README

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b764de9 View commit details
    Browse the repository at this point in the history
  6. Remove unused files

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    728f735 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e3496c View commit details
    Browse the repository at this point in the history
  8. Update requirements.txt

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e9f6136 View commit details
    Browse the repository at this point in the history
  9. Refactor

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9acb331 View commit details
    Browse the repository at this point in the history
  10. rename

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    baf2672 View commit details
    Browse the repository at this point in the history
  11. refactor data extraction

    Erik Rubinov committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d033e0c View commit details
    Browse the repository at this point in the history
  12. refactor

    nikolas-rauscher committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f4d924d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e5c6a6 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #62 from nikolas-rauscher/erik

    merge Erik into develop
    nikolas-rauscher authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d36f6a9 View commit details
    Browse the repository at this point in the history
  15. refactoring

    Erik Rubinov committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6c49d5b View commit details
    Browse the repository at this point in the history
  16. fix

    dendroenydris committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    64cec19 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c8e02a9 View commit details
    Browse the repository at this point in the history
  18. add data folder

    Erik Rubinov committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4c71a76 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f74f41d View commit details
    Browse the repository at this point in the history
  20. update gitignore

    Erik Rubinov committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    be82c83 View commit details
    Browse the repository at this point in the history
  21. adjust gitignore

    Erik Rubinov committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8995614 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. refactor data extraction, add run_question.py

    Erik Rubinov committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    83057c5 View commit details
    Browse the repository at this point in the history
  2. some fixs

    dendroenydris committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ec7d097 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a4a1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1731134 View commit details
    Browse the repository at this point in the history
  5. adjust module imports

    Erik Rubinov committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f386f33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    115afb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    716810e View commit details
    Browse the repository at this point in the history
  8. fix bug data extraction

    Erik Rubinov committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    48e0ae6 View commit details
    Browse the repository at this point in the history
  9. fix comment

    Erik Rubinov committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9824d17 View commit details
    Browse the repository at this point in the history
  10. move template

    dendroenydris committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9422afe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12650ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0cb7fe View commit details
    Browse the repository at this point in the history
  13. fix small bug

    nikolas-rauscher committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    68071ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c18309 View commit details
    Browse the repository at this point in the history
  15. add prompt template

    dendroenydris committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    72e9048 View commit details
    Browse the repository at this point in the history
  16. fix qa_pipleine

    dendroenydris committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c500e11 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    257985e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ba3f34 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ca940e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3a2f8b3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    948112f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c983a20 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    90947eb View commit details
    Browse the repository at this point in the history
  24. fix

    dendroenydris committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9e2ebb9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    aec53e5 View commit details
    Browse the repository at this point in the history
  26. fix

    dendroenydris committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1a7b0b2 View commit details
    Browse the repository at this point in the history
  27. fix

    dendroenydris committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e839dbb View commit details
    Browse the repository at this point in the history
  28. fix merge error

    nikolas-rauscher committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    40dbb7a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. refactor data extraction

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3e72fce View commit details
    Browse the repository at this point in the history
  2. rename dataset

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    64f26bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf1b0bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d47e89 View commit details
    Browse the repository at this point in the history
  5. add file

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fc242b0 View commit details
    Browse the repository at this point in the history
  6. fix

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c9aa959 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e094bc View commit details
    Browse the repository at this point in the history
  8. add req

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    5632d58 View commit details
    Browse the repository at this point in the history
  9. fix

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c633df7 View commit details
    Browse the repository at this point in the history
  10. fix qa_pipeline

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    dd89a7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1527d78 View commit details
    Browse the repository at this point in the history
  12. fix

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0729483 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44e0a10 View commit details
    Browse the repository at this point in the history
  14. not used

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    66e9304 View commit details
    Browse the repository at this point in the history
  15. add empty folders

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ea6b8c7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    865205e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f299267 View commit details
    Browse the repository at this point in the history
  18. fix

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    49d2c46 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b1388ec View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    acc5bd2 View commit details
    Browse the repository at this point in the history
  21. Add files via upload

    dendroenydris authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d8c1bad View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    49e52a7 View commit details
    Browse the repository at this point in the history
  23. code refactoring

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    54d2ef9 View commit details
    Browse the repository at this point in the history
  24. add used experiments

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d9e1876 View commit details
    Browse the repository at this point in the history
  25. fix

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    793f37e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1019d02 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    25c1341 View commit details
    Browse the repository at this point in the history
  28. fix

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2e26c1c View commit details
    Browse the repository at this point in the history
  29. fix

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    390739e View commit details
    Browse the repository at this point in the history
  30. update req§

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    156adff View commit details
    Browse the repository at this point in the history
  31. req

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    52c6086 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ab644eb View commit details
    Browse the repository at this point in the history
  33. add make file

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2974115 View commit details
    Browse the repository at this point in the history
  34. update req

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    43cf48f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7c920b0 View commit details
    Browse the repository at this point in the history
  36. fix SyntaxWarning

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    838b1e4 View commit details
    Browse the repository at this point in the history
  37. add test_triples

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c05c99a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a9fd608 View commit details
    Browse the repository at this point in the history
  39. add test_data_extraction

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3aa10d2 View commit details
    Browse the repository at this point in the history
  40. report img

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b544e44 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f50243d View commit details
    Browse the repository at this point in the history
  42. add tree

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    893b454 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    603cb5c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    90a5ac3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    70c76ad View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f562349 View commit details
    Browse the repository at this point in the history
  47. add test

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e948863 View commit details
    Browse the repository at this point in the history
  48. update readme

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0c65ba3 View commit details
    Browse the repository at this point in the history
  49. inor chnanges

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    9110d9c View commit details
    Browse the repository at this point in the history
  50. update

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    826aa28 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    3d34ffb View commit details
    Browse the repository at this point in the history
  52. update readme

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    141c39e View commit details
    Browse the repository at this point in the history
  53. fix

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    16935c5 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    5776b52 View commit details
    Browse the repository at this point in the history
  55. add notebook

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    de9c82a View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    6507f01 View commit details
    Browse the repository at this point in the history
  57. fix

    Erik Rubinov committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    9d112a2 View commit details
    Browse the repository at this point in the history
  58. hot fix

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4067f6c View commit details
    Browse the repository at this point in the history
  59. change order

    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f445571 View commit details
    Browse the repository at this point in the history
  60. Update README.md

    nikolas-rauscher authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    25420a6 View commit details
    Browse the repository at this point in the history
  61. Update README.md

    nikolas-rauscher authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f6941ba View commit details
    Browse the repository at this point in the history
  62. add model id

    dendroenydris committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    16253eb View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    08377eb View commit details
    Browse the repository at this point in the history
  64. add extra notebook

    Signed-off-by: Nikolas Rauscher <[email protected]>
    nikolas-rauscher committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    18276d1 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    4d70fa2 View commit details
    Browse the repository at this point in the history