You are on page 1of 12

Omega, Int. J. Mgmt Sci. Vol. 26, No. 5, pp.

659±670, 1998
# 1998 Elsevier Science Ltd. All rights reserved
Printed in Great Britain
PII: S0305-0483(98)00008-5 0305-0483/98 $19.00 + 0.00

An Expert System Approach to


Graduate School Admission Decisions
and Academic Performance Prediction
JAMES S MOORE
Indiana Purdue Fort Wayne, Fort Wayne, IN, USA

(Received February 1997; accepted after revision December 1997)

An operational two-stage expert system is built with rule induction. The ®rst stage examines the
admission decision process for applicants to an MBA program, while the second stage focuses on
the prognosis for degree completion for those actually admitted. It is this performance prediction
capability that is submitted as the major contribution of the system. While given the opportunity to
make use of personal demographic variables that would be suggestive of discriminatory academic
policies, the system's pattern recognition algorithm established an optimal rule structure based
solely upon academic and professional backgrounds. This induced rule structure was found to be
consistent with all cases in the training subset; the rules were then validated on an independent hold
out sample. # 1998 Elsevier Science Ltd. All rights reserved

Key wordsÐMBA admission, academic performance, rule induction, expert system

1. INTRODUCTION AND PURPOSE and detection of the presence of discrimina-


tory practices in the admission process. The
RECENT DEVELOPMENTS IN computer based in- second phase of the system examines the aca-
formation systems (CBIS) have made it poss- demic performance prognosis of graduate stu-
ible to store actual knowledge, as well as raw dents admitted to the MBA program. This
data and information, in a form that enables phase of the system is also built with rule in-
each to be ``on call'' and exploitable by de- duction and historical data on the attributes
cision makers. Machine-learning techniques of the students, and seeks to predict individual
such as rule induction show great promise in student success in completion of the degree
assisting with this process of collection, preser- (Yes/No). From an administrative perspective,
vation and distribution of working knowledge. the primary contribution of this system is that
The purpose of this paper is to build an op- the resulting rule structure enables identi®-
erational prototype of an expert system to cation of key discriminators which may serve
address two related and sequential issues in as an initial warning for students academically
the area of human capital development. The ``at-risk'' in their pursuit of the masters
®rst is to examine the decision making process degree. As an operational tool of an academic
regarding the admission of applicants to an counselor, the objective nature of the system's
MBA program. An expert system is built with projection provides the awareness and motiv-
rule induction and historical case data. The ation for individuals at-risk to succeed acade-
resulting decision rule structure from this in- mically in spite of their marginal prognosis.
itial phase enables an institutional review of For each of these two phases, the induced rule
such issues as consistency of policy adherence structure also assists in the detection of the
659
660 MooreÐGraduate School Admission and Academic Performance Prediction

presence of possible discriminatory practices course based upon attributes they possessed
by the institution should demographic vari- when starting the course. His use of the per-
ables be found to be more in¯uential predic- formance model was to extend the use of an
tors than variables re¯ecting academic induction algorithm from deterministic data
preparedness. sets to stochastic data containing random vari-
ations as well as basic relationships between
2. LITERATURE REVIEW the variables. Hardgrave, Wilson, and
Walstrom [14] compared four statistical re-
In a methodological study, Finlay and King gression techniques with arti®cial neural net-
[13] examined three approaches to building an works in predicting the success of MBA
expert system using domain expertise; their ap- students based upon a quantitative pro®le of
plication was the admission decision into an the student characteristics. While none of the
MBA program. They argue for an approach techniques distinguished itself from the others,
blending progressive prototyping and systems the neural network was found to perform at
analysis. While the role of speci®c machine- least as well as the traditional stochastic
learning techniques on issues such as student methods.
admission in higher education and subsequent A comprehensive bibliography of the use of
performance in such programs has received expert systems in business applications from
only minimal attention in the literature, the 1975 through 1989 is compiled by Eom et al.
application of other management science [11]. A survey of the use of management
approaches in these areas has a rich history. science techniques in higher education models
Schroeder [26] called for an examination of at the institutional level can be found in a
the appropriateness of Markov analysis in stu- paper by White [31]. He identi®es decision
dent-¯ow models. Such a Markov model was support systems addressing ®nancial planning,
used by Bessent and Bessent [1] to determine resource allocation, budgeting, and scheduling.
doctoral student admissions that could be White notes a trend of moving away from
accommodated without overloading current large-scale, generic planning models toward
faculty. Moscarola [20] examined the decision speci®c issues that can be addressed by special
to admit candidates for management edu- purpose techniques and adapted to a speci®c
cation as a case of preference modeling with institution. The speci®c results of the analysis
multiple criteria. Davey et al. [7] used protocol of this study may well be institution speci®c,
analysis to investigate the information acqui- but the approach may merit consideration by
sition process regarding the accept/reject de- a broad base of institutions seeking to predict
cision for applicants to a Ph.D. program. The the academic performance of those admitted
evaluation of student pro®les for program to programs of human capital development as
admission has been investigated by stepwise well as to critique their own programs for
multiple discriminant analysis [8], multiple symptoms of inconsistency or even academic
regression analysis [28], and ridge regression bias.
[29].
A DSS for undergraduate admission policies 3. MACHINE-LEARNING METHODOLOGIES
at Kuwait University was built by Elimam
[10]. Edwards and Bader [9] propose the Spreadsheets and data base management
use of an expert system in undergraduate systems have greatly facilitated the steps of
admission decisions and emphasize its poten- data gathering, retrieval, and transformation
tial for improving consistency, since a univer- into information. The subsequent processing
sity admission system and a performance of this information into useful intelligence was
prediction system are essentially classi®cation left to the human decision maker by the tra-
schemes. The appropriateness of using expert ditional computer based information system.
system technologies for classi®cation is dis- Moreover, the computer explosion has gener-
cussed by Holroyd et al. [15], Pollitzer and ated a parallel explosion of data and analysis,
Jenkins [22], and O'Keefe et al. [21]. Mingers yet the computer's role in interpreting and
[19] uses a rule induction algorithm to classify understanding this rich resource is only begin-
students' academic performance in a speci®c ning to be tapped. The incorporation of such
Omega, Vol. 26, No. 5 661

