<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Towards a Recommender System for Undergraduate Research</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Felipe del Rio</string-name>
          <email>ifdelrio@uc.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jovan Kuzmicic</string-name>
          <email>jpkuzmic@ing.puc.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Denis Parra</string-name>
          <email>dparra@ing.puc.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Erick Svec</string-name>
          <email>evsvec@ing.puc.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Pontificia Universidad Catolica de Chile</institution>
          ,
          <addr-line>Santiago</addr-line>
          ,
          <country country="CL">Chile</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <abstract>
        <p>Several studies indicate that attracting students to research careers requires to engage them from early undergraduate years. Following this, the Engineering School at PUC Chile has developed an undergraduate research program that allows students to enroll in research in exchange for course credits. Moreover, we developed a web portal to inform students about the program, but participation remains lower than expected. In order to promote student engagement, we attempt to build a personalized recommender system of research opportunities to undergraduates. With this goal in mind we investigate two tasks. First, identifying students that are more willing to participate on this kind of program. A second task is generating a personalized list of recommendations of research opportunities for each student. To evaluate our approach, we perform a simulated prediction experiment with data from our school, which has more than 4,000 active undergraduate students nowadays. Results indicate that there is a big potential to create a personalized recommender system for this purpose. Our research can be used as a baseline for colleges seeking strategies to encourage research activities within undergraduate students.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        In a globalized world, academic institutions are compelled to ofer
