Skip to content

Commit b7015aa

Browse files
committed
Slight updates to the report
1 parent a88f9bf commit b7015aa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

report/main.pdf

3.48 KB
Binary file not shown.

report/main.tex

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
\begin{document}
1313

14-
\title{Information retrieval and Text Mining : Group Project \\
15-
\large Group \#5}
14+
\title{Evaluation of Conversational Search Engines}
15+
\subtitle{Group ID: \#5}
1616

1717
% AUTHORS:
1818
\author{Til Mohr}
@@ -70,6 +70,10 @@ \section{Problem Statement}\label{sec:problem}
7070
\end{figure}
7171

7272

73+
\section{Related Work}\label{sec:related}
74+
Identify and discuss related work (5-10 relevant papers).
75+
76+
7377
\section{Baseline Method}\label{sec:baseline}
7478
Our baseline method is inspired by the baseline method presented by Łajewska et al. \cite{Lajewska:2023:ECIR}. Our baseline method is structured in the following sequence:
7579
\begin{enumerate}
@@ -130,13 +134,15 @@ \section{Results}\label{sec:results}
130134
\begin{tabular}{l|rrrr}
131135
& R@1000 & MAP & MRR & NDCG\_Cut@3 \\
132136
\hline
133-
Reference System & ??? & ??? & ??? & ??? \\
137+
Reference System & ??? & 0.07 & ??? & 0.09 \\
134138
Baseline Method & $0.1746$ & $0.3230$ & $0.5705$ & $0.2461$ \\
135139
\end{tabular}
136140
\label{table:1}
137141
\end{center}
138142
\end{table}
139143

144+
As can be seen in table \ref{table:1}, our baseline method is at least as efficient as the reference system provided by the project owners. Thus, our baseline method fulfills the hard requirement of the project.
145+
140146
\section{Discussion and Conclusions}
141147

142148
Summarize and discuss different challenges you faced and how you solved those. Include interpretations of the key facts and trends you observed and pointed out in the Results section. Which method performed best, and why? Speculate: What could you have done differently, and what consequences would that have had?

0 commit comments

Comments
 (0)