basic judgements into a CBIS has, thus far, classi®cation sets. These mappings can be
eluded systems designed to assess and predict accomplished with expert systems that employ
academic performance. rule induction or through arti®cial neural net-
Unlike conventional programming languages, works. Such learning-by-example systems that
a rule based expert system is founded on the recognize patterns have been shown to be use-
concept of non-procedural programming, ful in a growing body of literature regarding
where the problem domain is depicted as a set business decision situations (stock market
of rules rather than a sequence of processing behavior: [3]; credit applicant assessment:
steps. These rules, or heuristics, are sought out [5,27]; S and P's 500 index forecasts: [32]; pre-
and executed by the system's inference engine dicting thrift failures: [24]). While Hardgrave
as they are needed to make a decision, rather et al. [14] argue the merits of arti®cial neural
than in the sequential order in which they networks relative to various multiple re-
exist within the system. Once the factual data gression techniques, they did not compare
and heuristics involving admission and per- their non-parametric approach to expert sys-
formance prediction are assimilated in the sys- tems with rule induction. A direct comparison
tem's knowledge base, the system will ask the of these two pattern recognition techniques,
user for the inputs relevant to a new case. The using the same case data, o€ers fertile ground
user's responses will be matched with the rel- for future study. The mechanical nature of the
evant branch of the rule structure. This will neural net weights provides little operational
enable the inference engine to simulate the col- insight into the underlying decision process.
lective expertise and judgement of the contri- Since this process is a focus of this paper, the
buting experts and e€ectively accomplish a relative ease of interpretation and implemen-
classi®cation/decision. tation of a resulting heuristic from rule induc-
Knowledge engineering refers to the process tion supports its employment in this
of transferring knowledge from its human administrative application.
form into a form that may be retained and
applied by the CBIS. The use of one or more 4. RULE INDUCTION
contributing domain experts to build the sys-
tem's knowledge base requires the knowledge The development of decision rules directly
engineer to formally write down the domain from case examples presumes that future re-
expert's procedure(s) to accomplish the de- lationships will follow the patterns of past out-
cision. The limitations to this ``direct articula- comes. The underlying assumption is that
tion'' form of knowledge acquisition include a knowledge can be inferred from representative
continuing dependence upon domain experts examples of prior behaviors, and the system
to provide information which they are often will generate a model of the process that will
uncomfortable, if not unprepared, to provide. map sets of attribute values onto possible de-
Schneider and Shi€rin [25] found that an cisions/outcomes. Thus, rule induction is the
expert's consciousness of his own decision pro- process of reasoning from the speci®c
cess is compromised as his level of expertise (examples) to the general (rules). A major
increases, thus creating the perspective that strength of rule induction relative to direct
the decision process is automatic and, in turn, articulation is that experts often ®nd it easier
creating diculties for eliciting the expert's to provide representative cases from prior de-
actual decision rules by direct articulation cision situations than to actually reconstruct
methods. Moreover, direct acquisition of the their decision making process. Often they can
expert's knowledge has become a major bottle- be more con®dent and hence more determinis-
neck in the development of expert system ap- tic about the ``what'' than the ``how''.
plications, [2]. Other inductive tools include multiple discri-
An alternative method of knowledge acqui- minant analysis (MDA), Logit, and Probit
sition is ``machine learning'', which is a data models, each of which has severe assumptions
driven approach to extracting expertise from on the data which it can legitimately employ,
prior decisions. Machine-learning systems use (e.g. multivariate normality for MDA). Even
training examples to induce classi®cation heur- more serious, the use of a mechanical math-
istics which map sets of input attributes into ematical function to represent the decision
662 MooreÐGraduate School Admission and Academic Performance Prediction

process of the domain expert(s) o€ers very lit- learn disjunctive concepts that are more gen-
tle insight about the decision process itself eral than those that can be learned by most
[6, 30]. Messier and Hansen [17] compared the other algorithms. Braun and Chandler [3]
quality of the results of an induction algor- found that the ID3 algorithm performed better
ithm with those of MDA and other tools. than other induction methods in the develop-
Using ®nancial bankruptcy cases, they found ment of a production system for stock market
that the induction model outperformed the behavior.
competing models. Rule induction more clo- Quinlan's iterative dichotomizer algorithm
sely represents the synthesis performed by the eliminates redundancies by screening out those
human brain; the engineering techniques used factors that are not necessary for the minimal
in training synthetic neural networks follow decision tree. Thus it operates on the premise
the learn-by-example approach of rule induc- that the ``ideal'' decision rule is one with as
tion methods. Inductive classi®cation will be few attributes/factors as possible that will suc-
applied to the examples of the training subset cessfully distinguish among the di€erent
so as to generate the rule(s) that would be choices in the ultimate decision. Clearly, such
consistent with the cases presented. a rule would result in the smallest set of ques-
Induction methods can be evaluated on: (1) tions being asked of a user during a consul-
their ability to replicate the true form of the tation with the ®nal system. A consultation
expert's decision process, (i.e. ``structure val- will start at the root of the tree and, by means
idity''); (2) their ability to infer the relative in- of questions for the user, establish the value of
¯uence of the predictive attributes on the ®nal the associated attribute, take the branch
decision, (i.e. ``diagnostic validity''); and (3) appropriate to that value, and continue in that
their ability to predict decisions for cases out- manner until a ®nal outcome is reached. Once
side the estimation/knowledge acquisition the result is identi®ed for the new case, the
sample, (i.e. ``predictive validity'' on a hold- system can cite precedent cases that support a
out sample). Michalski and Chilausky [18] given conclusion.
found that rule induction methods performed
well in terms of their structural validity. This
study seeks to examine, via rule induction, the 5. THE FRAMEWORK
identi®cation and speci®c sequencing of the
predictive attributes involved in the admission The admission of students into a graduate
decision and the successful completion of an program and the assessment of the prognosis
MBA program, as well as the projection of for successful degree completion of those
future performance for out-of-sample cases, admitted involves numerous cognitive skills
(i.e. both the diagnostic and predictive validity such as knowledge, comprehensive analysis,
issues). synthesis, and evaluation. Such skills are
The rule induction routine employed in directly supported when human expertise is
this study is an optimization procedure successfully modeled and preserved in a form
based upon Quinlan's iterative dichotomizer, that permits ready dissemination to other
Version 3 (i.e. ID3 algorithm) and computer- experts and non-experts alike. The application
ized by Hunt et al. [16]. This data-driven of machine-learning approaches to situations
induction method examines a set of prior involving student admission and performance
decisions and seeks to identify the relevant prognosis allows for the integration of the
attributes and patterns among them which qualitative and quantitative aspects of the out-
have led to the recorded ®ndings; the come while introducing the bene®cial dimen-
induction algorithm generates the most parsi- sions of further objectivity and consistency.
monious system of production rules which Speci®cally, the system presented here will
seek to assess and capture the in¯uence given
result in the known decisions. Thus, ID3 seeks
to:
to minimize the number of attributes in the
®nal decision rule, and consequently, ®nd the (1) admission decision factors used by
most ecient path to the conclusion [23]. faculty and administrators, and
Bundy et al. [4] compared the major inductive (2) attributes of admitted students in
algorithms and found that ID3 was able to their pursuit of the MBA degree.
Omega, Vol. 26, No. 5 663