rich learning experiences to their students, with a complex
curriculum that include extra academic activities [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In order to address
this issue, the School of Engineering at PUC Chile established an
undergraduate research program in 2011, known as IPre (in
Spanish Investigación en Pregrado), which allows students to receive
course credits when joining a research project with faculty advice.
The mission of the IPre program is to contribute to the academic
and professional development of engineering undergraduates by
enhancing their research skills [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Context and Problem. Nowadays, the IPre program has an
ofer-demand system focused on student-faculty interaction on a
web platform. Herein, professors ofer Research Opportunities to a
general board where students can browse and apply to available
projects. In this way, students have access to research topics that
are new to them and work in diferent attractive areas. Although
this platform promotes exchange of ideas, student engagement in
undergraduate research programs faces major challenges [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and
IPre is not an exception. In order to promote these programs,
recent literature has aimed to identify undergraduates’ motivation
with research activities [
        <xref ref-type="bibr" rid="ref2 ref6">2, 6</xref>
        ]. In this line, we have detected lack of
knowledge about the IPre program and the available research
opportunities as a major factor, thus we herein propose a personalized
approach to enroll students in undergraduate research.
      </p>
      <p>Objective and Tasks. In order to address the challenge of
promoting student engagement in our undergraduate research, and
considering the success of personalization for increasing user
engagement in several areas and communities, we decided to explore
the potential of a recommender systems. In this work we study
the feasibility of such system studying two tasks, using data
collected from the current online IPre system over the last five years:
(i) Identifying Students who would be likely to participate in the
undergraduate research program, and (ii) recommending relevant
research opportunities to undergraduate Engineering students.</p>
      <p>Results and Contributions. Our results indicate that it is
possible to identify which students will be more likely to participate,
with a precision up to 72.7%. Moreover, the task of recommending
is indeed more challenging. We compared several methods and
parameters and we were able to obtain a model which close to
MAP=0.2, but it requires further research to get to a more
accurate recommendation approach. Nonetheless, these results set an
appropriate baseline to improve further our current IPre system.
2</p>
    </sec>
    <sec id="sec-2">
      <title>DATASET &amp; FEATURES</title>
      <p>We used a dataset from the IPre program over 2012-2016 period,
representing applications of students to undergraduate research
opportunities. The dataset comprises user profiles of 10, 546
undergraduate students of the Engineering School, among them 1, 134
students applied to 1, 017 available research opportunities. Students
could apply to more than one opportunity, so we recorded 1, 624
applications in total, having 81.4% of the applications accepted.</p>
      <p>Task 1 was about predicting whether student ui applied to
research opportunities or not (1:applied, 0:did not apply). In this task
we compared three feature sets: (a) Base: semesters enrolled,
number of credits approved, (b) Base + ipre: features in (a) plus a boolean</p>
      <p>Baseline
LogReg
GBT
SVM
Base (GBT)
Base+ipre (GBT)
Base+ipre+gpa (GBT)</p>
      <p>Accuracy Precision F-1 Score
10.9% 10.9% 0.20
91.2% 62.4% 0.55
92.0% 72.7% 0.54
90.1% 67.4% 0.28
89.1% 25.0% 0.01
92.1% 71.7% 0,55
92.0% 72.7% 0.54
indicating previous applications to IPRE, and (c) Base + ipre + gpa:
features in (b) plus GPA.</p>
      <p>For Task 2–predicting which research opportunities the students
applied– we made recommendation as a classification task, i.e.,
predict whether student ui would apply to a research opportunity oj
(1:positive, 0:negative). We used three feature sets: (a) Base: cosine
similarity between research opportunity abstract and descriptions
of courses approved, (b) Base + ht: features in (a) plus a boolean
indicating that the student was taught by the faculty ofering the
opportunity, and (c) Base + ht + dept features in (b) plus the
percentage of courses approved taught by the same department as the
faculty ofering the opportunity (e.g. computer science).
3</p>
    </sec>
    <sec id="sec-3">
      <title>EVALUATION METHODOLOGY &amp; RESULTS</title>
      <p>All data before 2014 is used for training and everything afterwards
for testing. In both tasks we test a baseline classifier, logistic
regression (LogReg), gradient boosted trees (GBT) and support vector
machines (SVM). For task 1, predicting whether the user applies to
opportunities or not, the dataset is highly unbalanced since 89.7%
of the students do not apply to opportunities. We measure classifier
performance with accuracy, precision and F-1 score. As a baseline
we use a model that predicts the most common class.</p>
      <p>
        For task 2, predicting which opportunities a student actually
applied to, we classify several opportunities for each student and we
rank them based on their prediction score. Then, we used the
ranking metric Mean Average Precision (MAP) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] to evaluate the
performance. The baseline method consisted on generating a random
list of recommendations. In this task, we analyzed: recommendation
list size (k), feature sets and algorithm used.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>RESULTS</title>
      <p>Task 1: Predict if student applies to opportunities. Table 1 shows
the results in two groups: (a) comparing methods (using all
features), and (b) comparing features (using the best method). Here
we see that all methods (LogReg, GBT and SVM) outperform the
baseline in all metrics. The best methods though are GBT
(accuracy=92%, precision=72.7%, F-1=0.54) and LogReg (accuracy=91.2%,
precision=62.4%, F-1=0.55). This result is very high considering the
class imbalance. In terms of feature sets, the baseline (semesters
enrolled and number of credits approved) is boosted specially by
considering if the student previously applied to an IPre opportunity
in the past; i.e., most likely will apply again.</p>
      <p>Task 2: Recommending research opportunities. We analyze this
task in two stages. First, using all the features we compare methods,
as seen in Figure 1. We found that all methods outperform a random
baseline, but LogReg and GBT perform the best, getting to a MAP up
to 0.20. Our top method scored 14.6 times higher than the baseline
for k = 20 and closer to 10 times on a longer recommendation
list. Then, using LogReg method, we study diferent features set</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Karen</surname>
            <given-names>W</given-names>
          </string-name>
          <string-name>
            <surname>Bauer and Joan S Bennett</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Alumni perceptions used to assess undergraduate research experience</article-title>
          .
          <source>The Journal of Higher Education</source>
          <volume>74</volume>
          ,
          <issue>2</issue>
          (
          <year>2003</year>
          ),
          <fpage>210</fpage>
          -
          <lpage>230</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>John</given-names>
            <surname>Aubrey</surname>
          </string-name>
          Douglass and
          <string-name>
            <surname>Chun-Mei Zhao</surname>
          </string-name>
          .
          <year>2013</year>
          . Undergraduate Research Engagement at Major US Research Universities. Research &amp; Occasional Paper Series: CSHE.
          <volume>14</volume>
          .13.
          <article-title>Center for Studies in Higher Education (</article-title>
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Joseph</surname>
            <given-names>A Harsh</given-names>
          </string-name>
          ,
          <article-title>Adam V Maltese,</article-title>
          and
          <string-name>
            <surname>Robert H Tai</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Undergraduate research experiences from a longitudinal perspective</article-title>
          .
          <source>Journal of College Science Teaching</source>
          <volume>41</volume>
          ,
          <issue>1</issue>
          (
          <year>2011</year>
          ),
          <fpage>84</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>CA</given-names>
            <surname>Merkel</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Undergraduate research for six universities</article-title>
          .
          <source>Unpublished report for the Association of American Universities</source>
          . Pasadena, CA: California Institute of Technology.
          <source>Retrieved on 4</source>
          ,
          <issue>15</issue>
          (
          <year>2001</year>
          ),
          <fpage>07</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Denis</given-names>
            <surname>Parra</surname>
          </string-name>
          and
          <string-name>
            <given-names>Shaghayegh</given-names>
            <surname>Sahebi</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Recommender systems: Sources of knowledge and evaluation metrics</article-title>
          .
          <source>In Advanced Techniques in Web Intelligence-2</source>
          . Springer,
          <fpage>149</fpage>
          -
          <lpage>175</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Kirsten</given-names>
            <surname>Zimbardi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Paula</given-names>
            <surname>Myatt</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Embedding undergraduate research experiences within the curriculum: a cross-disciplinary study of the key characteristics guiding implementation</article-title>
          .
          <source>Studies in Higher Education</source>
          <volume>39</volume>
          ,
          <issue>2</issue>
          (
          <year>2014</year>
          ),
          <fpage>233</fpage>
          -
          <lpage>250</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>