Skip to content
Snippets Groups Projects
Select Git revision
  • c81e56ac97a8b702b5151b48c73efc8f150ca0a1
  • master default protected
  • emoUS
  • add_default_vectorizer_and_pretrained_loading
  • clean_code
  • readme
  • issue127
  • generalized_action_dicts
  • ppo_num_dialogues
  • crossowoz_ddpt
  • issue_114
  • robust_masking_feature
  • scgpt_exp
  • e2e-soloist
  • convlab_exp
  • change_system_act_in_env
  • pre-training
  • nlg-scgpt
  • remapping_actions
  • soloist
20 results

setup.cfg

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    overlaps.tex 906 B
    % Please add the following required packages to your document preamble:
    % \usepackage{graphicx}
    \begin{table}[h!]
    \label{table:overlap}
    \centering
    \resizebox{\textwidth}{!}{%
    \begin{tabular}{|l|l|}
    \hline
    \textbf{Methods}                 & \textbf{Overlaps}                                                                             \\ \hline
    \textit{Biased MF}, \textit{RSVD}         & Same method with the only difference being a different setup of the hyperparameters. \\ \hline
    \textit{ALS-WR}, \textit{Biased MF}, \textit{RSVD} & Same models learned through different approaches.                                    \\ \hline
    \textit{BPMF}, \textit{RSVD}, \textit{ALS-WR}      & Same models learned through different approaches.                                    \\ \hline
    \end{tabular}%
    }
    \caption{\textit{Systematic consistency} of the \textit{baselines} used on \textit{MovieLens10M}.}
    \end{table}