Thus, of particular interest in this study is Number of years of professional ex-


the identi®cation of the speci®c factors and perience.
their sequencing that constitutes the admission Personal demographics:
decision and an objective prognosis for those age at application;
ultimately admitted. gender;
This model proposes that both the admit/ nationality;
reject decision and the subsequent successful/ veteran status;
unsuccessful completion outcome could be number of years since last degree.
founded on some combination of the broad Admittedly, recommendation letters or ap-
conceptual issues of academic preparedness, plicant essays are not considered by this
professional background, and personal demo- model. While the former may help an admis-
graphics. Applicants to a university MBA pro- sion committee interpret a GPA anomaly or
gram are asked to provide extensive materials clarify academic commitment, and the latter
on each of these areas. Data collected across may help reveal verbal and organizational
applicants becomes the data base for univer- skills, the open-ended nature of these inputs
sity administrators and faculty admission com- did not make them good candidates for use by
mittees to select the next incoming class of the expert system. Their information content
graduate students. Ideally, such a selection is assumed to be captured in the existing
process should be founded on the applicant's measures of academic preparedness. Variables
quali®cations and prognosis for success in the hypothesized to be directly linked with both
program. The academic and experiential back- admission and successful completion include:
ground factors serve as surrogates for the GPA, the presence of other advanced degrees,
motivational and academic commitment levels GMAT scores, the presence of professional
that will be projected into the pursuit of the work experience, and the length of such ex-
MBA. The legal implications are unsettling, perience. Those attributes projected to be
should the personal demographics be found to inversely linked with admission and com-
be highly in¯uential on either the admission pletion include: the number of years required
decision or the performance of those admitted. for the undergraduate degree and the number
The speci®c variables that are available to of years since the last degree.
the admission decision makers for this model In the second phase of the system, where
include the following. the prognosis for successful completion of the
Academic preparedness. program is assessed for those admitted, two
additional ``academic preparedness'' variables
Undergraduate major, institution, GPA
are tested for applicability. These additional
(on a 4.0 scale), and years required to
variables are the following.
graduate.
Additional advanced degree major (if Full-time/part-time academic intentions
any), institution, and GPA. within MBA program, and
GMAT scores for Quant, and Verbal, number of courses waived upon admis-
and Total. sion to MBA program.
(The institution providing the data The ``full-time/part-time'' variable is pro-
has an internal construct known as an jected to serve as a surrogate for future
``admission index'' which is developed academic commitment. The ``number-of-
as: courses-waived'' variable re¯ects the extent of
INDEX = 200  GPA + GMATTOTAL a ``running start'' the individual has attained
which they use as a composite indi- at the time of admission. Both are hypoth-
cator of academic preparedness for esized as being directly linked with successful
graduate work. Consequently, this completion of the graduate degree.
index will be recognized instead of its Clearly some of the available variables are
two individual components.) continuously valued (GPA), binary (gender),
Prior work experience. counting integers (years), and others are multi-
``Professional'' or ``otherwise''. categorical (major, etc.). Unlike traditional
664 MooreÐGraduate School Admission and Academic Performance Prediction

