Define bycite
This commit is contained in:
parent
1715969672
commit
ca933acc48
@ -16,6 +16,8 @@
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
||||
\newcommand\bycite[1]{przez~\citet{#1}}
|
||||
|
||||
%%
|
||||
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
\newcommand\citep[1]{\cite{#1}}
|
||||
\newcommand\citet[1]{\newcite{#1}}
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\documentclass[11pt]{article}
|
||||
\usepackage{coling2020}
|
||||
|
@ -43,6 +43,7 @@
|
||||
% in the camera-ready version and ask you to change it back.
|
||||
|
||||
\newcommand\BibTeX{B\textsc{ib}\TeX}
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
|
@ -21,6 +21,8 @@
|
||||
% to display URLs in blue roman font according to Springer's eBook style:
|
||||
% \renewcommand\UrlFont{\color{blue}\rmfamily}
|
||||
|
||||
\newcommand\bycite[1]{in~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -22,6 +22,8 @@
|
||||
\else%
|
||||
\fi
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
@ -9,6 +9,8 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\documentclass{poleval}
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
% ---------------------- PREAMBLE PART ------------------------------
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
@ -78,6 +78,8 @@
|
||||
%% the next command will enable that style.
|
||||
%%\citestyle{acmauthoryear}
|
||||
|
||||
\newcommand\bycite[1]{in~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -77,6 +77,8 @@ TACL-submission anonymization requirements)}
|
||||
\input{metadata}
|
||||
\date{}
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
\usepackage{placeins}
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -17,7 +17,7 @@
|
||||
abstract = "This paper presents a simple but general and effective method to debug the output of machine learning (ML) supervised models, including neural networks. The algorithm looks for features that lower the evaluation metric in such a way that it cannot be ascribed to chance (as measured by their p-values). Using this method {--} implemented as MLEval tool {--} you can find: (1) anomalies in test sets, (2) issues in preprocessing, (3) problems in the ML model itself. It can give you an insight into what can be improved in the datasets and/or the model. The same method can be used to compare ML models or different versions of the same model. We present the tool, the theory behind it and use cases for text-based models of various types.",
|
||||
}
|
||||
|
||||
@incollection { gonito2016,
|
||||
@incollection {gonito2016,
|
||||
title = {Gonito.net -- Open Platform for Research Competition, Cooperation and Reproducibility},
|
||||
author = "Grali{\'n}ski, Filip and Jaworski, Rafa{\l} and Borchmann, {\L}ukasz and Wierzcho{\'n}, Piotr",
|
||||
editor = "Branco, António and Calzolari , Nicoletta and Choukri, Khalid",
|
||||
|
@ -1,8 +1,8 @@
|
||||
|
||||
\section{Main}
|
||||
|
||||
This is a~sample paper~\cite{DBLP:journals/corr/cs-CL-0108005}.
|
||||
See the experiments described \bycite{DBLP:journals/corr/cs-CL-0108005}.
|
||||
This is a~sample paper~\cite{gonito2016}.
|
||||
See the experiments described \bycite{gonito2016}.
|
||||
|
||||
Please put your content here.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user