NAQT card-basd power-matching system

Dormant threads from the high school sections are preserved here.
Locked
User avatar
rchschem
Yuna
Posts: 762
Joined: Thu Apr 24, 2003 7:36 am
Location: Durham, NC

NAQT card-basd power-matching system

Post by rchschem »

I'm interested in using the "win and take the lower-numbered card" system NAQT used at last year's HSNCT. I know there was discussion about this on the board sometime in the last year. What I'm wondering is how complicated the pairing system is. It seems to me that it must be more than just random combinations of team numbers in rooms each round in order to guarantee that every team gets a chance.

I'm working with 19 teams in 6 prelim rounds, and only interested in getting the top 16. I know it doesn't take much work to cull that field, but I'd like to try something other than just a random draw, and I don't have the staff or time for a proper Swiss pair.

Thanks,
Eric
Eric Grunden, Research Triangle High School/NCATA
User avatar
btressler
Tidus
Posts: 612
Joined: Fri Mar 26, 2004 7:23 pm
Location: West Chester, PA
Contact:

Re: NAQT card-basd power-matching system

Post by btressler »

Here is one resource:

http://www.charterschool.org/clubs/acad ... sintro.php

I only have the first four rounds because the repeat matches become prevalent once you hit the round near your power of 2 teams.

We did three tournaments using the cards in Delaware this year. I've found that it works well for the first four rounds. Then I send the teams to lunch and either pair the next round by hand or use a computer. (our tournaments tend to have between 16 and 32 teams)
User avatar
rchschem
Yuna
Posts: 762
Joined: Thu Apr 24, 2003 7:36 am
Location: Durham, NC

Re: NAQT card-basd power-matching system

Post by rchschem »

Thanks. It's better than the kludge I was trying to generate by hand. How did you assign from round to round? Did you use any kind of algorithm I could apply or extrapolate from to populate the next 2 rounds?

Eric
Eric Grunden, Research Triangle High School/NCATA
dschafer
Rikku
Posts: 291
Joined: Fri Apr 29, 2005 8:03 pm
Location: Carnegie Mellon University

Re: NAQT card-basd power-matching system

Post by dschafer »

Effectively, the first log_2(n) rounds are just a straight, pre-planned Swiss pair; for an algorithm, recursively do a n/2 team, r-1 round Swiss pair on the odds and evens, then play 1v2, 3v4 in the round that you add; this has the added benefit of maintaining effective standing order in the cards after a given round (if a team A has a lower card than team B, team A has no fewer wins than team B).

After that, you just have to keep track of the standings and try and do a Swiss Pair as best you can; repeats of early matches are difficult to avoid (since any team could be anywhere at this point), so I just try to avoid repeating a card-vs.-card match in any given three-round stretch. The standings are also not strictly determined anymore, since you have to play teams with different wins against each other.
Dan Schafer
Carnegie Mellon '10
Thomas Jefferson '06
User avatar
btressler
Tidus
Posts: 612
Joined: Fri Mar 26, 2004 7:23 pm
Location: West Chester, PA
Contact:

Re: NAQT card-basd power-matching system

Post by btressler »

To extend what Dan said:

http://www.charterschool.org/clubs/acad ... et3940.php

I did an analysis of TJ's January tournament using this bracket. They had 40 teams, which should allow 5 "safe" rounds, since 2^5 = 32 < 40.

In their rounds 6 and 7 the repeat rate was 20%, which isn't the end of the world, but also isn't small. I imagine with a field smaller than 40, the challenge multiplies since there are fewer teams with each record.
User avatar
Howard
Tidus
Posts: 696
Joined: Fri May 09, 2003 5:42 pm
Location: Ellicott City, MD

Re: NAQT card-basd power-matching system

Post by Howard »

Turntable Timmy wrote:Thanks. It's better than the kludge I was trying to generate by hand. How did you assign from round to round? Did you use any kind of algorithm I could apply or extrapolate from to populate the next 2 rounds?
I don't believe Bill (stat74) assigned pretournament seedings. Rather I think he assigned random numbers. One of the things that can happen if you do this is that the best (or worst) teams can get stuck playing each other. If I were to utilize this system, I'd assign pretournament seedings. While no pretournament seedings are perfect, a reasonable job of preseeding should help to minimize the chances of undesireable matchups.
John Gilbert
Coach, Howard High School Academic Team
Ellicott City, MD