statistical classi®cation techniques, one of the cedure, ID3, discussed in this study can
strengths of an expert system is its ability to address this potential complication through its
work with such diverse forms of quantitative optimization approach. Cases, identical in all
and qualitative data. recorded attributes yet with di€erent out-
comes, would be viewed as contradictory and
6. THE DATA BASE ¯agged by the system. This would indicate
that one or more key discriminating attributes
The data for the initial admission phase has been omitted. Fortunately, this did not
consist of 255 applicants to an AACSB accre- arise with this data set, indicating that the
dited MBA program at a midwestern US uni- recorded attributes were sucient to generate
versity. The anonymous cases were randomly an unambiguous outcome for each case.
selected from the 1985±1989 period so that
those admitted would have completed their
time window to ®nish the program by the date 7. RESULTS
this study was begun and the prototype system
made operational. The sample was randomly 7.1. Phase one: system development of the pro-
split into a training subset (N = 170) for the gram admission decision
development of the expert system, and a hold- When given the latitude to establish an e-
out sample (N = 85) for out-of-sample vali- cient pattern among any of the 18 potential
dation of the resulting rule structure for variables discussed above, the optimization al-
admissions. The importance of expert system gorithm was able to build a very simple rule
validation is discussed by Finlay et al. [12]. structure for the training subset that involved
In the second phase, only those admitted the exclusive use of academic background
were used in the design of the system for the variables. The resulting decision tree for
prediction of degree completion. Students that ``phase one'' is shown in Fig. 1.
were admitted, but who left the program with- Such a tree depicts the ®nal outcomes as
out completing the degree requirements, while leaves at the far right, (``Yes'' = admit;
in good academic standing at the time of their ``No'' = reject). The optimization algorithm
departure, were excluded from the ``phase positions the most discriminating variable at
two'' sample. These cases were dominated by the root of the tree (far left). The sequencing
instances of the student being transferred by of variables from root to leaf of the tree,
their employer; such program termination, involves a progression of attributes relevant
being beyond the direct control or in¯uence of only in the context of values established on
the student, could only serve to confound the ``parent'' branches. Thus, a case consultation
role of the proposed substantive in¯uences on with the ®nished system need not be concerned
the outcome. This reduced the e€ective ``phase with all possible variables, but rather only
two'' sample to 172 which was subsequently with those along a particular path laid out by
randomly split into training and validation values for attributes encountered from left to
subsets of equal size. Thus, each phase had a right. For all numerically valued attributes,
holdout sample of comparable size. the rule induction algorithm determines the
The historic cases chosen for the develop- thresholds/breakpoints to achieve maximum
ment of the induced knowledge base are cru- discriminating capability between/among the
cial to the viability of the decision rules. The outcomes. As shown in Fig. 1, the initial dis-
training set should be as large and representa- criminator variable was found to be the in-
tive as possible; it can adversely a€ect the ac- ternal admission index; if it is in excess of
curacy of the system should it fail to provide a 1002.5, the candidate is granted admission
comprehensive set of outcomes and the full unless both the GMAT components are so low
spectrum of critical attributes. Such an occur- as to identify the candidate as a ``non-predic-
rence could lead to the generation of ambigu- tor''. This quali®cation on the nationally
ous rules. Alternatively, if the training set normed test is an added protection against an
contains too many attributes, it could cause in¯ated GPA in the admission index. If the
the rule structure to be overly detailed, i.e. index is below 991, the admission decision is
``bushy''. Fortunately, the rule induction pro- unfavorable to the applicant. When the index
Omega, Vol. 26, No. 5 665

