Papers › On the Importance of News Content Representation in Hybrid Neural Session-based...

On the Importance of News Content Representation in Hybrid Neural Session-based Recommender Systems

12 Jul 2019arXiv:1907.07629archive 2025-07-28

Gabriel de Souza P. Moreira, Dietmar Jannach, Adilson Marques da Cunha

News recommender systems are designed to surface relevant information for online readers by personalizing their user experiences. A particular problem in that context is that online readers are often anonymous, which means that this personalization can only be based on the last few recorded interactions with the user, a setting named session-based recommendation. Another particularity of the news domain is that constantly fresh articles are published, which should be immediately considered for recommendation. To deal with this item cold-start problem, it is important to consider the actual content of items when recommending. Hybrid approaches are therefore often considered as the method of choice in such settings. In this work, we analyze the importance of considering content information in a hybrid neural news recommender system. We contrast content-aware and content-agnostic techniques and also explore the effects of using different content encodings. Experiments on two public datasets confirm the importance of adopting a hybrid approach. Furthermore, we show that the choice of the content encoding can have an impact on the resulting performance.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1907.07629")

Code

Syntology Ran 0 of 26 code samples harvested from 1 repository linked to this paper; 26 have no recorded run.

By repository: official repository: 26 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gabrielspmoreira/chameleon_recsys officialmentioned in papermentioned on GitHubtfMIT report
Curlykonda/chameleon-recsys mentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 0 ran; 0 honoured the contract we drafted; 26 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

26unverified

Licence: 0 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from gabrielspmoreira/chameleon_recsys. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

acr_model_fn gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_trainer_gcom.py official repository unverified MIT (permissive) · dd7571643744a48e · report
compute_metrics_results gabrielspmoreira/chameleon_recsys/nar_module/nar/evaluation.py official repository unverified MIT (permissive) · 941eba55288130d3 · report
cosine_distance gabrielspmoreira/chameleon_recsys/nar_module/nar/metrics.py official repository unverified MIT (permissive) · 78e256734562bbdc · report
create_multihot_feature gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_trainer_adressa.py official repository unverified MIT (permissive) · b1262d05e68037c0 · report
cudnn_lstm_state_to_state_tuples gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_model.py official repository unverified MIT (permissive) · c96bff04da606cd4 · report
deflate_and_split_features_label gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_datasets.py official repository unverified MIT (permissive) · 1d3ebe32f3d85df2 · report
deflate_single_features gabrielspmoreira/chameleon_recsys/nar_module/nar/datasets.py official repository unverified MIT (permissive) · c0a046586fb2c71f · report
deserialize gabrielspmoreira/chameleon_recsys/acr_module/acr/utils.py official repository unverified MIT (permissive) · 81c2d720ba351423 · report
expand_single_features gabrielspmoreira/chameleon_recsys/nar_module/nar/datasets.py official repository unverified MIT (permissive) · cc04fac24a433cfc · report
expand_to_vector_if_scalar gabrielspmoreira/chameleon_recsys/nar_module/nar/datasets.py official repository unverified MIT (permissive) · 2bc85efe7f1c6526 · report
get_dir_recursive_files gabrielspmoreira/chameleon_recsys/nar_module/nar/gcs_utils.py official repository unverified MIT (permissive) · 4dcbfaf94e1338b8 · report
get_embedding_size gabrielspmoreira/chameleon_recsys/nar_module/nar/nar_model.py official repository unverified MIT (permissive) · 9fc2d940d2852891 · report
get_label_features gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_datasets.py official repository unverified MIT (permissive) · a07ace8f2d55201a · report
get_session_features_config gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_trainer_adressa.py official repository unverified MIT (permissive) · 3c1e1b7e7232dd40 · report
get_session_features_config gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_trainer_gcom.py official repository unverified MIT (permissive) · c71691e96935aa31 · report
get_tf_dtype gabrielspmoreira/chameleon_recsys/acr_module/acr/utils.py official repository unverified MIT (permissive) · 046023fea60e5e14 · report
load_acr_preprocessing_assets gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_trainer_adressa.py official repository unverified MIT (permissive) · b91e693b60dd39d0 · report
load_acr_preprocessing_assets gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_trainer_gcom.py official repository unverified MIT (permissive) · eca195ad91dbeab1 · report
log_1p gabrielspmoreira/chameleon_recsys/nar_module/nar/nar_model.py official repository unverified MIT (permissive) · 5f0bbc77b2dc0e24 · report
log_base gabrielspmoreira/chameleon_recsys/nar_module/nar/nar_model.py official repository unverified MIT (permissive) · dadd1b9d0c2380c8 · report
log_rank_discount gabrielspmoreira/chameleon_recsys/nar_module/nar/metrics.py official repository unverified MIT (permissive) · 25ad78f9efb24be4 · report
make_sequential_feature gabrielspmoreira/chameleon_recsys/acr_module/acr/tf_records_management.py official repository unverified MIT (permissive) · 8c9c79a466acf9bc · report
merge_two_dicts gabrielspmoreira/chameleon_recsys/acr_module/acr/utils.py official repository unverified MIT (permissive) · 03c4335f672a0fec · report
multi_label_predictions_binarizer gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_model.py official repository unverified MIT (permissive) · fb6fb4299c1dd4b0 · report
parse_sequence_example gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_datasets.py official repository unverified MIT (permissive) · f52257f03c634416 · report
state_tuples_to_cudnn_lstm_state gabrielspmoreira/chameleon_recsys/acr_module/acr/acr_model.py official repository unverified MIT (permissive) · a7b6c0af976540cf · report

Tasks

ArticlesRecommendation SystemsSession-Based Recommendations

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections