Views
No views yet
Qwen/Qwen3-Reranker-4B used by TeCoD, a template-guided constrained decoding system for text-to-SQL.1Premise: "Show movies released in _ sorted by popularity desc"
2Hypothesis: "What are the top films from 2010 by viewer count?"_. The same mask token is used for strings, numbers, dates, and other literal values. Swapping the input order or changing the masking convention can degrade reranking quality.Qwen/Qwen3-Reranker-4BQwen3ForSequenceClassificationentailment, neutral, contradiction.neutral label is retained for compatibility with a 3-class NLI head but was not used as a training target.neutral label is untrained; inference should use entailment vs. contradiction or renormalize over labels {0, 2}.1@article{10.1145/3769822,
2 author = {Jivani, Smit and Maheshwari, Saravam and Sarawagi, Sunita},
3 title = {Reliable Answers for Recurring Questions: Boosting Text-to-SQL Accuracy with Template Constrained Decoding},
4 journal = {Proceedings of the ACM on Management of Data},
5 volume = {3},
6 number = {6},
7 pages = {1--26},
8 year = {2025},
9 month = dec,
10 publisher = {Association for Computing Machinery},
11 address = {New York, NY, USA},
12 doi = {10.1145/3769822},
13 url = {https://doi.org/10.1145/3769822}
14}