Fig. 1. MBA admissions decision rule

is marginal (991 to 1002.5), the number of part time status is potentially serving as a sur-
years required to obtain the baccalaureate rogate for the level of prior academic commit-
degree is used to make the ®nal decision. ment and its subsequent role as a predictor of
Should the candidate have been able to obtain future commitment.
the undergraduate degree in less than 4.5 During the time period of these cases, the
years, the decision is to admit. If the applicant business school's ocially stated admission
required 4.5 years or more for this degree, the policy involved a minimum index value of
application is denied. This numeric variable is 1000 with a minimum total GMAT of 430 and
capturing whether the applicant was a full or without formal regard to work experience or
part time undergraduate student. This full or undergraduate major etc. As a publicly sup-
666 MooreÐGraduate School Admission and Academic Performance Prediction

ported institution, this policy a€ords the ditional semesters to complete the degree.
opportunity to pursue a graduate business Each student had been a regular full-time stu-
degree to those with above average under- dent throughout the undergraduate experience;
graduate academic performance. The system's thus the part-time/full-time proxy of the sys-
independently generated results are in funda- tem failed to capture these speci®c situations
mental agreement with the operational as the training set did not contain similar scen-
threshold of the admission index complemen- arios. These ``misses'' point out the need to
ted by some form of protection against grade complement the system with human discretion
in¯ation in the undergraduate GPA (for this rather than to view the system as a substitute
the expert system used both GMAT com- for it.
ponents, while the existing policy used total As a discrimination test, a ``devil's advo-
GMAT). The system permitted a ``gray area'' cate'' rule was induced from the same data
for the index, not acknowledged in the operat- but the personal demographic variables were
ing policy, where a surrogate for academic forced to guide the rule. In order to accommo-
commitment could turn a marginal index date the 170 cases in the training set, the
into a favorable decision. The admission rule involving gender, age, nationality, and
committee of the business school's graduate veteran status required 105 conditional
program was quite satis®ed with the corro- lines, versus six lines in the result reported
boration found and quite relieved with the above. Moreover, each line of this coerced
``non-role'' found for the demographic attri- rule structure could accommodate roughly
butes. The consistency found between the only 1.6 cases on average; clearly such a
spirit of the policy and the revealed patterns demographic model can only induce a non-
of the operating practice served to rearm robust rule.
the objectivity of the committee. The system
is currently running in parallel with the 7.2. Phase two: system development of the prog-
committee as an independent check once the nosis for degree completion
committee's decisions are tentatively made. In the second phase, the focus shifts to just
Clearly, its greatest value has been with cases those applicants that are admitted and their
at the margin. prognosis for successful completion of the
Perhaps as interesting as what parameters MBA degree. When given the latitude to
are consistent with the admission decision, is establish an ecient pattern among any of the
the absence of a role for the personal demo- 20 potential variables discussed above, the op-
graphic variables. As hoped, variables that timization algorithm was able to build another
would trigger concerns about discrimination simple rule structure for the training subset
on the basis of sex, age, nationality etc. failed that also involved the exclusive use of aca-
to play any role in the resulting rule structure. demic background and professional experience
The rule is built by the ID3 algorithm to be variables. As shown in the decision tree of
the minimal rule possible that is consistent Fig. 2, the initial discriminator variable is
with all the cases in the training subset. When again the internal admission index.
this rule was presented with the out-of-sample If this index is in excess of 1353, the prog-
cases from the hold out subset, it correctly nosis for the student's successful completion
predicted the accept/reject decision for 82 of of the MBA is positive. For those with the
85 cases for a 96.47 percent success rate. All weaker admission index, the presence/absence
three incorrectly classi®ed cases were for indi- of their professional experience in the work-
viduals with an admission index in the ``gray place is the next discriminator. Applicants
area'' that took more than 4.5 years to com- without any professional work experience are
plete the undergraduate degree. The system simply not predicted to succeed. This role for
recommended ``No'' for each individual while professional experience is interpreted as cap-
the committee chose to admit them. turing the in¯uence of a better identity with
Interestingly, one undergraduate degree was the topics and concepts of the academic pro-
by design a ®ve year program (pharmacy), and gram rather than as a surrogate for ``matur-
the other two applicants changed majors ity'' since the expert system had access to the
during their upperclass years and needed ad- chronological age of the individual and did
Omega, Vol. 26, No. 5 667