"John Gilbert is a quiz bowl god" -- leftsaidfred
User avatar
rchschem
Yuna
Posts: 762
Joined: Thu Apr 24, 2003 7:36 am
Location: Durham, NC

Re: NAQT card-basd power-matching system

Post by rchschem »

Howard wrote:I'd assign pretournament seedings.
I plan to.

Thanks for the information!
Eric Grunden, Research Triangle High School/NCATA
User avatar
btressler
Tidus
Posts: 612
Joined: Fri Mar 26, 2004 7:23 pm
Location: West Chester, PA
Contact:

Re: NAQT card-basd power-matching system

Post by btressler »

I done it both ways.

I've decided I like the random pairings better. I do make a minimum effort to make sure that a school's teams don't play each other in round one. But other than that I figure that any "hard" or "easy" in the early rounds should balance out.
User avatar
AKKOLADE
Sin
Posts: 15793
Joined: Thu Apr 24, 2003 8:08 am

Re: NAQT card-basd power-matching system

Post by AKKOLADE »

I've considered introducing something similar to this for the WV State Tournament. I take it that the Charter system is well received?
Fred Morlan
University of Kentucky CoP, 2017
International Quiz Bowl Tournaments, CEO, co-owner
former PACE member, president, etc.
former hsqbrank manager, former NAQT writer & subject editor, former hsqb Administrator/Chief Administrator
dschafer
Rikku
Posts: 291
Joined: Fri Apr 29, 2005 8:03 pm
Location: Carnegie Mellon University

Re: NAQT card-basd power-matching system

Post by dschafer »

How do people who have designed card-swap systems deal with rounds after the W-L records stop being completely determined? As an example, in a 6-team tournament, there will be three 1-0 teams and three 0-1 teams after the first round. In the second round, some 1-0 team has to play a 0-1 team, but whoever gets the winner card could be either 2-0 or 1-1, depending on who won. In a normal Swiss pair, this is easy to accommodate, since the schedule is generated after the standings are known; in a card swap system, how do you deal with this team?
Dan Schafer
Carnegie Mellon '10
Thomas Jefferson '06
User avatar
btressler
Tidus
Posts: 612
Joined: Fri Mar 26, 2004 7:23 pm
Location: West Chester, PA
Contact:

Re: NAQT card-basd power-matching system

Post by btressler »

I assume the higher record is going to win the round, and proceed to the next pairing on that assumption.

That assumption's veracity varies. On Saturday, Charter A (1-0) did indeed beat Concord A (0-1). At the December tournament, Walter Johnson (2-1) beat Moravian A (3-0), causing WJ to then have to play Kellenberg A (4-0).

The latter example convinced me that the errors will multiply as the rounds proceed when you do not have a number based on a power of two. I usually use the computer or other means after round 4.

At nationals this works really well because you have five blocks of 32 teams. But in round six, some 5-0 will have to play a 4-1.

And "Charter System" may not be accurate. The idea comes from NAQT. The first time I saw the cards given out randomly was TJ (and I decided I liked that).
dschafer
Rikku
Posts: 291
Joined: Fri Apr 29, 2005 8:03 pm
Location: Carnegie Mellon University

Re: NAQT card-basd power-matching system

Post by dschafer »

Yeah, having the number of teams be a multiple of a large power of two is rather helpful for these schedules to work out nicely.
Dan Schafer
Carnegie Mellon '10
Thomas Jefferson '06
BobGHHS
Rikku
Posts: 435
Joined: Fri May 02, 2003 3:59 pm
Location: Garfield Heights, Ohio

Re: NAQT card-basd power-matching system

Post by BobGHHS »

Matt Bruce actually sent me a 32-team excel file two years ago that does all the pairings for you that I use for Ohio NAQT States. The only thing I had to make up were the cards, which was the easy part.

You punch in the room numbers you will be using and it does the rest of the work, even giving you read-outs of which teams are in what rooms during which round, what should be on the cards, etc.

If anyone would like to see a copy of it, shoot me an email at theamazingbobbo <at> aol <dot> com and ill send it over.
Bob Kilner
Kent State '06 - Boise State '10
Former Coach, Garfield Hts (OH) (2001-08)
Former Coach, Eastlake North HS (OH) (2015-22)

"I'd sooner fail than not be among the greatest." - John Keats
User avatar
Howard
Tidus
Posts: 696
Joined: Fri May 09, 2003 5:42 pm
Location: Ellicott City, MD

Re: NAQT card-basd power-matching system

Post by Howard »

