Runs - Dynamic Domain 2017¶
clip_addwords¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: clip_addwords
- Participant: UMD_CLIP
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/29/2017
- Type: automatic
- Task: main
- Run description: Data was indexed/searched using Indri search engine. For the first run, the topic was used as the search term. For subsequent runs, words from the passage text (excluding stopwords) were added to the query.
clip_baseline¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: clip_baseline
- Participant: UMD_CLIP
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/29/2017
- Type: automatic
- Task: main
- Run description: Baseline set of results using the topic description as the search terms (indexed/searched using Indri search engine). The top 25 results for each topic were submitted to the jig, 5 per topic for each run.
clip_filter¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: clip_filter
- Participant: UMD_CLIP
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/29/2017
- Type: automatic
- Task: main
- Run description: Data was indexed/searched using Indri search engine. For the first run, topics were used as search terms. For subsequent runs, Indri filter operator was used to add terms from the relevant passages (provided via the jig). The topic terms were used as "required" terms, and words from the passages were only valid if the other terms also appeared.
dqn_5_actions¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: dqn_5_actions
- Participant: georgetown
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: Use DQN to choose 5 possible search actions
dqn_semantic_state¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: dqn_semantic_state
- Participant: georgetown
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: state is defined as query+feedback+iteration number
galago_baseline¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: galago_baseline
- Participant: georgetown
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: The first 50 results returned by galago
ictnet_div_qe¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: ictnet_div_qe
- Participant: ICTNET
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: We use xQuAD and query expansion algorithm to ensure both relevance and diversification. Use stop strategy. The first iteration we use the result of solr.
- Code: https://github.com/hikean/TREC2017-DD-ICTNET
ictnet_emulti¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: ictnet_emulti
- Participant: ICTNET
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: For ebola dataset, we use google suggested queries and jig feedback to ensure the diversification. For New York Times dataset, most of the queries is long and there is no suggested queries, we only use feedback information. We use xQuAD and query expansion algorithms
- Code: https://github.com/hikean/TREC2017-DD-ICTNET
ictnet_fom_itr1¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: ictnet_fom_itr1
- Participant: ICTNET
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: In this solution, we run xQuAD and query expansion algorithms which is sim with other solutions. But we change parameters.
- Code: https://github.com/hikean/TREC2017-DD-ICTNET
ictnet_params1_s¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: ictnet_params1_s
- Participant: ICTNET
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: Change params of other solutions. Use stop strategy.
- Code: https://github.com/hikean/TREC2017-DD-ICTNET
ictnet_params2_ns¶
Participants
| Proceedings
| Input
| Appendix
- Run ID: ictnet_params2_ns
- Participant: ICTNET
- Track: Dynamic Domain
- Year: 2017
- Submission: 9/28/2017
- Type: automatic
- Task: main
- Run description: Change params of other solution. Not use stop strategy.
- Code: https://github.com/hikean/TREC2017-DD-ICTNET