Fig. 2. Expert system prognosis model for MBA completion

not incorporate it into the rule structure. For ameters are consistent with the successful com-
those with professional work experience to pletion outcome, is the absence of a role for
draw upon, their undergraduate grade point the personal demographic variables. As hoped,
average is found to be a critical determinant variables that would trigger concerns about
of graduate school success. Those with less discrimination on the basis of sex, age, nation-
than a ``B + '' undergraduate GPA (3.53 on a ality etc. failed to play any role in the resulting
4.0 scale), are not projected to be successful in rule structure for the completion of the gradu-
the MBA program. Those following the ate degree.
branch of the tree re¯ecting the lower admis- This rule is also built by the ID3 algorithm
sion index and professional work experience to be the minimal rule possible that is consist-
and an undergraduate GPA of ``B + '' or bet- ent with all the cases in the training subset.
ter still need the balance of strength in both When this rule was presented with the out-of-
GMAT verbal and quantitative scores in order sample cases from the hold out subset, it cor-
to be projected as future MBA graduates. rectly predicted the completion (Y/N) outcome
Either GMAT strength alone is not sucient. for 71 of 86 cases for an 82.6 percent success
It is interesting to note the formal con®r- rate. While 3 of the 15 erroneous predictions
mation of an implicit trade o€ between pro- were for individuals with a high (> = 1353)
fessional work experience and prior academic admission index who did not complete the
performance in this prediction, as the presence degree, most of the errors (12 of 15) were for
of previous exposure to the professional work- ``non-predictor'' students who were able to
place can still secure the favorable prognosis successfully ®nish the MBA program. Thus,
in the presence of a lesser, yet balanced, aca- this particular system may be quite conserva-
demic record. tive in its prognosis phase, a reality which aca-
As was the case in the prior admission demic counselors must keep in mind. The
phase, perhaps as interesting as what par- prognosis phase of this model is not optimistic
668 MooreÐGraduate School Admission and Academic Performance Prediction