leftsaidfred wrote:I take it that the Charter system is well received?
The card system seems to work well if, as Bill says, the number of teams is greater than or equal than two raised to the number of rounds.
John Gilbert
Coach, Howard High School Academic Team
Ellicott City, MD

"John Gilbert is a quiz bowl god" -- leftsaidfred
User avatar
Whiter Hydra
Auron
Posts: 1419
Joined: Tue Dec 04, 2007 8:46 pm
Location: Fairfax, VA
Contact:

Re: NAQT card-basd power-matching system

Post by Whiter Hydra »

Ideally, you'll want the number of teams to be greater than or equal to the number of rounds. In addition, it's much better if the number of teams are a multiple of a nice power of two (16, 32, 48, etc), since the number of mis-matched games go down considerably. If the number of teams are not divisible by four, then you'll have a 1-0 team play a 0-1 team.
I only have the first four rounds because the repeat matches become prevalent once you hit the round near your power of 2 teams.
You can generally go one or two more rounds past, but after that things break down very quickly. Plus, you'll have the same two good teams play each other over and over again.
I've decided I like the random pairings better. I do make a minimum effort to make sure that a school's teams don't play each other in round one. But other than that I figure that any "hard" or "easy" in the early rounds should balance out.
My thought on this is to spread the talent out such that the best (and worst) teams won't end up playing each other until the later rounds. That way, you only have to look at the last few rounds when trying to avoid repeats. We didn't do that in our tournament and ended up with a 20% repeat rate, which was too high for my liking.
How do people who have designed card-swap systems deal with rounds after the W-L records stop being completely determined? As an example, in a 6-team tournament, there will be three 1-0 teams and three 0-1 teams after the first round. In the second round, some 1-0 team has to play a 0-1 team, but whoever gets the winner card could be either 2-0 or 1-1, depending on who won. In a normal Swiss pair, this is easy to accommodate, since the schedule is generated after the standings are known; in a card swap system, how do you deal with this team?
What I did was I just gave each team half a win. So if a 1-0 team played an 0-1 team, the winner would be 1.5-.5 and the loser .5-1.5.

I have a feeling that no one understood what I said.
Harry White
TJHSST '09, Virginia Tech '13

Owner of Tournament Database Search and Quizbowl Schedule Generator
Will run stats for food
dschafer
Rikku
Posts: 291
Joined: Fri Apr 29, 2005 8:03 pm
Location: Carnegie Mellon University

Re: NAQT card-basd power-matching system

Post by dschafer »

Nah, I follow... half a win seems to work pretty well, but won't that lead to those teams being in the same Swiss Pair group, so they'll play each other over and over?
Dan Schafer
Carnegie Mellon '10
Thomas Jefferson '06
User avatar
Whiter Hydra
Auron
Posts: 1419
Joined: Tue Dec 04, 2007 8:46 pm
Location: Fairfax, VA
Contact:

Re: NAQT card-basd power-matching system

Post by Whiter Hydra »

Not really. When I made my brackets, I didn't use any Swiss Pair groups. I just had teams play other teams with as close of a record as I could while trying to avoid repeats.
Harry White
TJHSST '09, Virginia Tech '13

Owner of Tournament Database Search and Quizbowl Schedule Generator
Will run stats for food
User avatar
rchschem
Yuna
Posts: 762
Joined: Thu Apr 24, 2003 7:36 am
Location: Durham, NC

Re: NAQT card-basd power-matching system

Post by rchschem »

What I ended up doing was dividing the field into 4 subgroups of about equal size (frakkin' 19 teams...) and then having each subgroup play each other over the course of 4 rounds. This way I felt there were opportunities for high seeded (weak) teams to have a chance to take a low number, while at the same time low seeded teams (strong) had to play good teams as well. I then paired within groups, usually high versus low, but I mixed it up.

I haven't looked at the results yet, but there were a couple of glaring errors (not necessarily flaws, though they exist, I'm sure). First, I accidentally made the 10 seed play up all day and they got hosed and went 1-5. Then I accidentally paired a repeat across rounds 1 and 2, which was just dumb.

The teams were generally satisfied, and it seemed to do a good job of presenting adequate challenges for teams while not presenting anyone with a schedule of death or a plate of cupcakes.

Thanks for all the advice. Next time there will be a proper Swiss-pair, but for the purposes of having a tournament that would basically run itself this worked.

Eric
Eric Grunden, Research Triangle High School/NCATA
Locked