for those admitted with an index <1353 and ditional favorable admission decisions than
no professional work experience. Yet to revise would otherwise have been the case.
the operating policy this dramatically would Even more valuable than the system's role
deny the academic opportunity to many po- in the admission process, has been its role as
tential students. Rather, the value of this stage an advising tool for those actually admitted.
is as a counseling/advising tool with regard to When an admitted, yet marginal, student can
a student's awareness of being at-risk. A run- witness the run-time version of the system
time version of the system is available for use work with his own case, and can explore
during the advising process. hypothetical permutations of the factors con-
As was done above with the admission de- tributing to the prognosis, the student gains
cision of ``phase one'', an added test was per- an appreciation of the objectiveness of the
formed on the discrimination issue. A ``devil's degree completion forecast. The system's prog-
advocate'' rule was induced from the same nosis provides the ``tangible evidence'' that
data but forced the personal demographic has been needed to get the attention of those
variables to guide the rule. In order to accom- admitted with marginal credentials. Without
modate the 86 cases in the training set, the the system, the academic advisor had very lit-
rule involving gender, age, nationality, and tle systematic evidence and, hence, ability to
veteran status required nearly ®ve times the provide newly admitted students with the
number of branches in the decision tree as the sense of urgency that their particular marginal
result reported in Fig. 2. Moreover, each line situation warranted. In the brief implemen-
of this coerced rule structure could accommo- tation of the system, more than eighty percent
date only a very few cases on average; clearly of these ``at-risk'' students have successfully
this is again indicative of a non-robust rule. completed the ®rst year of the program and
Thus, in each of the two phases of this remain in good academic standing.
sequence, variables re¯ecting academic prepa- Unfortunately, no comparable pre-system
redness and prior work experience are found ``survival rates'' exist for this group of stu-
to be e€ective predictors of both graduate dents because the marginal/at-risk students
admission and success within the academic were never formally identi®ed nor tracked
program. over time as a group. While it is certainly
possible that other factors (e.g. simply gaining
maturity) may have also motivated them to
7.3. Phase three: system implementation succeed in spite of their prior marginal stand-
This prototype has been operational at the ing, both the faculty admission committee and
developing institution since mid-year 1996 for school administrators are con®dent that the
applicants to the Fall 1996, January 1997 and system's prognosis component has consistently
Fall 1997 entering classes. The admission com- created this awareness for ``at-risk'' students
ponent has been run as an independent pro- without relying solely upon chance or maturity
cess parallel to that of the faculty admission to provide the motivational stimulus to suc-
committee who retains the ®nal authority to ceed academically.
accept or reject each individual applicant. The
committee has found that the system adds for- 8. CONCLUSIONS AND DIRECTIONS FOR
mal and objective corroboration to the de- FURTHER RESEARCH
cision on straightforward cases. For ``dicult''
cases, the system's recommendations have An expert system for the admission and
allowed for a ``gray area'' (middle branch of completion prognosis for applicants to an
Fig. 1) that is not acknowledged in the com- MBA program has been built with rule induc-
mittee's operating policy. In the absence of the tion. While given the opportunity to make
system's contribution in this area, most of use of numerous personal demographic
these applicants would have been rejected by variables that would be suggestive of discrimi-
the committee. This identi®cation of marginal natory academic policies, the system's algor-
cases has enabled the committee to further ithm found a simple optimal rule structure
examine the motivation and academic commit- based solely upon academic and professional
ment of such individuals, resulting in ad- background to be consistent with all cases
Omega, Vol. 26, No. 5 669

in the training subset. The rule structure 7. Davey, A., Olson, D. and Wallenius, J., The process
of multiattribute decision making: a case study of
was then validated on an independent hold selected applicants for the Ph.D. program. Eur. J. Opl.
out sample. Finally, implementation issues of Res., 1994, 72, 469±484.
the system's use by the faculty admission com- 8. Domer, D. E. and Johnson, A. E. Jr., Selective admis-
sions and academic success: an admissions model for
mittee and as a counseling tool for students
architecture students. College and University, 1982, 58,
were discussed. 19±30.
This paper has sought to demonstrate the 9. Edwards, J. S. and Bader, J. L., Expert systems for
appropriateness of expert system technology university admissions. J. Opl. Res. Soc., 1988, 39, 33±
40.
to situations of human capital development. 10. Elimam, A. A., A decision support system for univer-
While the resulting rule structure reported sity admission policies. Eur. J. Oprs. Res., 1991, 50,
here should not be generalized beyond the in- 140±156.
stitution providing the data, the use of rule in- 11. Eom, S. B., Lee, S. M. and Ayaz, A., Expert system
applications development research in business: a
duction and institution speci®c case data in selected bibliography (1975±1989). Eur. J. Opl. Res.,
the construction of a parallel system would 1993, 68, 278±290.
enable an institution to critique its practices 12. Finlay, P. N., Forsey, G. J. and Wilson, J. M., The
validation of expert systems: contrasts with traditional
and policies for symptoms of inconsistency methods. J. Opl. Soc., 1988, 39, 933±938.
and academic bias. Once built, such a system 13. Finlay, P. N. and King, M., Experiences in developing
would prove useful to academic admission an expert system for MBA admissions. J. Opl. Soc.,
committees in providing an objective, 1989, 40, 625±635.
14. Hardgrave, B. C., Wilson, R. L. and Walstrom, K.
unbiased, and consistent operational tool for A., Predicting graduate student success: a comparison
both screening applicants and identifying of neural networks and traditional techniques.
those admitted students whose prognosis for Comput. Oprs. Res., 1994, 21, 249±263.
15. Holroyd, P., Mallory, G., Price, D. and Sharp, J.,
successful completion of the degree may be Developing expert systems for management appli-
compromised. Thus, it could serve as an cations. Omega, 1985, 13, 1±11.
``early warning device'' for at-risk students in 16. Hunt, E., Marin, J. and Stone, P., Experiments in
pursuit of the MBA degree. Such an aware- Induction, Academic Press, New York.
17. Meissier, W. F. and Hansen, J. V., Inducing Rules for
ness on the front±end of their graduate pro- expert system development: an example using default
gram could provide the motivation and focus and bankruptcy data. Mgmt. Sci., 1988, 34, 1403±
needed to improve their prognosis for aca- 1415.
18. Michalski, R. and Chilausky, R., Learning by being
demic success. told and learning from examples: an experimental
From a methodological perspective, this comparison of the two methods of knowledge acqui-
two-stage expert system, remains to be con- sition in the context of developing an expert system
trasted with another form of machine learning for soybean diagnosis. Int. J. Policy Anal. Info. Sys.
1980, 125±161.
(the neural network) for a comparative assess- 19. Mingers, J., Expert systems-rule induction with stat-
ment of pattern recognition capabilities in the istical data. J. Opl. Res. Soc., 1987, 38, 39±47.
same application. 20. Moscarola, J., Multiple criteria decision aid: two ap-
plications in education management. In Multiple
Criterial Problem Solving, ed. S. Zionts. Springer, New
REFERENCES York, 1978.
21. O'Keefe, R. M., Belton, V. and Ball, T., Experiences
1. Bessent, E. W. and Bessent, A. M., Student ¯ow in a in using expert systems in O.R.. J. Opl. Res. Soc.,
university department: results of a markov analysis. 1986, 37, 657±668.
Interfaces, 1980, 10, 52±59. 22. Pollitzer, E. and Jenkins, J., Expert knowledge expert
2. Bobrow, D., Mittal, S. and Ste®k, M., Expert systems: systems and commercial interests. Omega, 1985, 13,
perils and promise. Commun. ACM, 1986, 29, 880±
407±418.
894.
23. Quinlan, J. R., Learning ecient classi®cation pro-
3. Braun, H. and Chandler, J. S., Predicting stock beha-
vior through rule induction: an application of the cedures and their application to chess and games. In
learning-from-example approach. Dec. Sci., 1987, Machine Learning: an Arti®cial Intelligence Approach,
18(3), 415±429. 1, eds. R. S. Michalski, J. G. Carbonell and T. M.
4. Bundy, A., Silver, B. and Plummer, D., An analytical Mitchell. Tioga, Palo Alto, CA, 1983.
comparison of some rule-learning programs. Arti®cial 24. Salchenberger, L. M., Cinara, E. M. and Lash, N. A.,
Intelligence, 1985, 27(2), 137±181. Neural networks: a new tool for predicting thrift fail-
5. Carter, C. and Catlett, J., Assessing credit card appli- ures. Dec. Sci., 1992, 23, 899±916.
cations using machine learning. IEEE Expert 1987, 25. Schneider, W. and Shi€rin, R., Controlled and auto-
fall, 71±79. matic human information processing: detection,
6. Cohen, P. R. and Feigenbaum, E. A., The Handbook search, and attention. Psycl. Rev. 1977, 1±66.
of Arti®cial Intelligence, Vol. II. William Kaufmann, 26. Schroeder, R. G., A survey of management science in
Los Altos, CA, 1982. university operations. Mgmt. Sci., 1973, 19, 895±906.
670 MooreÐGraduate School Admission and Academic Performance Prediction

27. Shaw, M. J., Applying inductive learning to enhance 31. White, G. P., A survey of recent management sciences
knowledge-based expert systems. Dec. Supp. Sys., applications in higher education administration.
1987, 3, 319±332. Interfaces, 1987, 17, 97±108.
28. Touron, J., The determination of factors related to 32. White, H., Some asymptotic results for learning in
academic achievement: implications for the selection single hidden layer feedforward network models. J.
and counseling of students. Higher Education, 1983, Stat. Comput., 1989, 84, 1003±1013.
12, 399±410.
29. Tracey, T. J., Sedlacek, W. E. and Miars, R. D.,
Applying ridge regression to admission data by race ADDRESS FOR CORRESPONDENCE: Professor James S Moore,
and sex. College and University, 1983, 58, 313±317. School of Business & Management Sciences, Indiana
30. Weiss, S. M. and Kulikowski, C. A., Computer Purdue Fort Wayne, 2101 Coliseum Blvd. East, Fort
Systems that Learn, Morgan Kaufman, San Mateo, Wayne, IN 46805, USA. Tel.: +219-481-6488; fax:
CA, 1991. +219-481-5472; e-mail: moore@ipfw.edu.

You might also like